Skip to content

Feature/modernize

Feature/modernize #36

Triggered via pull request September 15, 2024 15:04
Status Success
Total duration 42s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build: src/ThumbezaTech.Leads.Domain/ShipmentAggregate/Shipment.cs#L9
Non-nullable property 'OrderToShip' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/ThumbezaTech.Leads.Domain/ShipmentAggregate/Shipment.cs#L9
Non-nullable property 'DeliverTo' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/ThumbezaTech.Leads.Domain/ProductAggregate/Product.cs#L19
Non-nullable property 'Tags' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/ThumbezaTech.Leads.Domain/LeadAggregate/Lead.cs#L35
Non-nullable property 'FirstName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/ThumbezaTech.Leads.Domain/LeadAggregate/Lead.cs#L35
Non-nullable property 'LastName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/ThumbezaTech.Leads.Domain/OrderAggregate/Order.cs#L8
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: src/ThumbezaTech.Leads.Web.Server/Features/Orders/AddProductToCartRequest.cs#L21
Dereference of a possibly null reference.
build: src/ThumbezaTech.Leads.Web.Server/Features/Products/GetProductQuery.cs#L29
Dereference of a possibly null reference.
build: src/ThumbezaTech.Leads.Web.Server/Features/Products/GetProductQuery.cs#L29
Dereference of a possibly null reference.
build: src/ThumbezaTech.Leads.Web.Server/Features/Products/GetProductQuery.cs#L30
Possible null reference argument for parameter 'source' in 'IGet_products_List_products_Nodes[] Enumerable.ToArray<IGet_products_List_products_Nodes>(IEnumerable<IGet_products_List_products_Nodes> source)'.