cpsusie
DotNetVault
by:
cpsusie
- 9,094 total downloads
- last updated 10/30/2021
- Latest version: 1.0.0.1
Synchronization Library and Static Analysis Tool for C# 8
DotNetVault is a library and static code analysis tool that makes managing shared mutable state in multi-threaded applications more manageable and less error prone. It also provides a common abstraction over several commonly used...
More information
- 3,395 total downloads
- last updated 10/1/2021
- Latest version: 1.0.0.6
It is well known that DateTime.Now is often used inappropriately. For example, it may be used together with TimeSpan to produce a task's timeout point or subtracted from another DateTime to calculate a duration. This can cause subtle bugs because DateTime is not monotonic: the system clock can...
More information
- 1,097 total downloads
- last updated 11/20/2021
- Latest version: 1.0.0.1-beta (prerelease)
A utility for efficient interconversion of enums to and from their underlying backing type, useful in generic contexts.