Skip to content

Create dotnet.yml

Create dotnet.yml #1

Triggered via push March 4, 2024 18:40
Status Success
Total duration 35s
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#L8
Non-nullable property 'ProductName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: FCommerce.Models/Product.cs#L9
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: FCommerce.Models/Category.cs#L8
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#L34
Possible null reference return.
build: FCommerce.DataAcsess/Repos/Implimentations/Repositoy.cs#L39
Possible null reference return.
build: FCommerce.DataAcsess/Repos/Implimentations/ProductRepo.cs#L18
Dereference of a possibly null reference.
build: FCommerce.DataAcsess/Repos/Implimentations/CategoryRepo.cs#L17
Dereference of a possibly null reference.
build: FCommerce.Website/Controllers/CategorysController.cs#L36
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#L8
Non-nullable property 'ProductName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: FCommerce.Models/Product.cs#L9
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.