Skip to content

feat logging improvements #2558

feat logging improvements

feat logging improvements #2558

Triggered via pull request February 7, 2025 19:42
Status Failure
Total duration 1m 30s
Artifacts

alphaRelease.yml

on: pull_request
Building TeslaSolarCharger image
49s
Building TeslaSolarCharger image
Building SMAPlugin Image
59s
Building SMAPlugin Image
Building SolarEdgePlugin Image
1m 18s
Building SolarEdgePlugin Image
Building ModbusPlugin Image
1m 19s
Building ModbusPlugin Image
Building SolaxPlugin Image
1m 18s
Building SolaxPlugin Image
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 10 warnings
Building TeslaSolarCharger image: TeslaSolarCharger/Server/Services/LogService.cs#L1
The type or namespace name 'InMemory' does not exist in the namespace 'Serilog.Sinks' (are you missing an assembly reference?)
Building TeslaSolarCharger image
Process completed with exit code 1.
Building TeslaSolarCharger image: 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.
Building TeslaSolarCharger image: 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.
Building TeslaSolarCharger image: 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.
Building TeslaSolarCharger image: 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.
Building TeslaSolarCharger image: 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.
Building TeslaSolarCharger image: 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.
Building TeslaSolarCharger image: 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.