Skip to content

add segregation between legacy code and explicit objects #41

add segregation between legacy code and explicit objects

add segregation between legacy code and explicit objects #41

Triggered via push May 30, 2024 12:12
Status Success
Total duration 42s
Artifacts

CI.yml

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

Annotations

10 warnings
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/StrobeEntity/Program.cs#L8
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/StrobeEntity/Program.cs#L6
The variable 'entityId' is assigned but its value is never used
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/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.