Fixed AutoGig #35
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:
ECommons/ECommons/Configuration/ExternalWriter.cs#L24
Dereference of a possibly null reference.
|
Build:
PunishLib/PunishLib/ImGuiMethods/AboutTab.cs#L37
The field 'AboutTab.startInfo' is never used
|
Build:
AutoHook/PluginUI.cs#L249
The result of the expression is always 'false' since a value of type 'OpenWindow' is never equal to 'null' of type 'OpenWindow?'
|
Build:
AutoHook/PluginUI.cs#L254
The result of the expression is always 'false' since a value of type 'OpenWindow' is never equal to 'null' of type 'OpenWindow?'
|
Build:
AutoHook/Ui/TabDebug.cs#L98
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
Build:
AutoHook/Ui/TabCommunity.cs#L43
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
Build:
AutoHook/Ui/TabDebug.cs#L149
The variable 'wikiPageUrl' is assigned but its value is never used
|
Build:
AutoHook/Ui/TabDebug.cs#L142
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Build:
AutoHook/Ui/TabDebug.cs#L119
The field 'TabDebug.regexold' is assigned but its value is never used
|
Build:
ECommons/ECommons/Configuration/ExternalWriter.cs#L24
Dereference of a possibly null reference.
|