fixbug: get orders #31
Annotations
10 warnings
publish:
src/Core/CleanArchitecture.Domain/AggregatesModels/Shared/UserInformation.cs#L9
Non-nullable property 'Name' 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#L8
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#L13
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#L35
Dereference of a possibly null reference.
|
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.
|
publish:
src/Core/CleanArchitecture.Application/Common/Models/PaginationResponse.cs#L5
Non-nullable property 'Data' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|