Skip to content

Merge pull request #7 from Christian-Schou/dependabot/github_actions/… #29

Merge pull request #7 from Christian-Schou/dependabot/github_actions/…

Merge pull request #7 from Christian-Schou/dependabot/github_actions/… #29

Triggered via push February 1, 2024 18:25
Status Failure
Total duration 30s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

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/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/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/Infrastructure/Services/Categories/CategoryService.cs#L151
Converting null literal or possible null value to non-nullable type.
build: src/Infrastructure/Services/Categories/CategoryService.cs#L164
Converting null literal or possible null value to non-nullable type.