This project has been replaced by analzyers that are built into the .NET SDK:
- Spec: Platform compatibility analzyer
- Spec: Better obsoletion
- Announcement: Platform compatibility analzyer
As such, it's archived.
This tool provides Roslyn analyzers that find usages of .NET Core & .NET Standard APIs that are problematic on specific platforms or are deprecated.
You can find out more in our blog post!
In order to use it, install the NuGet package Microsoft.DotNet.Analyzers.Compatibility.
See PC001 for more details.
See PC002 for more details.
See DEXXX files in the docs folder for more details.