Skip to content

An attempt at an async/thread safe implementation of a testable .NET clock

License

Notifications You must be signed in to change notification settings

StefanBilliet/SystemClock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SystemClock

An attempt at an async/thread safe implementation of a testable .NET clock
Based on code from [Brad Wilson] (https://github.com/CenturyLinkCloud/NSubstitute/blob/f7eee68840eace09b757c500fadd47839222d22d/Source/NSubstitute/Core/RobustThreadLocal_Net45.cs)

CI / NuGet publishing

  • GitHub Actions workflow (.github/workflows/ci.yml) runs build and tests on every push to main.
  • Manual runs (workflow_dispatch) can optionally publish to NuGet by setting publish=true and providing package_version; otherwise the workflow only builds/tests.

About

An attempt at an async/thread safe implementation of a testable .NET clock

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages