Fix cache #65
Merged
Fix cache #65
Annotations
10 warnings
|
Build:
Arma3TacMapWebApp/Maps/MapUserInitialData.cs#L14
Non-nullable property 'InitialLayers' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
Arma3TacMapWebApp/Maps/MapUserInitialData.cs#L12
Non-nullable property 'InitialMarkers' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
Arma3TacMapWebApp/Maps/MapUserInitialData.cs#L10
Non-nullable property 'PseudoUserId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
Arma3TacMapWebApp/Maps/StoredLayer.cs#L6
Non-nullable property 'Label' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
Arma3TacMapWebApp/Controllers/TacMapsController.cs#L67
Dereference of a possibly null reference.
|
|
Build:
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.
|
|
Build:
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.
|
|
Build:
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.
|
|
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