Merge pull request #232 from lazyranma/7.1-update #57
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:
ClickLib/ClickLib/Clicks/ClickSalvageDialog.cs#L44
'AddonSalvageDialog.CheckBox' is obsolete: 'Use BulkDesynthCheckboxNode'
|
Build Plugin:
ClickLib/ClickLib/Clicks/ClickSelectOk.cs#L31
Code should not contain multiple blank lines in a row (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1507.md)
|
Build Plugin:
Gatherbuddy/AutoGather/AutoGather.Config.cs#L80
Cannot convert null literal to non-nullable reference type.
|
Build Plugin:
Gatherbuddy/AutoGather/Helpers/SoundHelper.cs#L21
Converting null literal or possible null value to non-nullable type.
|
Build Plugin:
Gatherbuddy/CustomInfo/WorldData.cs#L53
Converting null literal or possible null value to non-nullable type.
|
Build Plugin:
Gatherbuddy/AutoGather/AutoGather.Ui.cs#L108
Dereference of a possibly null reference.
|
Build Plugin:
Gatherbuddy/AutoGather/AutoGather.cs#L117
The variable 'e' is declared but never used
|
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.
|
Loading