Shielded 4.4.3

There is a newer version of this package available.
See the version list below for details.
dotnet add package Shielded --version 4.4.3
NuGet\Install-Package Shielded -Version 4.4.3
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Shielded" Version="4.4.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Shielded --version 4.4.3
#r "nuget: Shielded, 4.4.3"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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 3,471 4/13/2020
4.4.8 138,210 2/9/2019
4.4.7 5,480 8/26/2018
4.4.6 998 8/24/2017
4.4.5 1,079 6/15/2017
4.4.4 1,002 3/21/2017
4.4.3 1,006 1/28/2017
4.4.2 1,023 12/16/2016
4.4.1 989 11/19/2016
4.4.0 987 9/24/2016
4.3.0 972 9/3/2016
4.2.5 1,036 7/23/2016
4.2.4 1,040 3/3/2016
4.2.3 1,072 2/4/2016
4.2.2 1,033 1/10/2016
4.2.1 1,118 12/25/2015
4.2.0 1,167 12/25/2015
4.1.1 1,114 11/15/2015
4.1.0 1,100 11/7/2015
4.0.3 1,009 11/6/2015
4.0.2 1,033 11/2/2015
4.0.1 1,031 10/31/2015
4.0.0 1,022 10/30/2015
3.0.1 1,090 9/12/2015
2.1.0 1,091 6/15/2015
2.0.2 1,021 6/15/2015
2.0.1 1,038 6/8/2015
2.0.0 1,219 5/30/2015
1.1.4 1,095 4/11/2015
1.1.3 1,052 3/6/2015
1.1.2 996 3/5/2015
1.1.0 1,033 3/1/2015
1.0.2 1,556 12/19/2014
1.0.1 1,324 12/15/2014
1.0.0 1,330 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