Skip to content

update data object and examples #58

update data object and examples

update data object and examples #58

Triggered via push June 1, 2024 12:13
Status Success
Total duration 40s
Artifacts

CI.yml

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

Annotations

10 warnings
build-and-deploy: RustPlusApi/Examples/GetTeamInfo/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.
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/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