fix(TeslaFleetApiService): add latest value before last refresh to detect if calling Tesla API is required #2413
Annotations
20 warnings
Build and push TeslaSolarCharger
Non-nullable property 'RequestUrl' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build and push TeslaSolarCharger
Parameter 'settings' is unread.
|
Build and push TeslaSolarCharger
Non-nullable property 'Heading' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build and push TeslaSolarCharger
Non-nullable property 'Vin' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build and push TeslaSolarCharger
Non-nullable property 'Vin' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build and push TeslaSolarCharger
Possible null reference return.
|
Build and push TeslaSolarCharger
Possible null reference return.
|
Build and push TeslaSolarCharger
Non-nullable property 'Headline' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build and push TeslaSolarCharger
Non-nullable property 'DetailText' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build and push TeslaSolarCharger
Non-nullable property 'Topic' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
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/Car/DtoTesla.cs#L6
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/CarBasicConfiguration.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/DtoBackendNotification.cs#L9
Non-nullable property 'Headline' 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/DtoBackendNotification.cs#L10
Non-nullable property 'DetailText' 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/DtoBackupFileInformation.cs#L5
Non-nullable property 'FileName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Loading