Skip to content

Fix HideServer in TmServerOptions struct having wrong type #37

Fix HideServer in TmServerOptions struct having wrong type

Fix HideServer in TmServerOptions struct having wrong type #37

Triggered via pull request April 30, 2024 09:15
Status Success
Total duration 33s
Artifacts

run-tests.yml

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

Annotations

11 warnings
build_and_test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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/ExtraTypes/GbxBase64.cs#L7
'GbxBase64' overrides Object.Equals(object o) but does not override Object.GetHashCode()
build_and_test: src/GbxRemote.Net/XmlRpc/NadeoXmlRpcClient.cs#L125
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/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.