Skip to content

Merge pull request #152 from mark-szabo/v2.3 #11

Merge pull request #152 from mark-szabo/v2.3

Merge pull request #152 from mark-szabo/v2.3 #11

Triggered via push December 17, 2024 14:33
Status Success
Total duration 3m 21s
Artifacts
build-and-deploy
3m 8s
build-and-deploy
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build-and-deploy: CarWash.Functions/NotificationService.cs#L28
'TelemetryClient.TelemetryClient()' is obsolete: 'We do not recommend using TelemetryConfiguration.Active on .NET Core. See https://github.com/microsoft/ApplicationInsights-dotnet/issues/1152 for more details'
build-and-deploy: CarWash.Functions/ParkIntegrationFunction.cs#L207
Possible null reference argument for parameter 'value' in 'List<ParkingSession>? JsonConvert.DeserializeObject<List<ParkingSession>>(string value)'.
build-and-deploy: CarWash.Functions/ParkIntegrationFunction.cs#L207
Possible null reference return.
build-and-deploy: CarWash.Functions/ParkIntegrationFunction.cs#L23
Possible null reference assignment.
build-and-deploy: CarWash.Functions/ParkIntegrationFunction.cs#L24
Possible null reference assignment.
build-and-deploy: CarWash.Functions/ParkIntegrationFunction.cs#L237
Non-nullable property 'url' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-deploy: CarWash.Functions/ParkIntegrationFunction.cs#L238
Non-nullable property 'licence_plate' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-deploy: CarWash.Functions/ParkIntegrationFunction.cs#L239
Non-nullable property 'normalized_licence_plate' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-deploy: CarWash.Functions/ParkIntegrationFunction.cs#L245
Non-nullable property 'currency' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-deploy: CarWash.Functions/ParkIntegrationFunction.cs#L246
Non-nullable property 'invoice_type' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.