Add init chat history. #30
Annotations
14 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: battila7/get-version-action@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3, battila7/get-version-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Get Version
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Get Version
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Build:
src/skUnit/Asserts/ScenarioAssert_Function.cs#L119
Possible null reference argument for parameter 'input' in 'Task IKernelAssertion.Assert(Semantic semantic, string input)'.
|
Build:
src/skUnit/Asserts/SemanticKernelAssert_Function.cs#L129
Possible null reference argument for parameter 'input' in 'Task IKernelAssertion.Assert(Semantic semantic, string input)'.
|
Build:
src/skUnit/Asserts/ScenarioAssert_Initialize.cs#L62
Possible null reference argument for parameter 'obj' in 'void Action<string>.Invoke(string obj)'.
|
Build:
src/skUnit/Asserts/SemanticKernelAssert_Initialize.cs#L65
Possible null reference argument for parameter 'obj' in 'void Action<string>.Invoke(string obj)'.
|
Build:
src/skUnit/Asserts/ScenarioAssert_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#L68
Possible null reference argument for parameter 'input' in 'Task IKernelAssertion.Assert(Semantic semantic, string input)'.
|
Build:
src/skUnit/Asserts/ScenarioAssert_Kernel.cs#L166
Possible null reference argument for parameter 'input' in 'Task IKernelAssertion.Assert(Semantic semantic, string input)'.
|
Build:
src/skUnit/Asserts/SemanticKernelAssert_Kernel.cs#L169
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/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.
|
Loading