Skip to content

fixed triggers message not showing #290

fixed triggers message not showing

fixed triggers message not showing #290

Triggered via push December 2, 2024 17:11
Status Failure
Total duration 36s
Artifacts

psqldeko.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build
Process completed with exit code 1.
build: src/MewdekoSourceGen/LocalizationGenerator.cs#L271
Possible null reference return.
build: src/Mewdeko/Common/Attributes/TextCommands/Ratelimit.cs#L62
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/Mewdeko/Common/Autocompleters/StatusRoleAutoCompleter.cs#L39
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/Mewdeko/Common/Autocompleters/HighlightAutocompleter.cs#L39
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/Mewdeko/Common/Attributes/TextCommands/CurrencyPermissions.cs#L16
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/Mewdeko/Database/MigrationService.cs#L34
Possible null reference assignment.
build: src/Mewdeko/Database/MigrationService.cs#L32
Non-nullable field 'provider' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: src/Mewdeko/Extensions/Extensions.cs#L273
Cannot convert null literal to non-nullable reference type.
build: src/Mewdeko/Extensions/Extensions.cs#L354
Possible null reference assignment.
build: src/Mewdeko/Common/Attributes/InteractionCommands/InteractionRatelimit.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.