Bump actions/setup-dotnet from 3 to 4 #28
Annotations
5 errors and 10 warnings
build:
src/API/Mappings/Products/ProductMappingProfile.cs#L25
A constant value of type 'Type' is expected
|
build:
src/API/Mappings/Categories/CategoryMappingProfile.cs#L27
A constant value of type 'Type' is expected
|
build:
src/API/Mappings/Products/ProductMappingProfile.cs#L25
A constant value of type 'Type' is expected
|
build:
src/API/Mappings/Categories/CategoryMappingProfile.cs#L27
A constant value of type 'Type' is expected
|
build
Process completed with exit code 1.
|
build:
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.
|
build:
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.
|
build:
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.
|
build:
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.
|
build:
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.
|
build:
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.
|
build:
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.
|
build:
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.
|
build:
src/Infrastructure/Services/Categories/CategoryService.cs#L151
Converting null literal or possible null value to non-nullable type.
|
build:
src/Infrastructure/Services/Products/ProductService.cs#L193
Converting null literal or possible null value to non-nullable type.
|