Remove implicit references for non-test projects#1037
Remove implicit references for non-test projects#1037natemcmaster merged 3 commits intodotnet:masterfrom
Conversation
ryanbrandenburg
left a comment
There was a problem hiding this comment.
Looks good to me. Do you happen to know where we got that guidance offhand? I'd like to read about it a bit more.
|
This guidance is in https://xunit.github.io/docs/nuget-packages. It's also been mentioned a few times in release notes, such as https://xunit.github.io/releases/2.3
I can add these to the project file as comments |
|
/AzurePipelines run all |
1 similar comment
|
/AzurePipelines run all |
....Specification.Tests/src/Microsoft.Extensions.DependencyInjection.Specification.Tests.csproj
Outdated
Show resolved
Hide resolved
src/TestingUtils/Microsoft.AspNetCore.Testing/src/Microsoft.AspNetCore.Testing.csproj
Outdated
Show resolved
Hide resolved
src/TestingUtils/Microsoft.AspNetCore.Testing/src/Microsoft.AspNetCore.Testing.csproj
Show resolved
Hide resolved
|
Updated. Will merge when CI checks are green. |
|
Apparently azure-pipelines is having issues today. |
) \n\nCommit migrated from dotnet/extensions@e504b4e
) \n\nCommit migrated from dotnet/extensions@e504b4e
Fix #1036
Workaround for dotnet/arcade#1910 which adds implicit references to Spec.Tests which should not be used.