Skip to content

Releases: MarkCiliaVincenti/Backport.System.Threading.Lock

2.0.5

01 Oct 07:54
Compare
Choose a tag to compare

Made IsHeldByCurrentThread unavailable for frameworks that don't support Monitor.IsEntered rather than throwing a NotSupportedException.

2.0.3

21 Sep 17:16
Compare
Choose a tag to compare

Cleaning up and improved documentation.

2.0.2

21 Sep 07:20
Compare
Choose a tag to compare

Minor optimizations.

2.0.0

07 Sep 15:14
Compare
Choose a tag to compare

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

20 Aug 13:09
Compare
Choose a tag to compare

Deterministic build.

1.1.5

20 Aug 12:21
Compare
Choose a tag to compare

Cleaning, improved documentation and enabled AOT and trimming.

1.1.1

13 Aug 11:30
Compare
Choose a tag to compare

Made SecurityTransparent.

1.1.0

13 Aug 10:32
Compare
Choose a tag to compare

Added benchmarks and support for .NET Framework 3.5 and 4.5.

1.0.2

12 Aug 17:13
Compare
Choose a tag to compare

Add type forwarding to System.Threading.Lock for .NET 9.0 or greater.

1.0.1

11 Aug 10:33
Compare
Choose a tag to compare

Initial release.