v4.0.1 #161
Annotations
10 warnings
Build:
src/ToMqttNet/MqttConnectionService.cs#L46
'MqttClientTcpOptions.Server' is obsolete: 'Use RemoteEndpoint or MqttClientOptionsBuilder instead.'
|
Build:
src/ToMqttNet/MqttConnectionService.cs#L47
'MqttClientTcpOptions.Port' is obsolete: 'Use RemoteEndpoint or MqttClientOptionsBuilder instead.'
|
Build:
test/ToMqttNet.Test.Unit/MqttConnectionServiceTests.cs#L139
Non-nullable event 'SubscriptionsChangedAsync' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
|
Build:
test/ToMqttNet.Test.Unit/MqttConnectionServiceTests.cs#L139
The event 'MqttClientStub.SubscriptionsChangedAsync' is never used
|
Build:
test/ToMqttNet.Test.Unit/MqttConnectionServiceTests.cs#L117
The field 'MqttClientStub.ApplicationMessageProcessedAsync' is assigned but its value is never used
|
Build:
test/ToMqttNet.Test.Unit/MqttConnectionServiceTests.cs#L118
The field 'MqttClientStub.ApplicationMessageReceivedAsync' is assigned but its value is never used
|
Build:
test/ToMqttNet.Test.Unit/MqttConnectionServiceTests.cs#L138
The field 'MqttClientStub.SynchronizingSubscriptionsFailedAsync' is assigned but its value is never used
|
Build:
test/ToMqttNet.Test.Unit/MqttConnectionServiceTests.cs#L119
The field 'MqttClientStub.ApplicationMessageSkippedAsync' is assigned but its value is never used
|
Build:
test/ToMqttNet.Test.Unit/MqttConnectionServiceTests.cs#L127
The field 'MqttClientStub.ConnectingFailedAsync' is assigned but its value is never used
|
Build:
src/ToMqttNet/MqttConnectionService.cs#L46
'MqttClientTcpOptions.Server' is obsolete: 'Use RemoteEndpoint or MqttClientOptionsBuilder instead.'
|
Loading