Open
Description
Placeholder files (_._
) are important to keep, even if the TFM folder it is placed in is already out-of-support and not interesting for SBRP. Example:
<Project>
<PropertyGroup>
<TargetFrameworks>netstandard2.0;netcoreapp2.0</TargetFrameworks>
</PropertyGroup>
...
</Project>
In that example, the netcoreapp2.0
placeholder file gets filtered out and the netstandard2.0 assembly is picked by the consumer. That's incorrect in cases where the assembly got moved inbox or where the implementation differs significantly, i.e. for System.Runtime.CompilerServices.Unsafe
.
Metadata
Metadata
Assignees
Type
Projects
Status
Backlog