add triggers to return and ceruleum #89
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:
KamiToolKit/Classes/Part.cs#L152
'TextureFormat.R8G8B8A8' is obsolete: 'Use B8G8R8A8_UNORM'
|
Build Project:
ECommons/ECommons/ImGuiMethods/ImGuiEx/ImGuiEx.cs#L151
Parameter 'extraFlags' has no matching param tag in the XML comment for 'ImGuiEx.TreeNodeCollapsingHeader(string, Action, ImGuiTreeNodeFlags)' (but other parameters do)
|
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/UI/DebugWindow.cs#L83
Possible null reference argument for parameter 'structureType' in 'object? Marshal.PtrToStructure(nint ptr, Type structureType)'.
|
Build Project:
Automaton/UI/DebugWindow.cs#L83
Converting null literal or possible null value to non-nullable type.
|
Build Project:
Automaton/UI/DebugWindow.cs#L97
Converting null literal or possible null value to non-nullable type.
|
Build Project:
Automaton/Features/AutoAdjustRetainerListings.cs#L291
Dereference of a possibly null reference.
|
Build Project:
Automaton/Features/AutoAdjustRetainerListings.cs#L291
Possible null reference argument for parameter 'dictionary' in 'string? CollectionExtensions.GetValueOrDefault<string, string>(IReadOnlyDictionary<string, string> dictionary, string key)'.
|
Loading