Skip to content

Feature/modernize

Feature/modernize #28

Triggered via pull request July 14, 2024 07:06
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 uses Node.js version which is deprecated 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 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 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 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 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 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 declaring the property as nullable.
build: src/ThumbezaTech.Leads.Application/Common/Behaviours/UnhandledExceptionBehaviour.cs#L17
Non-nullable field '_mediator' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: src/ThumbezaTech.Leads.Application/Common/Behaviours/UnhandledExceptionBehaviour.cs#L15
Field 'UnhandledExceptionBehaviour<TRequest, TResponse>._mediator' is never assigned to, and will always have its default value null
build: src/ThumbezaTech.Leads.Web.GraphQL/Leads/LeadVm.cs#L9
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/ThumbezaTech.Leads.Web.GraphQL/Leads/LeadVm.cs#L10
Non-nullable property 'FirstName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.