feat: implement SQLite FTS, improve config system, rename CLI to 'put', fix analyzer warnings #18
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)
|