Skip to content

Merge branch 'release/0.2.0' #3

Merge branch 'release/0.2.0'

Merge branch 'release/0.2.0' #3

Re-run triggered April 22, 2024 08:33
Status Success
Total duration 2m 12s
Artifacts

sonar-cloud.yml

on: push
Build and analyze
2m 2s
Build and analyze
Fit to window
Zoom out
Zoom in

Annotations

13 warnings
Build and analyze
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v1, actions/setup-java@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build and analyze
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
Build and analyze
.NET Core 3.1 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
Build and analyze: src/KernelMemory.Extensions/Anthropic/RawAnthropicClient.cs#L219
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build and analyze: src/KernelMemory.Extensions/Anthropic/RawAnthropicClient.cs#L222
Non-nullable property 'Text' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build and analyze: src/KernelMemory.Extensions/Anthropic/RawAnthropicClient.cs#L207
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build and analyze: src/KernelMemory.Extensions/Anthropic/RawAnthropicClient.cs#L213
Non-nullable property 'Delta' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build and analyze: src/KernelMemory.Extensions/Anthropic/RawAnthropicClient.cs#L196
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build and analyze: src/KernelMemory.Extensions/Anthropic/RawAnthropicClient.cs#L199
Non-nullable property 'Text' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build and analyze: src/KernelMemory.Extensions/Anthropic/RawAnthropicClient.cs#L190
Non-nullable property 'Content' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build and analyze: src/KernelMemory.Extensions/Anthropic/RawAnthropicClient.cs#L181
Non-nullable property 'Role' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build and analyze: src/KernelMemory.Extensions/Anthropic/RawAnthropicClient.cs#L184
Non-nullable property 'Content' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build and analyze: src/KernelMemory.Extensions/Anthropic/RawAnthropicClient.cs#L160
Non-nullable property 'Model' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.