Annotations
11 warnings
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 Project:
ECommons/ECommons/Configuration/ExternalWriter.cs#L24
Dereference of a possibly null reference.
|
Build Project:
Automaton/IPC/BossModIPC.cs#L21
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build Project:
Automaton/Utilities/Inventory.cs#L103
Cannot convert null literal to non-nullable reference type.
|
Build Project:
Automaton/UI/MousePositionOverlay.cs#L44
Nullable value type may be null.
|
Build Project:
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 Project:
Automaton/Features/GettingTooAttached.cs#L25
The field 'GettingTooAttached.height' is never used
|
Build Project:
ECommons/ECommons/Configuration/ExternalWriter.cs#L24
Dereference of a possibly null reference.
|
Build Project:
Automaton/IPC/BossModIPC.cs#L21
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build Project:
Automaton/Utilities/Inventory.cs#L103
Cannot convert null literal to non-nullable reference type.
|
Build Project:
Automaton/UI/MousePositionOverlay.cs#L44
Nullable value type may be null.
|
Loading