mirror of
https://github.com/marcominerva/SqlDatabaseVectorSearch.git
synced 2026-06-20 12:23:10 +00:00
Update code style, prompt, and dependencies
.editorconfig: Add new code style preferences. ChatService.cs: Add formatted question to prompt string. VectorSearchService.cs: Remove TinyHelpers.Extensions using directive. VectorSearchService.cs: Use paragraphs.Index() in foreach loop. SqlDatabaseVectorSearch.csproj: Update target framework to net9.0. SqlDatabaseVectorSearch.csproj: Update package references, remove TinyHelpers.
This commit is contained in:
@@ -131,6 +131,7 @@ csharp_prefer_braces = true:silent
|
||||
csharp_prefer_simple_using_statement = true:suggestion
|
||||
csharp_style_namespace_declarations = file_scoped:suggestion
|
||||
csharp_style_prefer_method_group_conversion = true:silent
|
||||
csharp_prefer_system_threading_lock = true:suggestion
|
||||
|
||||
# Expression-level preferences
|
||||
csharp_prefer_simple_default_expression = true:suggestion
|
||||
|
||||
Reference in New Issue
Block a user