Skip to content

Finish allowed/blocked roles #1412

Finish allowed/blocked roles

Finish allowed/blocked roles #1412

Triggered via push May 30, 2023 14:12
Status Success
Total duration 1m 22s
Artifacts

aspnetcore.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.
build: src/FMBot.Images/Generators/PuppeteerService.cs#L12
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: src/FMBot.Persistence.EntityFrameWork/Migrations/20200408193943_prefix.cs#L5
The type name 'prefix' only contains lower-cased ascii characters. Such names may become reserved for the language.
build: src/FMBot.Persistence.EntityFrameWork/Migrations/20200408193943_prefix.Designer.cs#L14
The type name 'prefix' only contains lower-cased ascii characters. Such names may become reserved for the language.
build: src/FMBot.Bot/Builders/UserBuilder.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#L26
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#L55
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#L66
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#L298
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#L54
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#L149
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.