Migrate to .NET 9 #238
Annotations
10 warnings
Build:
src/Ryujinx.Audio/Input/AudioInputManager.cs#L204
A value of type 'System.Threading.Lock' converted to a different type will use likely unintended monitor-based locking in 'lock' statement.
|
Build:
src/Ryujinx.Audio/Output/AudioOutputManager.cs#L198
A value of type 'System.Threading.Lock' converted to a different type will use likely unintended monitor-based locking in 'lock' statement.
|
Build:
src/Ryujinx.HLE/HOS/Kernel/Common/KResourceLimit.cs#L67
A value of type 'System.Threading.Lock' converted to a different type will use likely unintended monitor-based locking in 'lock' statement.
|
Build:
src/Ryujinx.HLE/HOS/Kernel/Threading/KCriticalSection.cs#L11
A value of type 'System.Threading.Lock' converted to a different type will use likely unintended monitor-based locking in 'lock' statement.
|
Build:
src/Ryujinx.HLE/HOS/Kernel/Threading/KCriticalSection.cs#L20
A value of type 'System.Threading.Lock' converted to a different type will use likely unintended monitor-based locking in 'lock' statement.
|
Build:
src/Ryujinx.HLE/HOS/Kernel/Threading/KCriticalSection.cs#L36
A value of type 'System.Threading.Lock' converted to a different type will use likely unintended monitor-based locking in 'lock' statement.
|
Build:
src/Ryujinx.HLE/HOS/Kernel/Threading/KCriticalSection.cs#L59
A value of type 'System.Threading.Lock' converted to a different type will use likely unintended monitor-based locking in 'lock' statement.
|
Build:
src/Ryujinx.HLE/HOS/Services/Sockets/Bsd/Impl/EventFileDescriptor.cs#L83
A value of type 'System.Threading.Lock' converted to a different type will use likely unintended monitor-based locking in 'lock' statement.
|
Build:
src/Ryujinx.HLE/HOS/Services/Sockets/Bsd/Impl/EventFileDescriptor.cs#L132
A value of type 'System.Threading.Lock' converted to a different type will use likely unintended monitor-based locking in 'lock' statement.
|
Build:
src/Ryujinx.HLE/HOS/Services/Sockets/Bsd/Impl/EventFileDescriptor.cs#L146
A value of type 'System.Threading.Lock' converted to a different type will use likely unintended monitor-based locking in 'lock' statement.
|
Loading