COntinued #5531
Annotations
3 errors and 6 warnings
src/Draco.JsonRpc/JsonRpcConnection.cs#L187
'JsonRpcConnection<TMessage>.ProcessMessage(TMessage)': not all code paths return a value
|
src/Draco.JsonRpc/JsonRpcConnection.cs#L187
'JsonRpcConnection<TMessage>.ProcessMessage(TMessage)': not all code paths return a value
|
|
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.
|
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.
|
src/Draco.JsonRpc/JsonRpcConnection.cs#L47
The field 'JsonRpcConnection<TMessage>.messageScheduler' is never used
|
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.
|
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.
|
src/Draco.JsonRpc/JsonRpcConnection.cs#L47
The field 'JsonRpcConnection<TMessage>.messageScheduler' is never used
|
The logs for this run have expired and are no longer available.
Loading