Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Give System.Linq.Tests.csproj a P2P reference to System.Linq.csproj#1138

Merged
stephentoub merged 1 commit into
dotnet:masterfrom
stephentoub:linq_cc
Mar 14, 2015
Merged

Give System.Linq.Tests.csproj a P2P reference to System.Linq.csproj#1138
stephentoub merged 1 commit into
dotnet:masterfrom
stephentoub:linq_cc

Conversation

@stephentoub
Copy link
Copy Markdown
Member

The System.Linq.Tests project was pulling in System.Linq.dll via a NuGet package, not via a P2P reference. This meant that a) a potentially older version of System.Linq was being tested, and b) no PDB was being generated in the tests folder, resulting in no code coverage results.

The System.Linq.Tests project was pulling in System.Linq.dll via a NuGet package, not via a P2P reference.  This meant that a) a potentially older version of System.Linq was being tested, and b) no PDB was being generated in the tests folder, resulting in no code coverage results.
@nguerrera
Copy link
Copy Markdown
Contributor

LGTM

stephentoub added a commit that referenced this pull request Mar 14, 2015
Give System.Linq.Tests.csproj a P2P reference to System.Linq.csproj
@stephentoub stephentoub merged commit a75ce40 into dotnet:master Mar 14, 2015
@stephentoub stephentoub deleted the linq_cc branch March 14, 2015 22:42
@Maxwe11 Maxwe11 mentioned this pull request May 11, 2015
@karelz karelz modified the milestone: 1.0.0-rtm Dec 3, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants