Skip to content

Build, Test and Publish to NuGet #7

Build, Test and Publish to NuGet

Build, Test and Publish to NuGet #7

Re-run triggered January 29, 2025 15:20
Status Failure
Total duration 36s
Artifacts

publish.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build
Process completed with exit code 1.
build: samples/SemanticFlow.DemoConsoleApp/Workflow/PaymentProcessingActivity.cs#L32
Dereference of a possibly null reference.
build: src/SemanticFlow/Extensions/KernelExtensions.cs#L89
Possible unintended reference comparison; to get a value comparison, cast the left hand side to type 'string'
build: samples/SemanticFlow.DemoConsoleApp/Workflow/MenuSelectionActivity.cs#L63
Dereference of a possibly null reference.
build: samples/SemanticFlow.DemoConsoleApp/Workflow/DTOs/MenuItem.cs#L5
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: samples/SemanticFlow.DemoConsoleApp/Workflow/DTOs/MenuItem.cs#L6
Non-nullable property 'Ingredients' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: samples/SemanticFlow.DemoConsoleApp/Workflow/DTOs/Customer.cs#L9
Non-nullable property 'FullName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: samples/SemanticFlow.DemoConsoleApp/Workflow/DTOs/Customer.cs#L13
Non-nullable property 'Address' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: samples/SemanticFlow.DemoConsoleApp/Workflow/DTOs/Customer.cs#L17
Non-nullable property 'PhoneNumber' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: samples/SemanticFlow.DemoConsoleApp/Workflow/CustomerIdentificationActivity.cs#L32
Dereference of a possibly null reference.
build: samples/SemanticFlow.DemoConsoleApp/Program.cs#L49
Dereference of a possibly null reference.