Update JsonRpcConnection.cs #5530
Annotations
4 warnings
src/Draco.JsonRpc/JsonRpcConnection.cs#L44
Non-nullable field 'messageScheduler' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
src/Draco.JsonRpc/JsonRpcConnection.cs#L44
The field 'JsonRpcConnection<TMessage>.messageScheduler' is never used
|
src/Draco.JsonRpc/JsonRpcConnection.cs#L44
Non-nullable field 'messageScheduler' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
src/Draco.JsonRpc/JsonRpcConnection.cs#L44
The field 'JsonRpcConnection<TMessage>.messageScheduler' is never used
|
The logs for this run have expired and are no longer available.
Loading