Skip to content

Merge pull request #9 from FFXIV-CombatReborn/api11 #8

Merge pull request #9 from FFXIV-CombatReborn/api11

Merge pull request #9 from FFXIV-CombatReborn/api11 #8

Triggered via push November 23, 2024 02:01
Status Success
Total duration 1m 15s
Artifacts

publish.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
Build
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/
Build
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: ECommons/ECommons/Configuration/ExternalWriter.cs#L24
Dereference of a possibly null reference.
Build: RebornToolbox/Features/MBShoppingList/Models/ShoppingListItem.cs#L7
The using directive for 'Lumina.Excel.Sheets' appeared previously in this namespace
Build: RebornToolbox/Common/IpcSubscribers.cs#L164
Non-nullable field 'InventoryCountByType' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Build: RebornToolbox/Common/IpcSubscribers.cs#L167
Non-nullable field 'InventoryCountByTypes' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Build: RebornToolbox/Common/IpcSubscribers.cs#L170
Non-nullable field 'ItemCount' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Build: RebornToolbox/Common/IpcSubscribers.cs#L173
Non-nullable field 'ItemCountHQ' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Build: RebornToolbox/Common/IpcSubscribers.cs#L176
Non-nullable field 'ItemCountOwned' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Build: RebornToolbox/Common/IpcSubscribers.cs#L179
Non-nullable field 'EnableUiFilter' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Build: RebornToolbox/Common/IpcSubscribers.cs#L182
Non-nullable field 'DisableUiFilter' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Build: RebornToolbox/Common/IpcSubscribers.cs#L185
Non-nullable field 'ToggleUiFilter' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.