Skip to content

Commit 0041b3b

Browse files
authored
Extra extensions (#5)
* Adding MethodInfo.IsExtensionMethod(), .IsImplicitOperator() and .IsExplicitOperator() Replacing Linq Select and Where with simpler iterators * Referencing Net40 test files in Net35 test project * Test coverage for MethodInfo.IsImplcitOperator and .IsExplicitOperator
1 parent 0d510d5 commit 0041b3b

26 files changed

+197
-3615
lines changed

NetStandardPolyfills.UnitTests.Net35/NetStandardPolyfills.UnitTests.Net35.csproj

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -44,16 +44,11 @@
4444
<Compile Include="..\CommonAssemblyInfo.cs">
4545
<Link>Properties\CommonAssemblyInfo.cs</Link>
4646
</Compile>
47-
<Compile Include="Properties\AssemblyInfo.cs" />
48-
<Compile Include="WhenCheckingAssemblyData.cs" />
49-
<Compile Include="WhenCheckingTypeData.cs" />
50-
<Compile Include="WhenRetrievingTypeCodes.cs" />
51-
<Compile Include="WhenRetrievingTypeConstructors.cs" />
52-
<Compile Include="WhenRetrievingTypeFields.cs" />
53-
<Compile Include="WhenRetrievingTypeMembers.cs" />
54-
<Compile Include="WhenRetrievingTypeMethods.cs" />
55-
<Compile Include="WhenRetrievingTypeOperators.cs" />
56-
<Compile Include="WhenRetrievingTypeProperties.cs" />
47+
</ItemGroup>
48+
<ItemGroup>
49+
<Compile Include="..\NetStandardPolyfills.UnitTests.Net40\**\*.cs" Exclude="..\NetStandardPolyfills.UnitTests.Net40\obj\**\*.cs;">
50+
<Link>%(RecursiveDir)%(Filename)%(Extension)</Link>
51+
</Compile>
5752
</ItemGroup>
5853
<ItemGroup>
5954
<ProjectReference Include="..\NetStandardPolyfills.UnitTests\NetStandardPolyfills.UnitTests.csproj">

NetStandardPolyfills.UnitTests.Net35/Properties/AssemblyInfo.cs

Lines changed: 0 additions & 8 deletions
This file was deleted.

NetStandardPolyfills.UnitTests.Net35/WhenCheckingAssemblyData.cs

Lines changed: 0 additions & 11 deletions
This file was deleted.

NetStandardPolyfills.UnitTests.Net35/WhenCheckingTypeData.cs

Lines changed: 0 additions & 65 deletions
This file was deleted.

NetStandardPolyfills.UnitTests.Net35/WhenRetrievingTypeCodes.cs

Lines changed: 0 additions & 27 deletions
This file was deleted.

NetStandardPolyfills.UnitTests.Net35/WhenRetrievingTypeConstructors.cs

Lines changed: 0 additions & 44 deletions
This file was deleted.

NetStandardPolyfills.UnitTests.Net35/WhenRetrievingTypeFields.cs

Lines changed: 0 additions & 47 deletions
This file was deleted.

NetStandardPolyfills.UnitTests.Net35/WhenRetrievingTypeMembers.cs

Lines changed: 0 additions & 58 deletions
This file was deleted.

NetStandardPolyfills.UnitTests.Net35/WhenRetrievingTypeMethods.cs

Lines changed: 0 additions & 104 deletions
This file was deleted.

0 commit comments

Comments
 (0)