chore: update package dependencies to latest versions across projects - #12
Merged
Merged
Annotations
11 warnings
|
Complete job
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/setup-dotnet@v4, dorny/test-reporter@v1. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Build Solution:
Miku.Core/NetClient.cs#L334
Nullability of reference types in type of parameter 'sender' of 'void NetClient.HandleReadWrite(object sender, SocketAsyncEventArgs args)' doesn't match the target delegate 'EventHandler<SocketAsyncEventArgs>' (possibly because of nullability attributes).
|
|
Build Solution:
Miku.Core/NetServer.cs#L233
Possible null reference argument for parameter 'socket' in 'void NetClient.Connect(Socket socket, int bufferSize = 1024)'.
|
|
Build Solution:
Miku.Core/NetServer.cs#L200
Converting null literal or possible null value to non-nullable type.
|
|
Build Solution:
Miku.Core/NetServer.cs#L191
Cannot convert null literal to non-nullable reference type.
|
|
Build Solution:
Miku.Core/NetServer.cs#L180
Cannot convert null literal to non-nullable reference type.
|
|
Build Solution:
Miku.Core/NetServer.cs#L153
Cannot convert null literal to non-nullable reference type.
|
|
Build Solution:
Miku.Core/NetServer.cs#L126
Cannot convert null literal to non-nullable reference type.
|
|
Build Solution:
Miku.Core/NetServer.cs#L124
Cannot convert null literal to non-nullable reference type.
|
|
Build Solution:
Miku.Core/NetServer.cs#L111
Nullability of reference types in type of parameter 'sender' of 'void NetServer.ProcessAccept(object sender, SocketAsyncEventArgs e)' doesn't match the target delegate 'EventHandler<SocketAsyncEventArgs>' (possibly because of nullability attributes).
|
|
Build Solution:
Miku.Core/NetBuffer.cs#L14
Non-nullable event 'OnWarning' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
|
background
wait
wait-all
cancel
parallel
Loading