Merge pull request #2 from PoryGoneDev/badeline-chasers #3
Annotations
11 warnings
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3, softprops/action-gh-release@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Source/Scenes/World.cs#L419
Dereference of a possibly null reference.
|
Source/Scenes/World.cs#L443
Dereference of a possibly null reference.
|
Source/Scenes/World.cs#L449
Dereference of a possibly null reference.
|
Source/Scenes/World.cs#L450
Dereference of a possibly null reference.
|
Source/Game.cs#L76
Non-nullable property 'ArchipelagoManager' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Source/Game.cs#L96
Converting null literal or possible null value to non-nullable type.
|
Source/Game.cs#L100
Possible null reference assignment.
|
Source/Game.cs#L101
Possible null reference assignment.
|
Source/Game.cs#L102
Possible null reference assignment.
|
Source/ArchipelagoManager.cs#L60
Dereference of a possibly null reference.
|
This job succeeded
Loading