Add support for testing OpenAI plugins using URL #69
Annotations
10 errors and 11 warnings
build:
src/skUnit/Asserts/SemanticKernelAssert_Chat.cs#L204
'KernelBuilder' is inaccessible due to its protection level
|
build:
src/skUnit/Asserts/SemanticKernelAssert_Chat.cs#L218
'KernelBuilder' is inaccessible due to its protection level
|
build:
src/skUnit/Asserts/SemanticKernelAssert_Function.cs#L195
'KernelBuilder' is inaccessible due to its protection level
|
build:
src/skUnit/Asserts/SemanticKernelAssert_Function.cs#L196
There is no argument given that corresponds to the required parameter 'functionName' of 'KernelPluginExtensions.GetFunction(IReadOnlyKernelPluginCollection, string?, string)'
|
build:
src/skUnit/Asserts/SemanticKernelAssert_Function.cs#L213
'KernelBuilder' is inaccessible due to its protection level
|
build:
src/skUnit/Asserts/SemanticKernelAssert_Function.cs#L214
There is no argument given that corresponds to the required parameter 'functionName' of 'KernelPluginExtensions.GetFunction(IReadOnlyKernelPluginCollection, string?, string)'
|
build:
src/skUnit/Asserts/SemanticKernelAssert_Initialize.cs#L73
'KernelBuilder' is inaccessible due to its protection level
|
build:
src/skUnit/Asserts/SemanticKernelAssert_Chat.cs#L204
'KernelBuilder' is inaccessible due to its protection level
|
build:
src/skUnit/Asserts/SemanticKernelAssert_Chat.cs#L218
'KernelBuilder' is inaccessible due to its protection level
|
build:
src/skUnit/Asserts/SemanticKernelAssert_Function.cs#L195
'KernelBuilder' is inaccessible due to its protection level
|
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@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/skUnit/Scenarios/Parsers/Assertions/NotEmptyAssertion.cs#L18
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
build:
src/skUnit/Scenarios/Parsers/Assertions/EqualsAssertion.cs#L28
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
build:
src/skUnit/Scenarios/Parsers/Assertions/ContainsAllAssertion.cs#L23
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
build:
src/skUnit/Scenarios/Parsers/Assertions/ContainsAnyAssertion.cs#L23
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
build:
src/skUnit/Asserts/SemanticKernelAssert_Function.cs#L126
Possible null reference argument for parameter 'input' in 'Task IKernelAssertion.Assert(Semantic semantic, string input)'.
|
build:
src/skUnit/Scenarios/Parsers/Assertions/EmptyAssertion.cs#L23
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
build:
src/skUnit/Asserts/SemanticKernelAssert_Initialize.cs#L82
Possible null reference argument for parameter 'obj' in 'void Action<string>.Invoke(string obj)'.
|
build:
src/skUnit/Scenarios/Parsers/InvokeScenarioParser.cs#L124
Possible null reference argument for parameter 'key' in 'string Dictionary<string, string>.this[string key]'.
|
build:
src/skUnit/Asserts/SemanticKernelAssert_Kernel.cs#L67
Possible null reference argument for parameter 'input' in 'Task IKernelAssertion.Assert(Semantic semantic, string input)'.
|
build:
src/skUnit/Asserts/SemanticKernelAssert_Kernel.cs#L166
Possible null reference argument for parameter 'input' in 'Task IKernelAssertion.Assert(Semantic semantic, string input)'.
|