Export ids as string, as it now overflow float #61
Annotations
10 warnings
|
Arma3TacMapWebApp/Hubs/MapHub.cs#L48
Converting null literal or possible null value to non-nullable type.
|
|
Arma3TacMapWebApp/Controllers/TacMapsController.cs#L67
Dereference of a possibly null reference.
|
|
Arma3TacMapWebApp/Hubs/LayerData.cs#L5
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/Hubs/Layer.cs#L9
Non-nullable property 'mapId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Arma3TacMapWebApp/Hubs/Layer.cs#L8
Non-nullable property 'data' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Arma3TacMapWebApp/Maps/StoredLayerWithMarkers.cs#L8
Non-nullable property 'Markers' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Arma3TacMapWebApp/Hubs/Marker.cs#L11
Non-nullable property 'data' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Arma3TacMapWebApp/Hubs/Marker.cs#L7
Non-nullable property 'mapId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
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)
|
|
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)
|
The logs for this run have expired and are no longer available.
Loading