Version #68
Annotations
11 warnings
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/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.
|
Build:
src/Spoleto.Delivery/Models/City.cs#L48
Non-nullable property 'Country' 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.
|
Loading