build(deps): bump MudBlazor from 6.20.0 to 7.14.0 #2320
Annotations
7 errors and 11 warnings
Run unit tests:
TeslaSolarCharger/Client/Components/GenericValueConfigurationComponent.razor#L87
The type of component 'MudChip' cannot be inferred based on the values provided. Consider specifying the type arguments directly using the following attributes: 'T'.
|
Run unit tests:
TeslaSolarCharger/Client/Shared/MainLayout.razor#L39
'MudTheme' does not contain a definition for 'Palette'
|
Run unit tests:
TeslaSolarCharger/Client/Components/ModbusValueConfigurationComponent.razor#L35
'DialogOptions' does not contain a definition for 'DisableBackdropClick'
|
Run unit tests:
TeslaSolarCharger/Client/Components/MqttValueConfigurationComponent.razor#L35
'DialogOptions' does not contain a definition for 'DisableBackdropClick'
|
Run unit tests:
TeslaSolarCharger/Client/Components/BackupComponent.razor#L41
The name 'fileUploadContext' does not exist in the current context
|
Run unit tests:
TeslaSolarCharger/Client/Components/RestValueConfigurationComponent.razor#L37
'DialogOptions' does not contain a definition for 'DisableBackdropClick'
|
Run unit tests
Process completed with exit code 1.
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
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#L205
Possible null reference return.
|
Run unit tests:
TeslaSolarCharger/Shared/Wrappers/ConfigurationWrapper.cs#L212
Possible null reference return.
|
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.
|
Run unit tests:
TeslaSolarCharger/Shared/Dtos/MqttConfiguration/DtoMqttResult.cs#L10
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/MqttConfiguration/DtoMqttConfiguration.cs#L6
Non-nullable property 'Host' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Loading