Skip to content

Some clean up for navigation #48

Some clean up for navigation

Some clean up for navigation #48

Triggered via push February 12, 2024 05:26
Status Failure
Total duration 1m 27s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 12 warnings
build: Utilities/Maps/NavigationUtilities.cs#L95
'Ship' does not contain a definition for 'Goal' and no accessible extension method 'Goal' accepting a first argument of type 'Ship' could be found (are you missing a using directive or an assembly reference?)
build
Process completed with exit code 1.
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build: Scenes/Levels/Components/Sprite.cs#L17
Cannot convert null literal to non-nullable reference type.
build: Utilities/Maps/MapPath.cs#L6
Cannot convert null literal to non-nullable reference type.
build: Components/Singleton.cs#L11
Non-nullable field 'Map' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: Entities/Archetypes/CannonBuilder.cs#L31
Possible null reference argument for parameter 'key' in 'int Dictionary<string, int>.this[string key]'.
build: Utilities/ShipSpriteBuilder.cs#L57
Possible null reference argument for parameter 'key' in 'int Dictionary<string, int>.this[string key]'.
build: Utilities/SettingsManager.cs#L20
Possible null reference assignment.
build: NovemberPiratesEngine.cs#L11
Non-nullable field 'ActiveScene' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: Utilities/Maps/NavigationUtilities.cs#L104
Converting null literal or possible null value to non-nullable type.
build: Utilities/Maps/Map.cs#L16
Possible null reference return.
build: Utilities/MapManager.cs#L89
Dereference of a possibly null reference.