Skip to content

Refactor Anthropic

Refactor Anthropic #87

Re-run triggered July 7, 2024 16:11
Status Failure
Total duration 1m 16s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

1 error and 13 warnings
Build
Process completed with exit code 1.
Build
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/
Build
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Build: src/KernelMemory.Extensions/SinglePartitionCitationComparer.cs#L16
Dereference of a possibly null reference.
Build: src/KernelMemory.Extensions/SinglePartitionCitationComparer.cs#L16
Dereference of a possibly null reference.
Build: src/KernelMemory.Extensions/LocalLlm/LmStudioTextGeneration.cs#L78
Dereference of a possibly null reference.
Build: 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: src/KernelMemory.Extensions/LocalLlm/ExternalEmbeddingGenerator.cs#L55
Dereference of a possibly null reference.
Build: src/KernelMemory.Extensions/LocalLlm/ExternalEmbeddingGenerator.cs#L88
Dereference of a possibly null reference.
Build: src/KernelMemory.Extensions/LocalLlm/ExternalEmbeddingGenerator.cs#L113
Dereference of a possibly null reference.
Build: src/KernelMemory.Extensions/LocalLlm/ChatDtos.cs#L25
Non-nullable property 'Stop' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/KernelMemory.Extensions/LocalLlm/ChatDtos.cs#L28
Non-nullable property 'Functions' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/KernelMemory.Extensions/LocalLlm/ChatDtos.cs#L31
Non-nullable property 'FunctionsCall' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build
.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.