Skip to content

Add better support for using OpenAI subscriptions #68

Add better support for using OpenAI subscriptions

Add better support for using OpenAI subscriptions #68

Re-run triggered September 2, 2024 17:47
Status Failure
Total duration 26s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 11 warnings
build: src/skUnit/Asserts/SemanticAssert.cs#L51
'Kernel' does not contain a definition for 'Builder'
build: src/skUnit/Asserts/SemanticAssert.cs#L52
'Kernel' does not contain a definition for 'Config' and no accessible extension method 'Config' accepting a first argument of type 'Kernel' could be found (are you missing a using directive or an assembly reference?)
build: src/skUnit/Asserts/SemanticKernelAssert_Initialize.cs#L73
'Kernel' does not contain a definition for 'Builder'
build: src/skUnit/Asserts/SemanticKernelAssert_Initialize.cs#L74
'Kernel' does not contain a definition for 'Config' and no accessible extension method 'Config' accepting a first argument of type 'Kernel' could be found (are you missing a using directive or an assembly reference?)
build: src/skUnit/Asserts/SemanticAssert.cs#L51
'Kernel' does not contain a definition for 'Builder'
build: src/skUnit/Asserts/SemanticAssert.cs#L52
'Kernel' does not contain a definition for 'Config' and no accessible extension method 'Config' accepting a first argument of type 'Kernel' could be found (are you missing a using directive or an assembly reference?)
build: src/skUnit/Asserts/SemanticKernelAssert_Initialize.cs#L73
'Kernel' does not contain a definition for 'Builder'
build: src/skUnit/Asserts/SemanticKernelAssert_Initialize.cs#L74
'Kernel' does not contain a definition for 'Config' and no accessible extension method 'Config' accepting a first argument of type 'Kernel' could be found (are you missing a using directive or an assembly reference?)
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, 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/Asserts/SemanticKernelAssert_Function.cs#L126
Possible null reference argument for parameter 'input' in 'Task IKernelAssertion.Assert(Semantic semantic, string input)'.
build: src/skUnit/Asserts/SemanticKernelAssert_Initialize.cs#L83
Possible null reference argument for parameter 'obj' in 'void Action<string>.Invoke(string obj)'.
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/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/Asserts/SemanticKernelAssert_Kernel.cs#L166
Possible null reference argument for parameter 'input' in 'Task IKernelAssertion.Assert(Semantic semantic, string input)'.
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/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/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/InvokeScenarioParser.cs#L124
Possible null reference argument for parameter 'key' in 'string Dictionary<string, string>.this[string key]'.