Releases: MarkCiliaVincenti/Backport.System.Threading.Lock
Releases · MarkCiliaVincenti/Backport.System.Threading.Lock
3.1.4
3.1.0
Enables the 'clean method' for .NET Core and .NET Standard 2.1, and fixes an issue with warnings thrown when the library is used as a dependency.
3.0.3
Fixes an issue with the source generator breaking for .NET Framework 3.5 and .NET Framework 4.0.
3.0.1
Allowed a source generator option to avoid adding a dependency to the library.
2.0.7
Final .NET 9.0 release.
2.0.5
Made IsHeldByCurrentThread unavailable for frameworks that don't support Monitor.IsEntered rather than throwing a NotSupportedException.
2.0.3
Cleaning up and improved documentation.
2.0.2
Minor optimizations.
2.0.0
Breaking change that requires different usage for projects targeting frameworks prior to .NET 5.0 in order to cater for potential thread aborts.
1.1.6
Deterministic build.