Skip to content

Update AutoFollow.cs #88

Update AutoFollow.cs

Update AutoFollow.cs #88

Triggered via push October 10, 2024 11:11
Status Success
Total duration 41s
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: 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)'.