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

Add DE0007: Platform ID shouldn't be used #30

Closed terrajobst closed 7 years ago

terrajobst commented 7 years ago

This fixes #29.

@justinvp @weshaggard @karelz

justinvp commented 7 years ago

Other than the question about the test, LGTM. Thanks for implementing this, Immo!