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

PC001 : X509Certificate2.X509Certificate2(byte[], string) isn't supported on macOS #225

Open philstopford opened 4 years ago

philstopford commented 4 years ago

There is no guidance about how to deal with this. Is there a recommended workaround for this?