ice icon indicating copy to clipboard operation
ice copied to clipboard

Cs analyzer fixes2

Open pepone opened this issue 1 year ago • 1 comments

This PR fixes a few more C# analyzer warnings, mostly minor things. The most notable change is the fix for "CA2002: Do not lock on objects with weak identity", which requires to use separate _mutex object.

pepone avatar Aug 28 '24 08:08 pepone

CI failures seem like unrelated issues with Java. We should probably open an issue if we don't already have one.

externl avatar Aug 28 '24 13:08 externl