Roslyn analyzer that finds usages of APIs that will throw PlatformNotSupportedException on certain platforms.
Перейти к файлу
Jonathon Marolf dc64148b5e
move to arcade
2019-04-12 14:07:56 -07:00
docs Add a doc for the new PC004 (BeginInvoke/EndInvoke) analyzer 2018-12-19 12:03:37 -05:00
eng move to arcade 2019-04-12 14:07:56 -07:00
etc Suppress some PC0001 related to Pipes (#121) 2018-06-01 17:00:34 -07:00
src move to arcade 2019-04-12 14:07:56 -07:00
.gitattributes Initial commit 2017-03-23 21:04:08 -07:00
.gitignore migrating vsix proj to use the .NET Sdk style 2018-03-28 07:04:41 -07:00
LICENSE Replace occurrences of my name by Microsoft 2017-10-17 22:21:02 -07:00
README.md adding status badge for jenkins 2018-04-02 05:00:47 -07:00
build.cmd move to arcade 2019-04-12 14:07:56 -07:00
global.json move to arcade 2019-04-12 14:07:56 -07:00
nuget.config move to arcade 2019-04-12 14:07:56 -07:00
platform-compat.sln Include PC004.md in sln 2018-12-19 15:00:58 -05:00
restore.cmd move to arcade 2019-04-12 14:07:56 -07:00
test.cmd move to arcade 2019-04-12 14:07:56 -07:00

README.md

Platform Compatibility Analyzer

Branch Debug Release
master Build Status Build Status

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!

Usage

In order to use it, install the NuGet package Microsoft.DotNet.Analyzers.Compatibility.

Experience

Usage of .NET Core and .NET Standard APIs that throw PlatformNotSupportedException

See PC001 for more details.

Usage of .NET Standard 2.0 APIs missing from .NET Framework 4.6.1

See PC002 for more details.

Usage of deprecated APIs

See DEXXX files in the docs folder for more details.