Skip to content

Enable Semantic kernel support #184

Enable Semantic kernel support

Enable Semantic kernel support #184

Triggered via pull request August 31, 2023 13:19
Status Success
Total duration 10m 56s
Artifacts

main.yml

on: pull_request
Matrix: Test
Fit to window
Zoom out
Zoom in

Annotations

44 warnings
Test (linux-release)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test (linux-release): LLama/LLamaInstructExecutor.cs#L99
Possible null reference argument for parameter 'data' in 'void InstructExecutor.LoadState(ExecutorBaseState data)'.
Test (linux-release): LLama/LLamaInteractExecutor.cs#L87
Possible null reference argument for parameter 'data' in 'void InteractiveExecutor.LoadState(ExecutorBaseState data)'.
Test (linux-release): LLama/LLamaExecutorBase.cs#L320
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.
Test (linux-release): LLama/LLamaExecutorBase.cs#L373
Non-nullable property 'Embeds' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Test (linux-release): LLama/LLamaExecutorBase.cs#L376
Non-nullable property 'EmbedInps' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Test (linux-release): LLama/LLamaExecutorBase.cs#L379
Non-nullable property 'SessionTokens' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Test (linux-release): LLama/LLamaExecutorBase.cs#L382
Non-nullable property 'LastTokens' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Test (linux-release): LLama/LLamaInstructExecutor.cs#L257
Non-nullable property 'InputPrefixTokens' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Test (linux-release): LLama/LLamaInstructExecutor.cs#L262
Non-nullable property 'InputSuffixTokens' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Test (linux-release): LLama/LLamaInteractExecutor.cs#L262
Non-nullable property 'LLamaNewlineTokens' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Test (linux-debug)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test (linux-debug): LLama/LLamaStatelessExecutor.cs#L160
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.
Test (linux-debug): LLama/LLamaInteractExecutor.cs#L87
Possible null reference argument for parameter 'data' in 'void InteractiveExecutor.LoadState(ExecutorBaseState data)'.
Test (linux-debug): LLama/LLamaInstructExecutor.cs#L99
Possible null reference argument for parameter 'data' in 'void InstructExecutor.LoadState(ExecutorBaseState data)'.
Test (linux-debug): LLama/LLamaInteractExecutor.cs#L262
Non-nullable property 'LLamaNewlineTokens' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Test (linux-debug): LLama/LLamaInstructExecutor.cs#L257
Non-nullable property 'InputPrefixTokens' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Test (linux-debug): LLama/LLamaInstructExecutor.cs#L262
Non-nullable property 'InputSuffixTokens' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Test (linux-debug): LLama/LLamaExecutorBase.cs#L320
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.
Test (linux-debug): LLama/LLamaExecutorBase.cs#L373
Non-nullable property 'Embeds' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Test (linux-debug): LLama/LLamaExecutorBase.cs#L376
Non-nullable property 'EmbedInps' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Test (linux-debug): LLama/LLamaExecutorBase.cs#L379
Non-nullable property 'SessionTokens' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Test (windows-debug)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test (windows-debug): LLama/Common/Logger.cs#L192
Dereference of a possibly null reference.
Test (windows-debug): LLama/Common/Logger.cs#L213
Dereference of a possibly null reference.
Test (windows-debug): LLama/Common/Logger.cs#L234
Dereference of a possibly null reference.
Test (windows-debug): LLama/LLamaStatelessExecutor.cs#L160
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.
Test (windows-debug): LLama/LLamaInteractExecutor.cs#L87
Possible null reference argument for parameter 'data' in 'void InteractiveExecutor.LoadState(ExecutorBaseState data)'.
Test (windows-debug): LLama/LLamaInteractExecutor.cs#L202
Possible null reference argument for parameter 'filename' in 'void StatefulExecutorBase.SaveSessionFile(string filename)'.
Test (windows-debug): LLama/LLamaInteractExecutor.cs#L262
Non-nullable property 'LLamaNewlineTokens' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Test (windows-debug): LLama/LLamaInstructExecutor.cs#L99
Possible null reference argument for parameter 'data' in 'void InstructExecutor.LoadState(ExecutorBaseState data)'.
Test (windows-debug): LLama/LLamaInstructExecutor.cs#L208
Possible null reference argument for parameter 'filename' in 'void StatefulExecutorBase.SaveSessionFile(string filename)'.
Test (windows-debug): LLama/LLamaInstructExecutor.cs#L257
Non-nullable property 'InputPrefixTokens' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Test (windows-release)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test (windows-release): LLama/Common/Logger.cs#L192
Dereference of a possibly null reference.
Test (windows-release): LLama/Common/Logger.cs#L213
Dereference of a possibly null reference.
Test (windows-release): LLama/LLamaExecutorBase.cs#L320
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.
Test (windows-release): LLama/Common/Logger.cs#L234
Dereference of a possibly null reference.
Test (windows-release): LLama/LLamaExecutorBase.cs#L373
Non-nullable property 'Embeds' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Test (windows-release): LLama/LLamaExecutorBase.cs#L376
Non-nullable property 'EmbedInps' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Test (windows-release): LLama/LLamaExecutorBase.cs#L379
Non-nullable property 'SessionTokens' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Test (windows-release): LLama/LLamaExecutorBase.cs#L382
Non-nullable property 'LastTokens' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Test (windows-release): LLama/LLamaInstructExecutor.cs#L99
Possible null reference argument for parameter 'data' in 'void InstructExecutor.LoadState(ExecutorBaseState data)'.
Test (windows-release): LLama/LLamaInstructExecutor.cs#L208
Possible null reference argument for parameter 'filename' in 'void StatefulExecutorBase.SaveSessionFile(string filename)'.