Skip to content

Commit 03d59ef

Browse files
committed
More feedback
Commit migrated from dotnet/corefx@b93bfc6
1 parent 7f000d9 commit 03d59ef

7 files changed

Lines changed: 5 additions & 32 deletions

File tree

src/libraries/System.Linq.Queryable/tests/SkipLastTests.netcoreapp.cs renamed to src/libraries/System.Linq.Queryable/tests/SkipLastTests.cs

File renamed without changes.

src/libraries/System.Linq.Queryable/tests/System.Linq.Queryable.Tests.csproj

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,11 @@
4545
<Compile Include="SequenceEqualTests.cs" />
4646
<Compile Include="SingleOrDefaultTests.cs" />
4747
<Compile Include="SingleTests.cs" />
48+
<Compile Include="SkipLastTests.cs" />
4849
<Compile Include="SkipTests.cs" />
4950
<Compile Include="SkipWhileTests.cs" />
5051
<Compile Include="SumTests.cs" />
52+
<Compile Include="TakeLastTests.cs" />
5153
<Compile Include="TakeTests.cs" />
5254
<Compile Include="TakeWhileTests.cs" />
5355
<Compile Include="ThenByDescendingTests.cs" />
@@ -59,23 +61,5 @@
5961
<Link>Common\System\Linq\SkipTakeData.cs</Link>
6062
</Compile>
6163
</ItemGroup>
62-
<ItemGroup Condition="'$(TargetGroup)' == 'netcoreapp'">
63-
<Compile Include="SkipLastTests.netcoreapp.cs" />
64-
<Compile Include="TakeLastTests.netcoreapp.cs" />
65-
</ItemGroup>
66-
<ItemGroup>
67-
<!-- TODO: Remove or keep.
68-
<ProjectReference Include="..\pkg\System.Linq.Queryable.pkgproj">
69-
<Project>{be12b753-c130-4b68-86e3-877f1aee52c0}</Project>
70-
<Name>System.Linq.Queryable</Name>
71-
<Private>true</Private>
72-
</ProjectReference>
73-
-->
74-
<ProjectReference Include="..\..\System.Linq\src\System.Linq.csproj">
75-
<Project>{CA488507-3B6E-4494-B7BE-7B4EEEB2C4D1}</Project>
76-
<Name>System.Linq</Name>
77-
<Private>true</Private>
78-
</ProjectReference>
79-
</ItemGroup>
8064
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
8165
</Project>

src/libraries/System.Linq.Queryable/tests/TakeLastTests.netcoreapp.cs renamed to src/libraries/System.Linq.Queryable/tests/TakeLastTests.cs

File renamed without changes.

src/libraries/System.Linq/tests/SkipLastTests.netcoreapp.cs renamed to src/libraries/System.Linq/tests/SkipLastTests.cs

File renamed without changes.

src/libraries/System.Linq/tests/System.Linq.Tests.csproj

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -55,16 +55,19 @@
5555
<Compile Include="Shuffler.cs" />
5656
<Compile Include="SingleOrDefaultTests.cs" />
5757
<Compile Include="SingleTests.cs" />
58+
<Compile Include="SkipLastTests.cs" />
5859
<Compile Include="SkipTests.cs" />
5960
<Compile Include="SkipWhileTests.cs" />
6061
<Compile Include="SumTests.cs" />
62+
<Compile Include="TakeLastTests.cs" />
6163
<Compile Include="TakeTests.cs" />
6264
<Compile Include="TakeWhileTests.cs" />
6365
<Compile Include="TestExtensions.cs" />
6466
<Compile Include="ThenByDescendingTests.cs" />
6567
<Compile Include="ThenByTests.cs" />
6668
<Compile Include="ToArrayTests.cs" />
6769
<Compile Include="ToDictionaryTests.cs" />
70+
<Compile Include="ToHashSetTests.cs" />
6871
<Compile Include="ToListTests.cs" />
6972
<Compile Include="ToLookupTests.cs" />
7073
<Compile Include="UnionTests.cs" />
@@ -77,19 +80,5 @@
7780
<Link>Common\System\Linq\SkipTakeData.cs</Link>
7881
</Compile>
7982
</ItemGroup>
80-
<ItemGroup Condition="'$(TargetGroup)' == 'netcoreapp'">
81-
<Compile Include="ToHashSetTests.netcoreapp.cs" />
82-
<Compile Include="SkipLastTests.netcoreapp.cs" />
83-
<Compile Include="TakeLastTests.netcoreapp.cs" />
84-
</ItemGroup>
85-
<!-- TODO: Remove or keep.
86-
<ItemGroup>
87-
<ProjectReference Include="..\pkg\System.Linq.pkgproj">
88-
<Project>{ca488507-3b6e-4494-b7be-7b4eeeb2c4d1}</Project>
89-
<Name>System.Linq</Name>
90-
<Private>True</Private>
91-
</ProjectReference>
92-
</ItemGroup>
93-
-->
9483
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
9584
</Project>

src/libraries/System.Linq/tests/TakeLastTests.netcoreapp.cs renamed to src/libraries/System.Linq/tests/TakeLastTests.cs

File renamed without changes.

src/libraries/System.Linq/tests/ToHashSetTests.netcoreapp.cs renamed to src/libraries/System.Linq/tests/ToHashSetTests.cs

File renamed without changes.

0 commit comments

Comments
 (0)