Updates and additions to API #381
Merged
Annotations
10 errors and 10 warnings
Source/Client/MultiplayerAPIBridge.cs#L99
The type or namespace name 'ParentMethodType' could not be found (are you missing a using directive or an assembly reference?)
|
Source/Client/MultiplayerAPIBridge.cs#L119
The type or namespace name 'ParentMethodType' could not be found (are you missing a using directive or an assembly reference?)
|
Source/Client/MultiplayerAPIBridge.cs#L99
The name 'ParentMethodType' does not exist in the current context
|
Source/Client/MultiplayerAPIBridge.cs#L119
The name 'ParentMethodType' does not exist in the current context
|
Source/Client/Syncing/Handler/SyncDelegate.cs#L138
The type or namespace name 'Serializer<,>' could not be found (are you missing a using directive or an assembly reference?)
|
Source/Client/Syncing/Handler/SyncDelegate.cs#L249
'SyncDelegate.SetHostOnly()' in explicit interface declaration is not found among members of the interface that can be implemented
|
Source/Client/Syncing/Handler/SyncDelegate.cs#L255
'SyncDelegate.SetPreInvoke(Action<object, object[]>)' in explicit interface declaration is not found among members of the interface that can be implemented
|
Source/Client/Syncing/Handler/SyncDelegate.cs#L261
'SyncDelegate.SetPostInvoke(Action<object, object[]>)' in explicit interface declaration is not found among members of the interface that can be implemented
|
Source/Client/Syncing/Handler/SyncDelegate.cs#L267
The type or namespace name 'Serializer<,>' could not be found (are you missing a using directive or an assembly reference?)
|
Source/Client/Syncing/Handler/SyncDelegate.cs#L267
'SyncDelegate.TransformArgument<Live, Networked>(int, Serializer<Live, Networked>, bool)' in explicit interface declaration is not found among members of the interface that can be implemented
|
Source/Common/Util/DynDelegate.cs#L164
Cannot convert null literal to non-nullable reference type.
|
Source/Common/Util/ServerLog.cs#L8
Non-nullable field 'info' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Source/Common/Util/ServerLog.cs#L9
Non-nullable field 'error' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Source/Common/Util/DynDelegate.cs#L129
Cannot convert null literal to non-nullable reference type.
|
Source/Common/ChatCommands.cs#L9
Possible null reference return.
|
Source/Common/ChatCommands.cs#L20
Possible null reference return.
|
Source/Common/Util/DynDelegate.cs#L161
Possible null reference return.
|
Source/Common/Util/DynDelegate.cs#L278
Cannot convert null literal to non-nullable reference type.
|
Source/Common/CommandHandler.cs#L84
The switch expression does not handle some values of its input type (it is not exhaustive) involving an unnamed enum value. For example, the pattern '(Multiplayer.Common.DevModeScope)2' is not covered.
|
Source/Common/Util/Endpoints.cs#L34
Cannot convert null literal to non-nullable reference type.
|
The logs for this run have expired and are no longer available.
Loading