Merge branch 'reznal/1.6-working' into dev-1.6 #1
Annotations
10 warnings
|
Source/Common/Native.cs#L39
Cannot convert null literal to non-nullable reference type.
|
|
Source/Common/Native.cs#L39
Cannot convert null literal to non-nullable reference type.
|
|
Source/Common/Native.cs#L36
Cannot convert null literal to non-nullable reference type.
|
|
Source/Common/Native.cs#L36
Cannot convert null literal to non-nullable reference type.
|
|
Source/Common/ChatCommands.cs#L7
Possible null reference return.
|
|
Source/Common/Util/ServerLog.cs#L9
Non-nullable field 'error' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Source/Common/Util/ServerLog.cs#L8
Non-nullable field 'info' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Source/Common/Util/Endpoints.cs#L10
The type 'NotNullWhenAttribute' in '/home/runner/work/Multiplayer/Multiplayer/Source/Common/Util/CompilerTypes.cs' conflicts with the imported type 'NotNullWhenAttribute' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/home/runner/work/Multiplayer/Multiplayer/Source/Common/Util/CompilerTypes.cs'.
|
|
Source/Common/Syncing/Logger/LoggingByteWriter.cs#L58
Nullability of type of parameter 's' doesn't match overridden member (possibly because of nullability attributes).
|
|
Source/Common/Syncing/Logger/LoggingByteWriter.cs#L51
Nullability of type of parameter 'bytes' doesn't match overridden member (possibly because of nullability attributes).
|
The logs for this run have expired and are no longer available.
Loading