release_2.3.0
·
78 commits
to master
since this release
- Add retry logic with exponential backoff for file access errors during hash computation.
- Improve exception handling for locked files.
- Use
Interlocked.Incrementfor thread-safe counter updates. - Improve file validation with error logging for missing files.
- Fix CRC32 computation to return big-endian byte order.
- Improve regex handling with
GeneratedRegexattribute. - Enhance exception handling for cancellation propagation.
- Simplify
Disposecalls across services and view models.