Skip to content

Gapotchenko.FX 2022.1 (Release build 2022.1.4)

Compare
Choose a tag to compare
@hrumhurum hrumhurum released this 06 Apr 22:20
  • Added support for .NET 7.0 target framework
  • Introduced Gapotchenko.FX.Security.Cryptography module
  • Introduced Gapotchenko.FX.Data.Integrity.Checksum module and primitives for cyclic redundancy check (CRC) calculations.
    They are grouped by family and provided by the corresponding modules:
    Gapotchenko.FX.Data.Integrity.Checksum.Crc8, Gapotchenko.FX.Data.Integrity.Checksum.Crc16, Gapotchenko.FX.Data.Integrity.Checksum.Crc32
  • Improved documentation
  • Process.GetImageFileName() extension method provided by Gapotchenko.FX.Diagnostics.Process module now returns null when a process is not associated with an image file
  • Fixed issue GH-2 that could lead to System.IO.EndOfStreamException exception in Process.ReadEnvironmentVariables() method provided by Gapotchenko.FX.Diagnostics.Process module