Skip to content

update to .net 8

update to .net 8 #34

Triggered via pull request December 12, 2023 17:15
@snixthosnixtho
opened #87
net8
Status Success
Total duration 42s
Artifacts

run-tests.yml

on: pull_request
build_and_test
29s
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/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.