Skip to content

Merge branch 'main' of https://github.com/dianper/vat-calculator-api #5

Merge branch 'main' of https://github.com/dianper/vat-calculator-api

Merge branch 'main' of https://github.com/dianper/vat-calculator-api #5

Triggered via push September 9, 2024 09:09
Status Success
Total duration 37s
Artifacts

pipeline.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

8 warnings
build: src/CrossCutting.Configuration/VATRate.cs#L8
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/CrossCutting.Configuration/VATConfiguration.cs#L8
Non-nullable property 'Rates' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Application.Services/Responses/VATResponse.cs#L37
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Application.Services/VATCalculator.cs#L27
Nullable value type may be null.
build: src/CrossCutting.Configuration/VATRate.cs#L8
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/CrossCutting.Configuration/VATConfiguration.cs#L8
Non-nullable property 'Rates' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Application.Services/Responses/VATResponse.cs#L37
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Application.Services/VATCalculator.cs#L27
Nullable value type may be null.