Release to Production #219
Annotations
10 warnings
src/servers-integration-webapi/Clients/SourceRconClient.cs#L30
Non-nullable field '_hostname' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
src/servers-integration-webapi/Clients/SourceRconClient.cs#L30
Non-nullable field '_rconPassword' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
src/servers-integration-webapi/Clients/SourceRconClient.cs#L30
Non-nullable field '_tcpClient' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
src/servers-integration-webapi/Clients/Quake3QueryClient.cs#L18
Non-nullable property 'Hostname' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/servers-integration-webapi/Clients/Quake3QueryClient.cs#L43
Possible null reference return.
|
src/servers-integration-webapi/Models/SourceQueryResponse.cs#L13
Possible null reference return.
|
src/servers-integration-webapi/Models/SourceQueryResponse.cs#L15
Possible null reference return.
|
src/servers-integration-webapi/Models/SourceQueryResponse.cs#L16
Possible null reference return.
|
src/servers-integration-webapi/Models/SourceQueryPlayer.cs#L8
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/servers-integration-webapi/Models/Quake3QueryResponse.cs#L13
Possible null reference return.
|
The logs for this run have expired and are no longer available.
Loading