Update AutoFollow.cs #88
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:
KamiToolKit/Classes/Part.cs#L152
'TextureFormat.R8G8B8A8' is obsolete: 'Use B8G8R8A8_UNORM'
|
Build:
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:
Automaton/IPC/BossModIPC.cs#L21
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build:
Automaton/UI/DebugWindow.cs#L82
Possible null reference argument for parameter 'structureType' in 'object? Marshal.PtrToStructure(nint ptr, Type structureType)'.
|
Build:
Automaton/UI/DebugWindow.cs#L82
Converting null literal or possible null value to non-nullable type.
|
Build:
Automaton/UI/DebugWindow.cs#L96
Converting null literal or possible null value to non-nullable type.
|
Build:
Automaton/Features/AutoAdjustRetainerListings.cs#L291
Dereference of a possibly null reference.
|
Build:
Automaton/Features/AutoAdjustRetainerListings.cs#L291
Possible null reference argument for parameter 'dictionary' in 'string? CollectionExtensions.GetValueOrDefault<string, string>(IReadOnlyDictionary<string, string> dictionary, string key)'.
|
Build:
Automaton/Features/AutoAdjustRetainerListings.cs#L296
Possible null reference argument for parameter 'input' in 'MatchCollection Regex.Matches(string input)'.
|
Build:
Automaton/Features/AutoAdjustRetainerListings.cs#L309
Possible null reference argument for parameter 'text' in 'SeStringBuilder SeStringBuilder.AddUiForeground(string text, ushort colorKey)'.
|