Bump Azure.Identity, Microsoft.Extensions.Caching.Abstractions, Microsoft.Extensions.Logging.Abstractions, Microsoft.Extensions.Options, MxIO.ApiClient, Newtonsoft.Json and RestSharp in /src #921
Annotations
10 warnings
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/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/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/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/Models/Quake3QueryMap.cs#L5
Non-nullable property 'GameType' 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/Models/Quake3QueryMap.cs#L6
Non-nullable property 'MapName' 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/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.
|
Loading