Merge feature/thread friendly into develop #48
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/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
|