CategoryTests created and some fixings in controller #37
Annotations
10 warnings
build:
Catalog/Catalog.Core/DTO/Product/ProductUpdateReq.cs#L8
Non-nullable property 'Categories' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Catalog/Catalog.Core/Entities/Product.cs#L8
Non-nullable property 'Categories' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Catalog/Catalog.Core/DTO/Product/ProductPostReq.cs#L8
Non-nullable property 'Categories' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Catalog/Catalog.Core/Entities/Category.cs#L7
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Catalog/Catalog.Core/Entities/Category.cs#L9
Non-nullable property 'Products' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Catalog/Catalog.Core/DTO/Category/CategoryUpdateReq.cs#L5
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Catalog/Catalog.Core/DTO/Category/CategoryGetRes.cs#L6
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Catalog/Catalog.Core/DTO/Product/ProductUpdateReq.cs#L8
Non-nullable property 'Categories' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Catalog/Catalog.Core/Entities/Product.cs#L8
Non-nullable property 'Categories' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Catalog/Catalog.Core/DTO/Product/ProductPostReq.cs#L8
Non-nullable property 'Categories' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|