Merge pull request #235 from lazyranma/qol-improvements #58
Annotations
12 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Build Plugin:
ECommons/ECommons/Configuration/ExternalWriter.cs#L24
Dereference of a possibly null reference.
|
Build Plugin:
Gatherbuddy/AutoGather/AutoGather.Config.cs#L80
Cannot convert null literal to non-nullable reference type.
|
Build Plugin:
Gatherbuddy/CustomInfo/WorldData.cs#L53
Converting null literal or possible null value to non-nullable type.
|
Build Plugin:
Gatherbuddy/AutoGather/Helpers/SoundHelper.cs#L21
Converting null literal or possible null value to non-nullable type.
|
Build Plugin:
Gatherbuddy/Plugin/IpcSubscribers.cs#L144
Non-nullable field 'ExecuteCommand' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build Plugin:
Gatherbuddy/Plugin/IpcSubscribers.cs#L147
Non-nullable field 'IsBusy' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build Plugin:
Gatherbuddy/Plugin/IpcSubscribers.cs#L150
Non-nullable field 'Abort' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build Plugin:
Gatherbuddy/Plugin/IpcSubscribers.cs#L153
Non-nullable field 'AethernetTeleport' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build Plugin:
Gatherbuddy/Plugin/IpcSubscribers.cs#L46
Non-nullable field 'Nav_IsReady' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build Plugin:
Gatherbuddy/Plugin/IpcSubscribers.cs#L49
Non-nullable field 'Nav_BuildProgress' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Loading