Shielded 4.4.3
See the version list below for details.
dotnet add package Shielded --version 4.4.3
NuGet\Install-Package Shielded -Version 4.4.3
<PackageReference Include="Shielded" Version="4.4.3" />
paket add Shielded --version 4.4.3
#r "nuget: Shielded, 4.4.3"
// Install Shielded as a Cake Addin #addin nuget:?package=Shielded&version=4.4.3 // Install Shielded as a Cake Tool #tool nuget:?package=Shielded&version=4.4.3
A strict, fast and mostly lock-free Software Transactional Memory (STM) for .NET
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
4.4.9 | 8,008 | 4/13/2020 |
4.4.8 | 187,313 | 2/9/2019 |
4.4.7 | 5,512 | 8/26/2018 |
4.4.6 | 1,028 | 8/24/2017 |
4.4.5 | 1,108 | 6/15/2017 |
4.4.4 | 1,032 | 3/21/2017 |
4.4.3 | 1,038 | 1/28/2017 |
4.4.2 | 1,052 | 12/16/2016 |
4.4.1 | 1,017 | 11/19/2016 |
4.4.0 | 1,017 | 9/24/2016 |
4.3.0 | 1,003 | 9/3/2016 |
4.2.5 | 1,069 | 7/23/2016 |
4.2.4 | 1,070 | 3/3/2016 |
4.2.3 | 1,103 | 2/4/2016 |
4.2.2 | 1,064 | 1/10/2016 |
4.2.1 | 1,161 | 12/25/2015 |
4.2.0 | 1,201 | 12/25/2015 |
4.1.1 | 1,141 | 11/15/2015 |
4.1.0 | 1,126 | 11/7/2015 |
4.0.3 | 1,040 | 11/6/2015 |
4.0.2 | 1,061 | 11/2/2015 |
4.0.1 | 1,059 | 10/31/2015 |
4.0.0 | 1,051 | 10/30/2015 |
3.0.1 | 1,120 | 9/12/2015 |
2.1.0 | 1,119 | 6/15/2015 |
2.0.2 | 1,050 | 6/15/2015 |
2.0.1 | 1,071 | 6/8/2015 |
2.0.0 | 1,250 | 5/30/2015 |
1.1.4 | 1,123 | 4/11/2015 |
1.1.3 | 1,083 | 3/6/2015 |
1.1.2 | 1,024 | 3/5/2015 |
1.1.0 | 1,062 | 3/1/2015 |
1.0.2 | 1,586 | 12/19/2014 |
1.0.1 | 1,353 | 12/15/2014 |
1.0.0 | 1,358 | 12/15/2014 |
Several fixes and improvements:
- Target is now Any CPU
- ShieldedDict/Nc now support receiving a custom IEqualityComparer
- Shield.Rollback can no longer be prevented by catching the rollback exception
- TransException, the internal rollback exception type, is now public, but sealed and w/o constructor
- Fix for ShieldedLocal, it would internally forever keep a ref to its first value