R3 icon indicating copy to clipboard operation
R3 copied to clipboard

Adds support for threading lock in .NET 9 and C# 13

Open michaelstonis opened this issue 1 year ago • 0 comments

Adds support using System.Threading.Lock on platforms that support .NET 9 and C# 13. For older platforms that do not support the Lock object, I have integrated a polyfill of the lock object.

All unit tests continue to pass.

michaelstonis avatar Mar 29 '25 20:03 michaelstonis