Skip to content

Add prefill for tag modals #57

Add prefill for tag modals

Add prefill for tag modals #57

Triggered via push February 27, 2024 00:13
Status Success
Total duration 40s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build: ModCore/Commands/Main.cs#L352
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: ModCore/Listeners/StarboardListeners.cs#L419
The 'l' suffix is easily confused with the digit '1' -- use 'L' for clarity
build: ModCore/Commands/Starboard.cs#L131
The variable 'ex' is declared but never used
build: ModCore/ModCore.cs#L120
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: ModCore/Commands/Main.cs#L386
The variable 'ex' is declared but never used
build: ModCore/Listeners/StarboardListeners.cs#L435
The variable 'ex' is declared but never used
build: ModCore/Extensions/InteractionExtension.cs#L21
Field 'InteractionExtension.logger' is never assigned to, and will always have its default value null
build: ModCore/Listeners/RoleState.cs#L50
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)
build: ModCore/Listeners/RoleState.cs#L53
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)
build: ModCore/Listeners/RoleState.cs#L64
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)