Skip to content

Merge pull request #7 from abdulrahmannadap/New-Update #5

Merge pull request #7 from abdulrahmannadap/New-Update

Merge pull request #7 from abdulrahmannadap/New-Update #5

Triggered via push March 7, 2024 17:31
Status Success
Total duration 44s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build: FCommerce.Models/Product.cs#L12
Non-nullable property 'ProductName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: FCommerce.Models/Product.cs#L14
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: FCommerce.Models/Product.cs#L23
Non-nullable property 'Category' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: FCommerce.Models/Category.cs#L10
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: FCommerce.DataAcsess/Repos/Implimentations/Repositoy.cs#L41
Possible null reference return.
build: FCommerce.DataAcsess/Repos/Implimentations/Repositoy.cs#L49
Dereference of a possibly null reference.
build: FCommerce.DataAcsess/Repos/Implimentations/Repositoy.cs#L55
Possible null reference return.
build: FCommerce.Website/Controllers/CategorysController.cs#L50
The result of the expression is always 'false' since a value of type 'int' is never equal to 'null' of type 'int?'
build: FCommerce.Website/Controllers/ProductsController.cs#L96
The result of the expression is always 'false' since a value of type 'int' is never equal to 'null' of type 'int?'
build: FCommerce.Models/Product.cs#L12
Non-nullable property 'ProductName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.