Bump NUnit from 4.2.2 to 4.3.0 in /src #909
Annotations
10 warnings
Run frasermolyneux/actions/dotnet-web-ci@main:
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.
|
Run frasermolyneux/actions/dotnet-web-ci@main:
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.
|
Run frasermolyneux/actions/dotnet-web-ci@main:
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.
|
Run frasermolyneux/actions/dotnet-web-ci@main:
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.
|
Run frasermolyneux/actions/dotnet-web-ci@main:
src/servers-integration-webapi/Clients/SourceQueryClient.cs#L14
Non-nullable property 'Hostname' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Run frasermolyneux/actions/dotnet-web-ci@main:
src/servers-integration-webapi/Clients/Quake3RconClient.cs#L25
Non-nullable field '_hostname' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Run frasermolyneux/actions/dotnet-web-ci@main:
src/servers-integration-webapi/Clients/Quake3RconClient.cs#L25
Non-nullable field '_rconPassword' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Run frasermolyneux/actions/dotnet-web-ci@main:
src/servers-integration-webapi/Clients/Quake3QueryClient.cs#L43
Possible null reference return.
|
Run frasermolyneux/actions/dotnet-web-ci@main:
src/servers-integration-webapi/Controllers/MapsController.cs#L65
Nullable value type may be null.
|
Run frasermolyneux/actions/dotnet-web-ci@main:
src/servers-integration-webapi/Clients/SourceQueryClient.cs#L54
Possible null reference argument for parameter 'challengeResponse' in 'byte[] SourceQueryClient.A2S_PLAYERS(IEnumerable<byte> challengeResponse)'.
|
Loading