Add package metadata and icon to SemanticFlow.csproj #1
Annotations
1 error and 11 warnings
build
Process completed with exit code 1.
|
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. 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/SemanticFlow/Services/WorkflowService.cs#L38
Possible null reference return.
|
build:
src/SemanticFlow/Extensions/KernelExtensions.cs#L76
Possible unintended reference comparison; to get a value comparison, cast the left hand side to type 'string'
|
build:
src/SemanticFlow.Tests/Activities/DeliveryTimeEstimationActivity.cs#L10
Non-nullable property 'PromptExecutionSettings' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/SemanticFlow.Tests/Activities/CustomerIdentificationActivity.cs#L10
Non-nullable property 'PromptExecutionSettings' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/SemanticFlow.Tests/KernelExtensionsTests.cs#L25
Possible null reference argument for parameter 'kernel' in 'void KernelExtensions.AddFromActivity(Kernel kernel, object instance)'.
|
build:
src/SemanticFlow.Tests/KernelExtensionsTests.cs#L57
Possible null reference argument for parameter 'kernel' in 'IChatCompletionService KernelExtensions.GetChatCompletionForActivity(Kernel kernel, IActivity activity)'.
|
build:
src/SemanticFlow/Services/WorkflowService.cs#L38
Possible null reference return.
|
build:
src/SemanticFlow/Extensions/KernelExtensions.cs#L76
Possible unintended reference comparison; to get a value comparison, cast the left hand side to type 'string'
|
build:
src/SemanticFlow.Tests/Activities/DeliveryTimeEstimationActivity.cs#L10
Non-nullable property 'PromptExecutionSettings' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/SemanticFlow.Tests/Activities/CustomerIdentificationActivity.cs#L10
Non-nullable property 'PromptExecutionSettings' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|