Skip to content

fix: project zomboid server #136

fix: project zomboid server

fix: project zomboid server #136

Triggered via push August 18, 2023 18:41
Status Success
Total duration 49s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

15 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: ame-yu/action-delete-latest-release@v2, actions/checkout@v2, actions/setup-dotnet@v1, actions/create-release@v1, actions/upload-release-asset@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build
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/20***-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build
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/20***-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build
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/20***-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build
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/20***-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build: src/Sergen.Core/Services/ServerFileStore/LocalServerFileStore.cs#L30
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/Sergen.Core/Services/Containers/Docker/DockerInterface.cs#L90
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/Sergen.Core/Services/Containers/Docker/DockerInterface.cs#L324
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/Sergen.Main/Services/SergenBackgroundWorker.cs#L19
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/Sergen.Main/Services/SergenBackgroundWorker.cs#L25
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/Sergen.Main/Services/Chat/ChatWhitelist/DiscordAllowList.cs#L59
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/Sergen.Main/Services/Chat/ChatEventHandler/Discord/DiscordEventHandler.cs#L108
The result of the expression is always 'true' since a value of type 'DateTime' is never equal to 'null' of type 'DateTime?'
build: src/Sergen.Main/Services/Chat/ChatEventHandler/Discord/DiscordEventHandler.cs#L175
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/Sergen.Core/Services/ServerFileStore/LocalServerFileStore.cs#L30
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/Sergen.Core/Services/Containers/Docker/DockerInterface.cs#L90
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.