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
Added support for .NET Standard 2.1 target framework
Added System.Numerics.BitOperations polyfill with Log2 and PopCount hardware-accelerated operations
Added ability to nullify specific integer values in Empty functional primitive
Added ability to canonicalize a file path with FileSystem.CanonicalizePath method. It works as follows: the alternative directory separators are replaced with native ones; the duplicate adjacent separators are removed
Introduced Gapotchenko.FX.Reflection.Loader module. It provides a versatile AssemblyAutoLoader type that can be used to automatically find and load assembly dependencies in various dynamic scenarios
Introduced Gapotchenko.FX.Data.Linq module. Currently it provides async operations for LINQ to SQL technology
Introduced Gapotchenko.FX.Runtime.InteropServices.MemoryOperations class that provides highly-optimized block operations for memory
Introduced intrinsic compiler for hardware-accelerated operations
Implemented ProcessArchitecture and OSArchitecture properties in System.Runtime.InteropServices.RuntimeInformation polyfill