Skip to content

use harfbuzz for text rendering #2405

use harfbuzz for text rendering

use harfbuzz for text rendering #2405

Triggered via push November 28, 2024 07:46
Status Success
Total duration 1m 9s
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/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#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/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/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/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.
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/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#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.