fixed triggers message not showing #290
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.
|