Skip to content

Merge branch 'feature/product-management' #23

Merge branch 'feature/product-management'

Merge branch 'feature/product-management' #23

Triggered via push October 19, 2024 09:32
Status Success
Total duration 48s
Artifacts
build-and-deploy
39s
build-and-deploy
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
build-and-deploy
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build-and-deploy
The "--output" option isn't supported when building a solution. Specifying a solution-level output path results in all projects copying outputs to the same directory, which can lead to inconsistent builds.
build-and-deploy: Models/Dto/CategoryDto/UpdateNoOfProductsReqDto.cs#L3
Non-nullable property 'CategoryId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-deploy: Models/Dto/CategoryDto/UpdateNoOfProductsReqDto.cs#L4
Non-nullable property 'SubCategoryId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-deploy: configuration/ServiceConfiguration.cs#L27
'FluentValidationMvcConfiguration.RegisterValidatorsFromAssembly(Assembly, Func<AssemblyScanner.AssemblyScanResult, bool>, ServiceLifetime, bool)' is obsolete: 'RegisterValidatorsFromAssembly is deprecated. Call services.AddValidatorsFromAssembly instead, which has the same effect. See https://github.com/FluentValidation/FluentValidation/issues/1963'
build-and-deploy: configuration/ServiceConfiguration.cs#L18
'FluentValidationMvcExtensions.AddFluentValidation(IMvcBuilder, Action<FluentValidationMvcConfiguration>)' is obsolete: 'Calling AddFluentValidation() is deprecated. Call services.AddFluentValidationAutoValidation().AddFluentValidationClientsideAdapters() instead, which has the same effect. For details see https://github.com/FluentValidation/FluentValidation/issues/1965'
build-and-deploy: Models/Category.cs#L10
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-deploy: Models/Color.cs#L10
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-deploy: Models/Dto/ProductDto/UpdateProductReqDto.cs#L29
Non-nullable property 'SizeString' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-deploy: Models/Dto/ProductDto/UpdateProductReqDto.cs#L23
Non-nullable property 'ColorCode' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-deploy: Models/Dto/ProductDto/UpdateProductReqDto.cs#L7
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-deploy: Models/Dto/ProductDto/UpdateProductReqDto.cs#L10
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.