Swaps order of YogStation\MiniStation Zs #30
Annotations
11 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build:
SS13WebMap/Models/Pages/MapPage.cs#L6
Non-nullable property 'CodebaseName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
SS13WebMap/Models/Pages/MapPage.cs#L11
Non-nullable property 'MapName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
SS13WebMap/Models/Pages/MapPage.cs#L16
Non-nullable property 'CodebaseId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
SS13WebMap/Models/Pages/MapPage.cs#L21
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:
SS13WebMap/Models/MapApiData.cs#L9
Non-nullable property 'Bounds' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
SS13WebMap/Models/MapApiData.cs#L35
Non-nullable property 'LayerName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
SS13WebMap/Models/MapApiData.cs#L41
Non-nullable property 'LayerImagePath' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
SS13WebMap/Models/Codebase/GameMap.cs#L8
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:
SS13WebMap/Models/Codebase/GameMap.cs#L13
Non-nullable property 'MapName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
SS13WebMap/Models/Codebase/Codebase.cs#L6
Non-nullable property 'CodebaseId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Loading