-
Notifications
You must be signed in to change notification settings - Fork 138
Closed
dotnet/dotnet
#230Labels
area-poisonPoison leaks and the leak detection infrastructurePoison leaks and the leak detection infrastructure
Description
<PrebuiltLeakReport>
<File Path="artifacts/packages/Release/Shipping/msbuild/Microsoft.Build.Runtime.x.y.z/contentFiles/any/netx.y/ref/mscorlib.dll">
<Type>AssemblyAttribute</Type>
</File>
<File Path="artifacts/packages/Release/Shipping/msbuild/Microsoft.Build.Runtime.x.y.z/contentFiles/any/netx.y/ref/netstandard.dll">
<Type>AssemblyAttribute</Type>
</File>
</PrebuiltLeakReport>
These are coming in via https://github.com/dotnet/msbuild/blob/a10ca4529c177605addf622c572a1c563c7a819c/src/MSBuild/MSBuild.csproj#L227-L239. What is surprising is that this code path didn't change recently.
NetStandard.Library/2.0.3 is coming in via SBRP and its assets must not be redistributed. Why is this suddenly showing up and not before?
Metadata
Metadata
Assignees
Labels
area-poisonPoison leaks and the leak detection infrastructurePoison leaks and the leak detection infrastructure
Type
Projects
Status
Done