Info
Version: | 2.0.105 |
Author(s): | Kittyfisto |
Last Update: | Saturday, November 13, 2021 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/Kittyfisto/System.Extensions |
NuGet Url: | https://www.nuget.org/packages/System.Threading.Extensions |
Install
Install-Package System.Threading.Extensions
dotnet add package System.Threading.Extensions
paket add System.Threading.Extensions
System.Threading.Extensions Download (Unzip the "nupkg" after downloading)
Dependencies
- log4net(>= 2.0.8)
Tags
It ships implementations which can be used in unit testing,
for example to achieve deterministic scheduling when writing tests involving tasks, timers. Furthermore, it ships an implementation which implements an InMemoryFileSystem
which can be used to write unit tests for classes which interact with the filesystem, without involving any disk I/O, thus speeding up tests and improving isolation
of unit tests from failures / parallel executions.