Commit Graph

2 Commits

Author SHA1 Message Date
Marco Minerva 9a7ea2f5b0 Update .editorconfig, VectorSearchService, and .csproj
- Updated .editorconfig with new C# style preferences.
- Modified using directives in VectorSearchService.cs.
- Changed tuple element order in VectorSearchService.cs foreach loop.
- Updated SqlDatabaseVectorSearch.csproj to target .NET 9.0.
- Updated package references and removed TinyHelpers package.

Update .editorconfig, fix VectorSearchService, upgrade packages

Updated .editorconfig with new C# style preferences. Removed `TinyHelpers.Extensions` using directive and corrected variable order in `VectorSearchService.cs`. Upgraded target framework to `net9.0` and updated several package references in `SqlDatabaseVectorSearch.csproj`.
2024-11-21 17:57:10 +01:00
Marco Minerva 9284ae5377 Initial commit 2024-06-14 11:47:00 +02:00