Skip to content

feat: implement SQLite FTS, improve config system, rename CLI to 'put', fix analyzer warnings #18

feat: implement SQLite FTS, improve config system, rename CLI to 'put', fix analyzer warnings

feat: implement SQLite FTS, improve config system, rename CLI to 'put', fix analyzer warnings #18

Triggered via pull request November 30, 2025 12:15
Status Failure
Total duration 42s
Artifacts

build.yml

on: pull_request
Build Solution
37s
Build Solution
Fit to window
Zoom out
Zoom in

Annotations

9 errors
Build Solution
Process completed with exit code 1.
Build Solution: tests/Core.Tests/Config/ConfigParserAutoCreateTests.cs#L31
Modify 'Dispose' to catch a more specific allowed exception type, or rethrow the exception (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1031)
Build Solution: tests/Core.Tests/Config/ConfigParserAutoCreateTests.cs#L31
Modify 'Dispose' to catch a more specific allowed exception type, or rethrow the exception (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1031)
Build Solution: src/Main/Services/SearchIndexFactory.cs#L43
Change return type of method 'CreateIndex' from 'KernelMemory.Core.Search.ISearchIndex?' to 'KernelMemory.Core.Search.SqliteFtsIndex?' for improved performance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1859)
Build Solution: src/Main/Services/SearchIndexFactory.cs#L43
Change return type of method 'CreateIndex' from 'KernelMemory.Core.Search.ISearchIndex?' to 'KernelMemory.Core.Search.SqliteFtsIndex?' for improved performance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1859)
Build Solution: tests/Core.Tests/Config/ConfigParserAutoCreateTests.cs#L31
Modify 'Dispose' to catch a more specific allowed exception type, or rethrow the exception (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1031)
Build Solution: tests/Core.Tests/Config/ConfigParserAutoCreateTests.cs#L31
Modify 'Dispose' to catch a more specific allowed exception type, or rethrow the exception (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1031)
Build Solution: src/Main/Services/SearchIndexFactory.cs#L43
Change return type of method 'CreateIndex' from 'KernelMemory.Core.Search.ISearchIndex?' to 'KernelMemory.Core.Search.SqliteFtsIndex?' for improved performance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1859)
Build Solution: src/Main/Services/SearchIndexFactory.cs#L43
Change return type of method 'CreateIndex' from 'KernelMemory.Core.Search.ISearchIndex?' to 'KernelMemory.Core.Search.SqliteFtsIndex?' for improved performance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1859)