Skip to content

GBXRemoteClient interface to improve mocking functionality #33

GBXRemoteClient interface to improve mocking functionality

GBXRemoteClient interface to improve mocking functionality #33

Triggered via pull request July 11, 2023 10:23
Status Success
Total duration 34s
Artifacts

run-tests.yml

on: pull_request
build_and_test
25s
build_and_test
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build_and_test: src/GbxRemote.Net/GbxRemoteClient.Callbacks.cs#L51
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build_and_test: src/GbxRemote.Net/XmlRpc/Packets/MethodCall.cs#L57
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_test: src/GbxRemote.Net/XmlRpc/NadeoXmlRpcClient.cs#L137
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.