Skip to content

bugfixes

bugfixes #2408

Triggered via push November 29, 2024 00:52
Status Success
Total duration 1m 7s
Artifacts

aspnetcore.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/FMBot.Bot/TextCommands/UserCommands.cs#L628
Unreachable code detected
build: src/FMBot.Bot/Handlers/UserEventHandler.cs#L43
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: src/FMBot.Bot/TextCommands/StaticCommands.cs#L375
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: src/FMBot.Bot/Handlers/UserEventHandler.cs#L131
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: src/FMBot.Bot/Handlers/UserEventHandler.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: src/FMBot.Bot/Handlers/ClientLogHandler.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: src/FMBot.Bot/Handlers/ClientLogHandler.cs#L179
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: src/FMBot.Bot/Handlers/InteractionHandler.cs#L58
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: src/FMBot.Bot/Handlers/CommandHandler.cs#L71
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: src/FMBot.Bot/Handlers/CommandHandler.cs#L128
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.