Skip to content

CategoryTests created and some fixings in controller #37

CategoryTests created and some fixings in controller

CategoryTests created and some fixings in controller #37

Triggered via pull request June 5, 2024 12:00
Status Success
Total duration 58s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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.