Update README.md #20
Annotations
5 errors and 10 warnings
src/API/Mappings/Categories/CategoryMappingProfile.cs#L27
A constant value of type 'Type' is expected
|
src/API/Mappings/Products/ProductMappingProfile.cs#L25
A constant value of type 'Type' is expected
|
src/API/Mappings/Categories/CategoryMappingProfile.cs#L27
A constant value of type 'Type' is expected
|
src/API/Mappings/Products/ProductMappingProfile.cs#L25
A constant value of type 'Type' is expected
|
|
src/Core/Domain/Entitites/Products/Product.cs#L14
Non-nullable property 'Category' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/DTO/Products/ProductUpdateRequestDto.cs#L6
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/DTO/Products/ProductUpdateRequestDto.cs#L7
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/DTO/Products/ProductResponseDto.cs#L6
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/DTO/Products/ProductResponseDto.cs#L7
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/DTO/Products/ProductRequestByNameDto.cs#L5
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/DTO/Products/ProductCreateRequestDto.cs#L5
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/DTO/Products/ProductCreateRequestDto.cs#L6
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Infrastructure/Services/Products/ProductService.cs#L193
Converting null literal or possible null value to non-nullable type.
|
src/Infrastructure/Services/Products/ProductService.cs#L207
Converting null literal or possible null value to non-nullable type.
|
The logs for this run have expired and are no longer available.
Loading