Skip to content

Version

Version #4

Triggered via push September 19, 2024 07:52
Status Success
Total duration 20s
Artifacts

ci.yml

on: push
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.AddressResolver/Models/AddressLocation.cs#L5
Non-nullable property 'OriginalAddress' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Spoleto.AddressResolver/Models/AddressLocation.cs#L7
Non-nullable property 'City' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Spoleto.AddressResolver/Models/AddressLocation.cs#L11
Non-nullable property 'CountryCode' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Spoleto.AddressResolver/Models/AddressLocation.cs#L13
Non-nullable property 'KladrCode' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Spoleto.AddressResolver/Models/AddressLocation.cs#L15
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.AddressResolver/Models/AddressLocation.cs#L17
Non-nullable property 'House' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Spoleto.AddressResolver/Models/AddressLocation.cs#L19
Non-nullable property 'Street' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Spoleto.AddressResolver/IAddressResolver.cs#L11
XML comment has a param tag for 'originalAddressLocation', but there is no parameter by that name
build: src/Spoleto.AddressResolver/IAddressResolver.cs#L14
Parameter 'searchAddressLocation' has no matching param tag in the XML comment for 'IAddressResolver.ResolveLocation(string, string)' (but other parameters do)
build: src/Spoleto.AddressResolver/IAddressResolver.cs#L19
XML comment has a param tag for 'originalAddressLocation', but there is no parameter by that name