Skip to content

Update dotnet-desktop.yml #7

Update dotnet-desktop.yml

Update dotnet-desktop.yml #7

Triggered via push October 15, 2023 07:54
Status Success
Total duration 2m 35s
Artifacts
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

26 warnings
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/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/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#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 (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): 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 (Debug): 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 (Debug): 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.
build (Debug)
No files were found with the provided path: DiscordQueryBot/\AppPackages. No artifacts will be uploaded.
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)
No files were found with the provided path: DiscordQueryBot/\AppPackages. No artifacts will be uploaded.
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#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/ServerEmbed.cs#L17
Non-nullable property 'ServerDomain' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Release): DiscordQueryBot/ServerEmbed.cs#L23
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Release): DiscordQueryBot/ServerEmbed.cs#L25
Non-nullable property 'Map' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Release): DiscordQueryBot/ServerEmbed.cs#L34
Non-nullable property 'AdditionalDescription' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
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.