Skip to content

Merge pull request #40 from neozhu/improve/cleancode1 #239

Merge pull request #40 from neozhu/improve/cleancode1

Merge pull request #40 from neozhu/improve/cleancode1 #239

Triggered via push January 9, 2025 11:38
Status Success
Total duration 1m 22s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build: src/CleanAspire.Domain/Entities/AuditTrail.cs#L13
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/CleanAspire.Application/Common/Models/PaginatedResult.cs#L5
Non-nullable property 'Items' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/CleanAspire.Application/Features/Products/Validators/UpdateProductCommandValidator.cs#L43
Nullability of reference types in type of parameter 'currency' of 'bool UpdateProductCommandValidator.BeAValidCurrency(string currency)' doesn't match the target delegate 'Func<string?, bool>' (possibly because of nullability attributes).