Skip to content

Merge feature/implementMoreConvinientMethods int develop (#10) #45

Merge feature/implementMoreConvinientMethods int develop (#10)

Merge feature/implementMoreConvinientMethods int develop (#10) #45

Triggered via push May 30, 2024 19:36
Status Success
Total duration 36s
Artifacts

CI.yml

on: push
build-and-deploy
28s
build-and-deploy
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build-and-deploy: RustPlusApi/Examples/GetTime/Program.cs#L7
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-deploy: RustPlusApi/Examples/SetEntityValue/Program.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-and-deploy: RustPlusApi/Examples/SetEntityValue/Program.cs#L8
The variable 'entityId' is assigned but its value is never used
build-and-deploy: RustPlusApi/Examples/SetEntityValue/Program.cs#L9
The variable 'entityValue' is assigned but its value is never used
build-and-deploy: RustPlusApi/Examples/GetTeamChatChanges/Program.cs#L9
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-deploy: RustPlusApi/Examples/PromoteToLeader/Program.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-deploy: RustPlusApi/Examples/PromoteToLeader/Program.cs#L8
The variable 'steamId' is assigned but its value is never used
build-and-deploy: RustPlusApi/Examples/GetTeamChat/Program.cs#L9
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-deploy: RustPlusApi/Examples/GetMapMarkers/Program.cs#L9
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-deploy: RustPlusApi/Examples/SendTeamChat/Program.cs#L7
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.