dotnet / platform-compat

Roslyn analyzer that finds usages of APIs that will throw PlatformNotSupportedException on certain platforms.
MIT License
278 stars 43 forks source link

Certain symbols can have null containing type and/or namespace #100

Closed pjanotti closed 6 years ago

pjanotti commented 6 years ago

The case in question was specifically about pointer, but the fix deals with the more general scenario.

Fixes #99