Skip to content

Merge pull request #52 from jetelain/orbat-display #15

Merge pull request #52 from jetelain/orbat-display

Merge pull request #52 from jetelain/orbat-display #15

Triggered via push January 18, 2025 12:04
Status Success
Total duration 42s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
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)
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: 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: 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/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/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.
build: 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.
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: 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/Controllers/TacMapsController.cs#L67
Dereference of a possibly null reference.