Bump MX.GeoLocation.GeoLocationApi.Client from 1.1.20241126.2 to 1.1.20241217.1 in /src #821
Annotations
10 warnings
Run frasermolyneux/actions/dotnet-web-ci@main:
src/forums-integration/DemoManager.cs#L21
Dereference of a possibly null reference.
|
Run frasermolyneux/actions/dotnet-web-ci@main:
src/forums-integration/AdminActionTopics.cs#L51
Dereference of a possibly null reference.
|
Run frasermolyneux/actions/dotnet-web-ci@main:
src/admin-webapp/Extensions/HtmlHelpers.cs#L7
Cannot convert null literal to non-nullable reference type.
|
Run frasermolyneux/actions/dotnet-web-ci@main:
src/admin-webapp/Extensions/HtmlHelpers.cs#L7
Cannot convert null literal to non-nullable reference type.
|
Run frasermolyneux/actions/dotnet-web-ci@main:
src/admin-webapp/Extensions/HtmlHelpers.cs#L7
Cannot convert null literal to non-nullable reference type.
|
Run frasermolyneux/actions/dotnet-web-ci@main:
src/admin-webapp/Extensions/HtmlHelpers.cs#L7
Cannot convert null literal to non-nullable reference type.
|
Run frasermolyneux/actions/dotnet-web-ci@main:
src/admin-webapp/ViewModels/ServerAdminGameServerViewModel.cs#L8
Non-nullable property 'GameServer' 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/admin-webapp/ViewModels/ServerAdminGameServerViewModel.cs#L9
Non-nullable property 'GameServerQueryStatus' 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/admin-webapp/ViewModels/ServerAdminGameServerViewModel.cs#L10
Non-nullable property 'GameServerRconStatus' 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/admin-webapp/ViewModels/PlayerDetailsViewModel.cs#L10
Non-nullable property 'Player' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Loading