build(deps): bump MQTTnet from 4.3.7.1207 to 5.0.0.1405 #2445
Annotations
7 errors and 11 warnings
Run unit tests:
TeslaSolarCharger.Services/Services/Mqtt/Contracts/IMqttClientHandlingService.cs#L1
The type or namespace name 'Client' does not exist in the namespace 'MQTTnet' (are you missing an assembly reference?)
|
Run unit tests:
TeslaSolarCharger.Services/Services/Mqtt/MqttClientHandlingService.cs#L4
The type or namespace name 'Client' does not exist in the namespace 'MQTTnet' (are you missing an assembly reference?)
|
Run unit tests:
TeslaSolarCharger.Services/Services/Mqtt/MqttClientHandlingService.cs#L7
The type or namespace name 'Server' does not exist in the namespace 'MQTTnet' (are you missing an assembly reference?)
|
Run unit tests:
TeslaSolarCharger.Services/Services/Mqtt/Contracts/IMqttClientHandlingService.cs#L15
The type or namespace name 'IMqttClient' could not be found (are you missing a using directive or an assembly reference?)
|
Run unit tests:
TeslaSolarCharger.Services/Services/Mqtt/MqttClientHandlingService.cs#L23
The type or namespace name 'MqttFactory' could not be found (are you missing a using directive or an assembly reference?)
|
Run unit tests:
TeslaSolarCharger.Services/Services/Mqtt/MqttClientHandlingService.cs#L24
'MqttClientHandlingService' does not implement interface member 'IMqttClientHandlingService.GetClientByKey(string)'. 'MqttClientHandlingService.GetClientByKey(string)' cannot implement 'IMqttClientHandlingService.GetClientByKey(string)' because it does not have the matching return type of 'IMqttClient?'.
|
Run unit tests
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run unit tests:
TeslaSolarCharger.SharedBackend/Dtos/DtoFleetApiRequest.cs#L7
Non-nullable property 'RequestUrl' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Run unit tests:
TeslaSolarCharger/Shared/Wrappers/ConfigurationWrapper.cs#L20
Parameter 'settings' is unread.
|
Run unit tests:
TeslaSolarCharger/Shared/Wrappers/ConfigurationWrapper.cs#L212
Possible null reference return.
|
Run unit tests:
TeslaSolarCharger/Shared/Wrappers/ConfigurationWrapper.cs#L219
Possible null reference return.
|
Run unit tests:
TeslaSolarCharger/Shared/Dtos/BaseConfiguration/DtoValueConfigurationOverview.cs#L6
Non-nullable property 'Heading' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Run unit tests:
TeslaSolarCharger/Shared/Dtos/Settings/DtoCar.cs#L9
Non-nullable property 'Vin' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Run unit tests:
TeslaSolarCharger/Shared/Dtos/RestValueConfiguration/DtoRestValueConfigurationHeader.cs#L9
Non-nullable property 'Key' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Run unit tests:
TeslaSolarCharger/Shared/Dtos/RestValueConfiguration/DtoRestValueConfigurationHeader.cs#L10
Non-nullable property 'Value' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Run unit tests:
TeslaSolarCharger/Shared/Dtos/RestValueConfiguration/DtoRestValueConfiguration.cs#L11
Non-nullable property 'Url' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Run unit tests:
TeslaSolarCharger/Shared/Dtos/MqttConfiguration/DtoMqttResultConfiguration.cs#L8
Non-nullable property 'Topic' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Loading