add direct return and use item #60
Annotations
11 warnings
The following actions uses Node.js version which is deprecated 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/
|
Automaton/Utils/Misc.cs#L181
Converting null literal or possible null value to non-nullable type.
|
Automaton/Utils/Misc.cs#L196
Converting null literal or possible null value to non-nullable type.
|
Automaton/Features/AutoAdjustRetainerListings.cs#L316
Dereference of a possibly null reference.
|
Automaton/Features/AutoAdjustRetainerListings.cs#L316
Possible null reference argument for parameter 'dictionary' in 'string? CollectionExtensions.GetValueOrDefault<string, string>(IReadOnlyDictionary<string, string> dictionary, string key)'.
|
Automaton/Features/AutoAdjustRetainerListings.cs#L321
Possible null reference argument for parameter 'input' in 'MatchCollection Regex.Matches(string input)'.
|
Automaton/Features/AutoAdjustRetainerListings.cs#L334
Possible null reference argument for parameter 'text' in 'SeStringBuilder SeStringBuilder.AddUiForeground(string text, ushort colorKey)'.
|
Automaton/Features/HuntRelayHelper.cs#L112
'Chat.SendMessageUnsafe(byte[])' is obsolete: 'Use safe message sending'
|
Automaton/Features/GettingTooAttached.cs#L119
Dereference of a possibly null reference.
|
Automaton/IPC/QoLBarIPC.cs#L18
Field 'QoLBarIPC.RemovedConditionSet' is never assigned to, and will always have its default value null
|
Automaton/IPC/QoLBarIPC.cs#L16
Field 'QoLBarIPC.CheckConditionSet' is never assigned to, and will always have its default value null
|
This job succeeded
Loading