Merge branch 'main' of https://github.com/GregorBiswanger/SemanticFlow #4
Annotations
9 warnings
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#L82
Possible unintended reference comparison; to get a value comparison, cast the left hand side to type 'string'
|
build:
src/SemanticFlow.Tests/KernelExtensionsTests.cs#L25
Possible null reference argument for parameter 'kernel' in 'void KernelExtensions.AddFromActivity(Kernel kernel, IActivity activity)'.
|
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#L82
Possible unintended reference comparison; to get a value comparison, cast the left hand side to type 'string'
|
build:
src/SemanticFlow.Tests/KernelExtensionsTests.cs#L25
Possible null reference argument for parameter 'kernel' in 'void KernelExtensions.AddFromActivity(Kernel kernel, IActivity activity)'.
|
build:
src/SemanticFlow.Tests/KernelExtensionsTests.cs#L57
Possible null reference argument for parameter 'kernel' in 'IChatCompletionService KernelExtensions.GetChatCompletionForActivity(Kernel kernel, IActivity activity)'.
|