You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The MS-provided polyfills for System.Numerics are still quite lean and missing some of the most useful stuff like the BitOperations static class.
While the interfaces in that namespace would be nice (even if partially done), they're of course at least not fully possible to polyfill thanks to static virtuals and all that in them. But a lot of those statics are implemented by the BitOperations class anyway, so having that class would be great.
But BitOperations is internal in netstandard2.0 :(
The text was updated successfully, but these errors were encountered:
Provide a link to the method or type you want to polyfill
https://github.com/dotnet/runtime/blob/main/src/libraries/System.Private.CoreLib/src/System/Numerics/BitOperations.cs
Other information
The MS-provided polyfills for System.Numerics are still quite lean and missing some of the most useful stuff like the BitOperations static class.
While the interfaces in that namespace would be nice (even if partially done), they're of course at least not fully possible to polyfill thanks to static virtuals and all that in them. But a lot of those statics are implemented by the BitOperations class anyway, so having that class would be great.
But BitOperations is internal in netstandard2.0 :(
The text was updated successfully, but these errors were encountered: