Use .NET 9 System.Threading.Lock. #643
Annotations
10 errors and 1 warning
Run tests:
src/Tmds.DBus.Protocol/Connection.cs#L61
Feature 'Lock object' is not available in C# 12.0. Please use language version 13.0 or greater.
|
Run tests:
src/Tmds.DBus.Protocol/Connection.cs#L118
Feature 'Lock object' is not available in C# 12.0. Please use language version 13.0 or greater.
|
Run tests:
src/Tmds.DBus.Protocol/Connection.cs#L157
Feature 'Lock object' is not available in C# 12.0. Please use language version 13.0 or greater.
|
Run tests:
src/Tmds.DBus.Protocol/MessageBufferPool.cs#L20
Feature 'Lock object' is not available in C# 12.0. Please use language version 13.0 or greater.
|
Run tests:
src/Tmds.DBus.Protocol/MessageBufferPool.cs#L35
Feature 'Lock object' is not available in C# 12.0. Please use language version 13.0 or greater.
|
Run tests:
src/Tmds.DBus.Protocol/Connection.cs#L174
Feature 'Lock object' is not available in C# 12.0. Please use language version 13.0 or greater.
|
Run tests:
src/Tmds.DBus.Protocol/DBusConnection.cs#L198
Feature 'Lock object' is not available in C# 12.0. Please use language version 13.0 or greater.
|
Run tests:
src/Tmds.DBus.Protocol/DBusConnection.cs#L213
Feature 'Lock object' is not available in C# 12.0. Please use language version 13.0 or greater.
|
Run tests:
src/Tmds.DBus.Protocol/DBusConnection.cs#L256
Feature 'Lock object' is not available in C# 12.0. Please use language version 13.0 or greater.
|
Run tests:
src/Tmds.DBus.Protocol/DBusConnection.cs#L332
Feature 'Lock object' is not available in C# 12.0. Please use language version 13.0 or greater.
|
Run tests:
src/Tmds.DBus.Protocol/Connection.cs#L100
A value of type 'System.Threading.Lock' converted to a different type will use likely unintended monitor-based locking in 'lock' statement.
|
Loading