COntinued #5531
Annotations
8 errors and 9 warnings
tests-ubuntu-latest:
src/Draco.JsonRpc/JsonRpcConnection.cs#L187
'JsonRpcConnection<TMessage>.ProcessMessage(TMessage)': not all code paths return a value
|
tests-ubuntu-latest:
src/Draco.JsonRpc/JsonRpcConnection.cs#L187
'JsonRpcConnection<TMessage>.ProcessMessage(TMessage)': not all code paths return a value
|
tests-ubuntu-latest
Process completed with exit code 1.
|
tests-windows-latest
The job was canceled because "ubuntu-latest" failed.
|
tests-windows-latest
The operation was canceled.
|
tests-macOS-latest
The job was canceled because "ubuntu-latest" failed.
|
tests-macOS-latest:
src/Draco.JsonRpc/JsonRpcConnection.cs#L187
'JsonRpcConnection<TMessage>.ProcessMessage(TMessage)': not all code paths return a value
|
tests-macOS-latest
The operation was canceled.
|
tests-ubuntu-latest:
src/Draco.JsonRpc/JsonRpcConnection.cs#L187
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.
|
tests-ubuntu-latest:
src/Draco.JsonRpc/JsonRpcConnection.cs#L47
Non-nullable field 'messageScheduler' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
tests-ubuntu-latest:
src/Draco.JsonRpc/JsonRpcConnection.cs#L47
The field 'JsonRpcConnection<TMessage>.messageScheduler' is never used
|
tests-ubuntu-latest:
src/Draco.JsonRpc/JsonRpcConnection.cs#L187
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.
|
tests-ubuntu-latest:
src/Draco.JsonRpc/JsonRpcConnection.cs#L47
Non-nullable field 'messageScheduler' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
tests-ubuntu-latest:
src/Draco.JsonRpc/JsonRpcConnection.cs#L47
The field 'JsonRpcConnection<TMessage>.messageScheduler' is never used
|
tests-macOS-latest:
src/Draco.JsonRpc/JsonRpcConnection.cs#L187
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.
|
tests-macOS-latest:
src/Draco.JsonRpc/JsonRpcConnection.cs#L47
Non-nullable field 'messageScheduler' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
tests-macOS-latest:
src/Draco.JsonRpc/JsonRpcConnection.cs#L47
The field 'JsonRpcConnection<TMessage>.messageScheduler' is never used
|