Use pmad-symbol-selector for Orbat and allow any icon set #56
Annotations
10 warnings
|
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)
|
|
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)
|
|
Arma3TacMapWebApp/Controllers/TacMapsController.cs#L67
Dereference of a possibly null reference.
|
|
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.
|
|
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.
|
|
Arma3TacMapWebApp/Entities/User.cs#L13
Non-nullable property 'UserLabel' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Arma3TacMapWebApp/Entities/User.cs#L19
Non-nullable property 'ApiKeys' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Arma3TacMapWebApp/Entities/TacMapMarker.cs#L15
Non-nullable property 'MarkerData' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Arma3TacMapWebApp/Entities/TacMap.cs#L23
Non-nullable property 'Label' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Arma3TacMapWebApp/Entities/TacMap.cs#L31
Non-nullable property 'WorldName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
The logs for this run have expired and are no longer available.
Loading