User Story: Package authors can validate that their multi-targeted packages are well-formed #5700
Labels
bulk-closed
Priority:0
Work that we can't release without
Team:Libraries
Team:SDK
User Story
A single user-facing feature. Can be grouped under an epic.
The tooling we provide as part of the SDK has close to zero validation that multi-targeted packages are well-formed. For example, a package that multi-targets for .NET Core 3.1 and .NET Standard 2.0 needs to ensure that code compiled against the .NET Standard 2.0 binary can run against the binary that is produced for .NET Core 3.1. In the dotnet/runtime repo we have tooling that ensures that this is the case, but this can't easily be used by our customers. We have seen this issue in the wild, even with 1st parties, for example, the Azure AD libraries.
Spec TBD
Rough list from @Anipik:
The text was updated successfully, but these errors were encountered: