ice
ice copied to clipboard
Cs analyzer fixes2
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.
CI failures seem like unrelated issues with Java. We should probably open an issue if we don't already have one.