Roslyn analyzer that finds usages of APIs that will throw PlatformNotSupportedException on certain platforms.
Перейти к файлу
Immo Landwerth 488e3aa827 Initial commit 2017-03-23 21:04:08 -07:00
pns-scan Initial commit 2017-03-23 21:04:08 -07:00
.gitattributes Initial commit 2017-03-23 21:04:08 -07:00
.gitignore Initial commit 2017-03-23 21:04:08 -07:00
LICENSE Initial commit 2017-03-23 21:04:08 -07:00
README.md Initial commit 2017-03-23 21:04:08 -07:00
build.cmd Initial commit 2017-03-23 21:04:08 -07:00
nuget.config Initial commit 2017-03-23 21:04:08 -07:00
pns-scan.sln Initial commit 2017-03-23 21:04:08 -07:00

README.md

PNS Scan

Scans IL binaries for APIs that throw PlatformNotSupportedException.