Skip to content

Introduced IpromptStore #120

Introduced IpromptStore

Introduced IpromptStore #120

Triggered via push January 8, 2025 14:34
Status Success
Total duration 2m 19s
Artifacts

sonar-cloud.yml

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

Annotations

12 warnings
Build and analyze
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
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/IPromptStore.cs#L43
Nullability of reference types in return type of 'Task<string> NullPromptStore.GetPromptAsync(string key)' doesn't match implicitly implemented member 'Task<string?> IPromptStore.GetPromptAsync(string key)'.
Build and analyze: src/KernelMemory.Extensions/Anthropic/AnthropicTextGenerationConfiguration.cs#L7
Non-nullable property 'ApiKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
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/ChatDtos.cs#L107
Non-nullable property 'Function' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or 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 adding the 'required' modifier or 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 adding the 'required' modifier or 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/ExternalEmbeddingGenerator.cs#L88
Dereference of a possibly null reference.
Build and analyze: src/KernelMemory.Extensions/LocalLlm/ChatDtos.cs#L25
Non-nullable property 'Stop' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.