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
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