Skip to content

Refactor Anthropic

Refactor Anthropic #87

Triggered via push July 7, 2024 16:08
Status Success
Total duration 2m 45s
Artifacts

sonar-cloud.yml

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

Annotations

13 warnings
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
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v1, actions/setup-java@v3, actions/cache@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 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/SinglePartitionCitationComparer.cs#L16
Dereference of a possibly null reference.
Build and analyze: src/KernelMemory.Extensions/SinglePartitionCitationComparer.cs#L16
Dereference of a possibly null reference.
Build and analyze: src/KernelMemory.Extensions/LocalLlm/LmStudioTextGeneration.cs#L78
Dereference of a possibly null reference.
Build and analyze: src/KernelMemory.Extensions/Anthropic/AnthropicTextGenerationConfiguration.cs#L7
Non-nullable property 'ApiKey' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build and analyze: src/KernelMemory.Extensions/LocalLlm/ExternalEmbeddingGenerator.cs#L55
Dereference of a possibly null reference.
Build and analyze: src/KernelMemory.Extensions/LocalLlm/ChatDtos.cs#L107
Non-nullable property 'Function' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build and analyze: src/KernelMemory.Extensions/LocalLlm/ChatDtos.cs#L110
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/LocalLlm/ChatDtos.cs#L113
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build and analyze: src/KernelMemory.Extensions/LocalLlm/ChatDtos.cs#L119
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build and analyze: src/KernelMemory.Extensions/LocalLlm/ChatDtos.cs#L122
Non-nullable property 'Arguments' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.