Skip to content

adjust target platform #14

adjust target platform

adjust target platform #14

Triggered via push October 15, 2023 09:46
Status Failure
Total duration 3m 29s
Artifacts
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 24 warnings
build (Debug)
Process completed with exit code 1.
build (Release)
Process completed with exit code 1.
build (Debug)
The following actions uses node12 which is deprecated and will be forced to run on node16: microsoft/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build (Debug): DiscordQueryBot/JsonFileReader.cs#L21
Possible null reference return.
build (Debug): DiscordQueryBot/JsonFileReader.cs#L27
Non-nullable property 'BotToken' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Debug): DiscordQueryBot/JsonFileReader.cs#L30
Non-nullable property 'ServerDescriptions' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Debug): DiscordQueryBot/DiscordEmbedCreator.cs#L11
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 (Debug): DiscordQueryBot/ServerEmbed.cs#L17
Non-nullable property 'ServerDomain' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Debug): DiscordQueryBot/ServerEmbed.cs#L23
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Debug): DiscordQueryBot/ServerEmbed.cs#L25
Non-nullable property 'Map' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Debug): DiscordQueryBot/ServerEmbed.cs#L34
Non-nullable property 'AdditionalDescription' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Debug): DiscordQueryBot/DiscordQueryBot.cs#L56
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
build (Debug): DiscordQueryBot/DiscordQueryBot.cs#L65
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
build (Debug)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build (Release)
The following actions uses node12 which is deprecated and will be forced to run on node16: microsoft/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build (Release)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build (Release): DiscordQueryBot/DiscordEmbedCreator.cs#L11
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 (Release): DiscordQueryBot/JsonFileReader.cs#L21
Possible null reference return.
build (Release): DiscordQueryBot/JsonFileReader.cs#L27
Non-nullable property 'BotToken' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Release): DiscordQueryBot/JsonFileReader.cs#L30
Non-nullable property 'ServerDescriptions' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Release): DiscordQueryBot/DiscordEmbedCreator.cs#L31
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 (Release): DiscordQueryBot/DiscordQueryBot.cs#L56
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
build (Release): DiscordQueryBot/DiscordQueryBot.cs#L65
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
build (Release): DiscordQueryBot/DiscordQueryBot.cs#L72
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
build (Release): DiscordQueryBot/DiscordQueryBot.cs#L76
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
build (Release): DiscordQueryBot/DiscordQueryBot.cs#L81
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.