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

Fix (Readonly)Span/Memory #135

Closed HurricanKai closed 3 years ago

HurricanKai commented 5 years ago

I hope i understood correctly how this system works, else please point out what i did wrong, and I'll try to fix it. Excluded Unsafe.Add & Unsafe.AddByteOffset. While i was editing i noticed Github wanted me to edit these two errors, if they were intended I'd be happy to rollback those two commits.

terrajobst commented 3 years ago

See README, these analyzers are now replaced by built-in analyzers. As such, this project is now archived.