chore(deps): update dependency grpcio to v1.68.1 - autoclosed #1833
Annotations
10 warnings
logic/ClientTest/Program.cs#L41
Unreachable code detected
|
logic/Preparation/Utility/Value/SafeValue/SafeMethod/InterlockedEx.cs#L73
Converting null literal or possible null value to non-nullable type.
|
logic/Preparation/Utility/Value/SafeValue/SafeMethod/InterlockedEx.cs#L48
Possible null reference argument for parameter 'meth' in 'void ILGenerator.Emit(OpCode opcode, MethodInfo meth)'.
|
logic/Preparation/Utility/Value/SafeValue/SafeMethod/InterlockedEx.cs#L23
Possible null reference argument for parameter 'meth' in 'void ILGenerator.Emit(OpCode opcode, MethodInfo meth)'.
|
logic/Server/GameServer.cs#L18
Non-nullable field 'status' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
logic/Server/GameServer.cs#L19
Non-nullable field 'scores' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
logic/Server/HttpSender.cs#L62
Dereference of a possibly null reference.
|
installer/Data/ConfigFileData.cs#L12
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
installer/Data/ConfigFileData.cs#L34
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
installer/Data/ConfigFileData.cs#L133
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
This job succeeded
Loading