Skip to content
Triggered via push November 22, 2024 20:25
Status Success
Total duration 1m 37s
Artifacts

publish.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-dotnet@v3. 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: Automaton/IPC/BossModIPC.cs#L21
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build: Automaton/Utilities/Inventory.cs#L103
Cannot convert null literal to non-nullable reference type.
Build: Automaton/UI/MousePositionOverlay.cs#L44
Nullable value type may be null.
Build: Automaton/Utilities/FocusWatcher.cs#L10
Non-nullable event 'AddonFocusChanged' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
Build: Automaton/Features/GettingTooAttached.cs#L25
The field 'GettingTooAttached.height' is never used
Build: ECommons/ECommons/Configuration/ExternalWriter.cs#L24
Dereference of a possibly null reference.
Build: Automaton/IPC/BossModIPC.cs#L21
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build: Automaton/Utilities/Inventory.cs#L103
Cannot convert null literal to non-nullable reference type.
Build: Automaton/UI/MousePositionOverlay.cs#L44
Nullable value type may be null.