Update JsonRpcConnection.cs #5530
Annotations
12 warnings
tests-ubuntu-latest:
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.
|
tests-ubuntu-latest:
src/Draco.JsonRpc/JsonRpcConnection.cs#L44
The field 'JsonRpcConnection<TMessage>.messageScheduler' is never used
|
tests-ubuntu-latest:
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.
|
tests-ubuntu-latest:
src/Draco.JsonRpc/JsonRpcConnection.cs#L44
The field 'JsonRpcConnection<TMessage>.messageScheduler' is never used
|
tests-windows-latest:
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.
|
tests-windows-latest:
src/Draco.JsonRpc/JsonRpcConnection.cs#L44
The field 'JsonRpcConnection<TMessage>.messageScheduler' is never used
|
tests-windows-latest:
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.
|
tests-windows-latest:
src/Draco.JsonRpc/JsonRpcConnection.cs#L44
The field 'JsonRpcConnection<TMessage>.messageScheduler' is never used
|
tests-macOS-latest:
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.
|
tests-macOS-latest:
src/Draco.JsonRpc/JsonRpcConnection.cs#L44
The field 'JsonRpcConnection<TMessage>.messageScheduler' is never used
|
tests-macOS-latest:
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.
|
tests-macOS-latest:
src/Draco.JsonRpc/JsonRpcConnection.cs#L44
The field 'JsonRpcConnection<TMessage>.messageScheduler' is never used
|