Skip to content

Merge branch 'main' of https://github.com/datsunbae/clean-architectur… #16

Merge branch 'main' of https://github.com/datsunbae/clean-architectur…

Merge branch 'main' of https://github.com/datsunbae/clean-architectur… #16

Triggered via push April 18, 2024 17:37
Status Failure
Total duration 1m 48s
Artifacts

main.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 10 warnings
publish: src/API/CleanArchitecture.Api/Program.cs#L53
'WebApplication' does not contain a definition for 'InitialiseDatabaseAsync' and no accessible extension method 'InitialiseDatabaseAsync' accepting a first argument of type 'WebApplication' could be found (are you missing a using directive or an assembly reference?)
publish: src/API/CleanArchitecture.Api/Program.cs#L53
'WebApplication' does not contain a definition for 'InitialiseDatabaseAsync' and no accessible extension method 'InitialiseDatabaseAsync' accepting a first argument of type 'WebApplication' could be found (are you missing a using directive or an assembly reference?)
publish
Process completed with exit code 1.
publish: src/Core/CleanArchitecture.Domain/AggregatesModels/Shared/UserInformation.cs#L9
Non-nullable property 'UserName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
publish: src/Core/CleanArchitecture.Domain/AggregatesModels/Shared/UserInformation.cs#L9
Non-nullable property 'Phone' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
publish: src/Core/CleanArchitecture.Domain/AggregatesModels/Shared/UserInformation.cs#L9
Non-nullable property 'Address' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
publish: src/Core/CleanArchitecture.Domain/AggregatesModels/Products/Product.cs#L9
Non-nullable property 'Category' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
publish: src/Core/CleanArchitecture.Domain/AggregatesModels/Orders/Order.cs#L11
Non-nullable property 'UserInformation' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
publish: src/Core/CleanArchitecture.Domain/AggregatesModels/Orders/Order.cs#L37
Dereference of a possibly null reference.
publish: src/Core/CleanArchitecture.Domain/AggregatesModels/Orders/Order.cs#L45
Converting null literal or possible null value to non-nullable type.
publish: src/Core/CleanArchitecture.Application/Features/V1/Products/Models/Responses/ProductResponse.cs#L16
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
publish: src/Core/CleanArchitecture.Application/Features/V1/Products/Models/Responses/ProductResponse.cs#L17
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
publish: src/Core/CleanArchitecture.Application/Features/V1/Products/Models/Responses/ProductResponse.cs#L21
Non-nullable property 'Category' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.