Merge pull request #352 from Panxuc/dev #3
Annotations
1 error and 23 warnings
Deploy to bucket
Process completed with exit code 1.
|
Build Server:
logic/Preparation/Utility/Value/SafeValue/SafeMethod/InterlockedEx.cs#L73
Converting null literal or possible null value to non-nullable type.
|
Build Server:
logic/Preparation/Utility/Value/SafeValue/SafeMethod/InterlockedEx.cs#L48
Possible null reference argument for parameter 'meth' in 'void ILGenerator.Emit(OpCode opcode, MethodInfo meth)'.
|
Build Server:
logic/Preparation/Utility/Value/SafeValue/SafeMethod/InterlockedEx.cs#L23
Possible null reference argument for parameter 'meth' in 'void ILGenerator.Emit(OpCode opcode, MethodInfo meth)'.
|
Build Server:
logic/Server/GameServer.cs#L18
Non-nullable field 'status' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Build Server:
logic/Server/GameServer.cs#L19
Non-nullable field 'scores' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Build Server:
logic/Server/HttpSender.cs#L62
Dereference of a possibly null reference.
|
Build Server:
logic/Preparation/Utility/Value/SafeValue/SafeMethod/InterlockedEx.cs#L73
Converting null literal or possible null value to non-nullable type.
|
Build Server:
logic/Preparation/Utility/Value/SafeValue/SafeMethod/InterlockedEx.cs#L48
Possible null reference argument for parameter 'meth' in 'void ILGenerator.Emit(OpCode opcode, MethodInfo meth)'.
|
Build Server:
logic/Preparation/Utility/Value/SafeValue/SafeMethod/InterlockedEx.cs#L23
Possible null reference argument for parameter 'meth' in 'void ILGenerator.Emit(OpCode opcode, MethodInfo meth)'.
|
Build Server:
logic/Server/GameServer.cs#L18
Non-nullable field 'status' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Build Client:
installer/Data/ConfigFileData.cs#L12
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build Client:
installer/Data/ConfigFileData.cs#L34
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build Client:
logic/Client/PlaybackClient.cs#L56
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build Client:
logic/Client/PlaybackClient.cs#L45
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build Client:
logic/Client/PlaybackClient.cs#L23
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build Client:
installer/Data/ConfigFileData.cs#L133
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build Client:
installer/Data/ConfigFileData.cs#L134
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build Client:
installer/Data/ConfigFileData.cs#L135
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build Client:
installer/Data/ConfigFileData.cs#L136
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build Client:
installer/Data/ConfigFileData.cs#L144
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Deploy to bucket:
installer/Model/EEsast.cs#L195
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Deploy to bucket:
installer/Data/ConfigFileData.cs#L352
The event 'ConfigData.OnFileChanged' is never used
|
Deploy to bucket:
installer/Model/Logger.cs#L343
The field 'ListLogger.time' is never used
|
Loading