Merge pull request #152 from mark-szabo/v2.3 #11
main_func-carwash-mimosonk-prod.yml
on: push
build-and-deploy
3m 8s
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.
|