Skip to content

v.1.0.35

v.1.0.35 #37

Triggered via release October 4, 2024 11:06
@OlegNadymovOlegNadymov
published v.1.0.35
Status Success
Total duration 55s
Artifacts

cd.yml

on: release
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build: src/Spoleto.Delivery/Models/DeliveryPoint.cs#L150
XML comment has badly formed XML -- 'An identifier was expected.'
build: src/Spoleto.Delivery/Models/DeliveryPoint.cs#L150
XML comment has badly formed XML -- 'The character(s) '=' cannot be used at this location.'
build: src/Spoleto.Delivery/Services/DeliveryServiceFactory.cs#L17
Non-nullable property 'AddressResolver' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Spoleto.Delivery/Models/AdditionalService.cs#L11
Non-nullable property 'Code' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Spoleto.Delivery/Models/AdditionalService.cs#L16
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Spoleto.Delivery/Models/AdditionalServiceRequest.cs#L11
Non-nullable property 'Code' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Spoleto.Delivery/Models/CityRequest.cs#L37
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Spoleto.Delivery/Models/CityRequest.cs#L42
Non-nullable property 'PostalCode' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Spoleto.Delivery/Models/City.cs#L28
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Spoleto.Delivery/Models/City.cs#L43
Non-nullable property 'Region' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.