Starboard fix fix fix #29
Annotations
10 warnings
ModCore/Listeners/StarboardListeners.cs#L419
The 'l' suffix is easily confused with the digit '1' -- use 'L' for clarity
|
ModCore/ModCore.cs#L122
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.
|
ModCore/Modals/FeedbackResponseModal.cs#L48
The variable 'ex' is declared but never used
|
ModCore/Commands/Starboard.cs#L137
The variable 'ex' is declared but never used
|
ModCore/Listeners/StarboardListeners.cs#L435
The variable 'ex' is declared but never used
|
ModCore/Listeners/Reactions.cs#L47
Unreachable code detected
|
ModCore/Listeners/Reactions.cs#L143
Unreachable code detected
|
ModCore/Extensions/InteractionExtension.cs#L23
Field 'InteractionExtension.logger' is never assigned to, and will always have its default value null
|
ModCore/Listeners/RoleState.cs#L140
Number of parameters supplied in the logging message template do not match the number of named placeholders (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2017)
|
ModCore/Listeners/RoleState.cs#L55
Number of parameters supplied in the logging message template do not match the number of named placeholders (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2017)
|
The logs for this run have expired and are no longer available.
Loading