fix: Avoid loading tiles out of bounds #63
Merged
Annotations
10 warnings
|
Build:
Arma3TacMapWebApp/Controllers/TacMapsController.cs#L232
Dereference of a possibly null reference.
|
|
Build:
Arma3TacMapWebApp/Controllers/TacMapsController.cs#L219
Dereference of a possibly null reference.
|
|
Build:
Arma3TacMapWebApp/Views/Home/Index.cshtml#L69
Dereference of a possibly null reference.
|
|
Build:
Arma3TacMapWebApp/Views/Home/Index.cshtml#L66
Dereference of a possibly null reference.
|
|
Build:
Arma3TacMapWebApp/Views/Home/Index.cshtml#L64
Dereference of a possibly null reference.
|
|
Build:
Arma3TacMapWebApp/Controllers/TacMapsController.cs#L67
Dereference of a possibly null reference.
|
|
Build:
Arma3TacMapWebApp/Entities/UserApiKey.cs#L13
Non-nullable property 'Salt' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
Arma3TacMapWebApp/Entities/UserApiKey.cs#L11
Non-nullable property 'HashedKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
Arma3TacMapLibrary/Maps/MarkerData.cs#L43
'JsonSerializerOptions.IgnoreNullValues' is obsolete: 'JsonSerializerOptions.IgnoreNullValues is obsolete. To ignore null values when serializing, set DefaultIgnoreCondition to JsonIgnoreCondition.WhenWritingNull.' (https://aka.ms/dotnet-warnings/SYSLIB0020)
|
|
Build:
Arma3TacMapLibrary/Maps/MarkerData.cs#L38
'JsonSerializerOptions.IgnoreNullValues' is obsolete: 'JsonSerializerOptions.IgnoreNullValues is obsolete. To ignore null values when serializing, set DefaultIgnoreCondition to JsonIgnoreCondition.WhenWritingNull.' (https://aka.ms/dotnet-warnings/SYSLIB0020)
|
Loading