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

Deprecate Thread.CurrentCulture and Thread.CurrentUICulture #79

Closed pjanotti closed 6 years ago

pjanotti commented 6 years ago

Fixes #64

pjanotti commented 6 years ago

@jkotas please check if the contents at https://github.com/dotnet/platform-compat/pull/79/files#diff-1b22e612fa14e79251720bcc8b00c69e are correct.

@mairaw please help with the wording of the doc above.

Thanks.