Update build_img.yml #7
Annotations
11 warnings
build-and-push
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v2, docker/setup-qemu-action@v2, docker/setup-buildx-action@v2, docker/build-push-action@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build-and-push
One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used.
|
build-and-push:
castledice-game-server/NetworkManager/ErrorSender.cs#L2
The using directive for 'castledice_events_logic.ServerToClient' appeared previously in this namespace
|
build-and-push:
castledice-game-server/NetworkManager/RiptideWrappers/IClientDisconnecter.cs#L7
Cannot convert null literal to non-nullable reference type.
|
build-and-push:
castledice-game-server/NetworkManager/RiptideWrappers/ServerWrapper.cs#L35
Cannot convert null literal to non-nullable reference type.
|
build-and-push:
castledice-game-server/Configuration/StorageBackendConnectionOptions.cs#L5
Non-nullable property 'Url' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build-and-push:
castledice-game-server/Configuration/MatchMakerConnectionOptions.cs#L5
Non-nullable property 'Ip' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build-and-push:
castledice-game-server/Configuration/AuthBackendConnectionOptions.cs#L5
Non-nullable property 'Url' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build-and-push:
castledice-game-server/Stubs/StringIdRetrieverStub.cs#L10
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-and-push:
castledice-game-server/Stubs/GameSavingServiceStub.cs#L13
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-and-push:
castledice-game-server/Stubs/GameSavingServiceStub.cs#L21
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.
|