Skip to content

Gapotchenko.FX 2019.2 (Release build 2019.1.20)

Compare
Choose a tag to compare
@hrumhurum hrumhurum released this 07 Feb 16:38
  • 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
  • Improved wording of ProgramExitException message