Bump Microsoft.Identity.Web from 3.6.1 to 3.6.2 in /src #975
Annotations
10 warnings
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/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/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/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/Clients/Quake3QueryClient.cs#L43
Possible null reference return.
|
Loading