-
-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Labels
good first issueGood for newcomersGood for newcomers
Description
Package validation tooling allows library developers to validate that packages are consistent and well formed. It provides the following checks:
- Validates that there are no breaking changes across versions.
- Validates that the package has the same set of public APIs for all the different runtime-specific implementations.
- Catches any applicability holes.
You can run package validation either as an MSBuild task or using the Microsoft.DotNet.ApiCompat.Tool global tool. If your app isn't packable, use assembly validation instead.
Probably a good candidate for "good first issue"!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers