From a80e132f8f78200bc3a12b088ead47736c16ab80 Mon Sep 17 00:00:00 2001 From: Marco Minerva Date: Thu, 11 Sep 2025 09:25:32 +0200 Subject: [PATCH 1/4] Update Microsoft.SemanticKernel to version 1.65.0 Upgraded the `Microsoft.SemanticKernel` package reference in `SqlDatabaseVectorSearch.csproj` from version 1.64.0 to 1.65.0. This update may include new features, bug fixes, or performance improvements. --- SqlDatabaseVectorSearch/SqlDatabaseVectorSearch.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SqlDatabaseVectorSearch/SqlDatabaseVectorSearch.csproj b/SqlDatabaseVectorSearch/SqlDatabaseVectorSearch.csproj index 5802c66..70fc8eb 100644 --- a/SqlDatabaseVectorSearch/SqlDatabaseVectorSearch.csproj +++ b/SqlDatabaseVectorSearch/SqlDatabaseVectorSearch.csproj @@ -24,7 +24,7 @@ - + From 13c08c1752d06a2c7519c0b7a6832b803b3b53da Mon Sep 17 00:00:00 2001 From: Marco Minerva Date: Fri, 19 Sep 2025 10:26:37 +0200 Subject: [PATCH 2/4] Update .editorconfig with new style and diagnostic rules Added `csharp_style_prefer_simple_property_accessors` to promote simple property accessors with suggestion severity. Disabled CA1873 warnings for potentially expensive logging. Retained IDE0305 rule for simplifying collection initialization for clarity. These changes enhance code style consistency and suppress irrelevant diagnostics. --- .editorconfig | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index f6b7d3a..8f8512a 100644 --- a/.editorconfig +++ b/.editorconfig @@ -82,6 +82,7 @@ csharp_style_prefer_local_over_anonymous_function = true:silent csharp_style_prefer_extended_property_pattern = true:suggestion csharp_style_implicit_object_creation_when_type_is_apparent = true:silent csharp_style_prefer_tuple_swap = true:silent +csharp_style_prefer_simple_property_accessors = true:suggestion # Field preferences dotnet_style_readonly_field = true:suggestion @@ -299,4 +300,7 @@ dotnet_diagnostic.IDE0010.severity = none dotnet_diagnostic.IDE0072.severity = none # IDE0305: Simplify collection initialization -dotnet_diagnostic.IDE0305.severity = none \ No newline at end of file +dotnet_diagnostic.IDE0305.severity = none + +# CA1873: Avoid potentially expensive logging +dotnet_diagnostic.CA1873.severity = none \ No newline at end of file From d730b1f760dbb9d2046fe2a245a2e3a99cb93e00 Mon Sep 17 00:00:00 2001 From: Marco Minerva Date: Tue, 30 Sep 2025 10:49:49 +0200 Subject: [PATCH 3/4] Update Swashbuckle.AspNetCore.SwaggerUI to v9.0.5 Upgraded the `Swashbuckle.AspNetCore.SwaggerUI` package in the `SqlDatabaseVectorSearch.csproj` file from version 9.0.4 to 9.0.5. This update may include bug fixes, new features, or other improvements provided in the latest version. --- .github/copilot-instructions.md | 2 +- SqlDatabaseVectorSearch/SqlDatabaseVectorSearch.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md index d2dd124..8f138fa 100644 --- a/.github/copilot-instructions.md +++ b/.github/copilot-instructions.md @@ -59,7 +59,7 @@ ### Implementation Guidelines - Write code that is secure by default. Avoid exposing potentially private or sensitive data. -- Make code NativeAOT compatible when possible. This means avoiding dynamic code generation, reflection, and other features that are not compatible. with NativeAOT. If not possible, mark the code with an appropriate annotation or throw an exception. +- Make code NativeAOT compatible when possible. This means avoiding dynamic code generation, reflection, and other features that are not compatible with NativeAOT. If not possible, mark the code with an appropriate annotation or throw an exception. ## Documentation diff --git a/SqlDatabaseVectorSearch/SqlDatabaseVectorSearch.csproj b/SqlDatabaseVectorSearch/SqlDatabaseVectorSearch.csproj index 70fc8eb..169db82 100644 --- a/SqlDatabaseVectorSearch/SqlDatabaseVectorSearch.csproj +++ b/SqlDatabaseVectorSearch/SqlDatabaseVectorSearch.csproj @@ -29,7 +29,7 @@ - + From 9a31ad1400f931044f6625ad1f74ae69aba9009a Mon Sep 17 00:00:00 2001 From: Marco Minerva Date: Mon, 6 Oct 2025 11:35:15 +0200 Subject: [PATCH 4/4] Update SwaggerUI package to version 9.0.6 Upgraded the `Swashbuckle.AspNetCore.SwaggerUI` package in the `SqlDatabaseVectorSearch.csproj` file from version 9.0.5 to 9.0.6. This minor version update likely includes bug fixes, enhancements, or other improvements while maintaining backward compatibility. --- SqlDatabaseVectorSearch/SqlDatabaseVectorSearch.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SqlDatabaseVectorSearch/SqlDatabaseVectorSearch.csproj b/SqlDatabaseVectorSearch/SqlDatabaseVectorSearch.csproj index 169db82..2c50633 100644 --- a/SqlDatabaseVectorSearch/SqlDatabaseVectorSearch.csproj +++ b/SqlDatabaseVectorSearch/SqlDatabaseVectorSearch.csproj @@ -29,7 +29,7 @@ - +