Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 19, 2026

Updated Microsoft.Data.SqlClient from 6.1.3 to 6.1.4.

Release notes

Sourced from Microsoft.Data.SqlClient's releases.

6.1.4

This update brings the following changes since the 6.1.3 release:

Fixed

  • Fixed NullReferenceException issue with SqlDataAdapter when processing batch scenarios where certain SQL RPC calls may not include system parameters.
    (#​3877)
  • Fixed connection pooling issue where extra connection deactivation was causing active connection counts to go negative.
    (#​3776)

Added

AppContext Switch for enabling MultiSubnetFailover

What Changed:

  • Added new AppContext switch Switch.Microsoft.Data.SqlClient.EnableMultiSubnetFailoverByDefault to set MultiSubnetFailover=true by default in connection string.
    (#​3851)

Who Benefits:

  • Applications that need MultiSubnetFailover enabled globally without modifying connection strings.

Impact:

  • Applications can now enable MultiSubnetFailover globally using one of the following methods:
// In application code
AppContext.SetSwitch("Switch.Microsoft.Data.SqlClient.EnableMultiSubnetFailoverByDefault", true);
// In runtimeconfig.json
{
  "configProperties": {
    "Switch.Microsoft.Data.SqlClient.EnableMultiSubnetFailoverByDefault": true
  }
}
<!-- In App.Config -->
<runtime>
  <AppContextSwitchOverrides value="Switch.Microsoft.Data.SqlClient.EnableMultiSubnetFailoverByDefault=true" />
</runtime>

Changed

  • Optimized SqlStatistics execution timing by using Environment.TickCount instead of more expensive timing mechanisms.
    ... (truncated)

Commits viewable in compare view.

Updated Microsoft.Extensions.Caching.Memory from 10.0.1 to 10.0.2.

Release notes

Sourced from Microsoft.Extensions.Caching.Memory's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Microsoft.Extensions.Configuration from 10.0.1 to 10.0.2.

Release notes

Sourced from Microsoft.Extensions.Configuration's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Microsoft.Extensions.Configuration.Binder from 10.0.1 to 10.0.2.

Release notes

Sourced from Microsoft.Extensions.Configuration.Binder's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Microsoft.Extensions.Configuration.FileExtensions from 10.0.1 to 10.0.2.

Release notes

Sourced from Microsoft.Extensions.Configuration.FileExtensions's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Microsoft.Extensions.Configuration.Json from 10.0.1 to 10.0.2.

Release notes

Sourced from Microsoft.Extensions.Configuration.Json's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Microsoft.Extensions.DependencyInjection from 10.0.1 to 10.0.2.

Release notes

Sourced from Microsoft.Extensions.DependencyInjection's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Microsoft.Extensions.Hosting from 10.0.1 to 10.0.2.

Release notes

Sourced from Microsoft.Extensions.Hosting's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Microsoft.Extensions.Http.Resilience from 10.1.0 to 10.2.0.

Release notes

Sourced from Microsoft.Extensions.Http.Resilience's releases.

10.2.0

What's Changed

New Contributors

Full Changelog: dotnet/extensions@v10.1...v10.2.0

Commits viewable in compare view.

Updated Microsoft.Extensions.Logging from 10.0.1 to 10.0.2.

Release notes

Sourced from Microsoft.Extensions.Logging's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Microsoft.Extensions.Options.ConfigurationExtensions from 10.0.1 to 10.0.2.

Release notes

Sourced from Microsoft.Extensions.Options.ConfigurationExtensions's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated System.CommandLine from 2.0.1 to 2.0.2.

Release notes

Sourced from System.CommandLine's releases.

No release notes found for this version range.

Commits viewable in compare view.

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

This change is Reviewable

@dependabot dependabot bot added .net .NET related issues and pull requests dependencies Dependency updates and management nuget NuGet package updates labels Jan 19, 2026
@dependabot dependabot bot requested a review from PlagueHO as a code owner January 19, 2026 06:51
@dependabot dependabot bot added .net .NET related issues and pull requests dependencies Dependency updates and management nuget NuGet package updates labels Jan 19, 2026
@github-actions
Copy link

Unit Test Results (GenAIDBExplorer.Core)

0 tests  ±0   0 ✅ ±0   0s ⏱️ ±0s
0 suites ±0   0 💤 ±0 
0 files   ±0   0 ❌ ±0 

Results for commit 71eebc5. ± Comparison against base commit a1fe11c.

@github-actions
Copy link

github-actions bot commented Jan 19, 2026

Unit Test Results (GenAIDBExplorer.Core)

0 tests  ±0   0 ✅ ±0   0s ⏱️ ±0s
0 suites ±0   0 💤 ±0 
0 files   ±0   0 ❌ ±0 

Results for commit 71eebc5. ± Comparison against base commit a1fe11c.

♻️ This comment has been updated with latest results.

@github-actions
Copy link

Unit Test Results (GenAIDBExplorer.Console)

0 tests  ±0   0 ✅ ±0   0s ⏱️ ±0s
0 suites ±0   0 💤 ±0 
0 files   ±0   0 ❌ ±0 

Results for commit 71eebc5. ± Comparison against base commit a1fe11c.

@github-actions
Copy link

Unit Test Results (GenAIDBExplorer.Console)

0 tests  ±0   0 ✅ ±0   0s ⏱️ ±0s
0 suites ±0   0 💤 ±0 
0 files   ±0   0 ❌ ±0 

Results for commit 71eebc5. ± Comparison against base commit a1fe11c.

@PlagueHO
Copy link
Owner

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/nuget/src/GenAIDBExplorer/GenAIDBExplorer.Console/nuget-dependencies-b834a1713a branch from 71eebc5 to a4d3256 Compare January 19, 2026 07:53
@github-actions
Copy link

github-actions bot commented Jan 19, 2026

Unit Test Results

511 tests  ±0   511 ✅ ±0   29s ⏱️ -1s
  2 suites ±0     0 💤 ±0 
  2 files   ±0     0 ❌ ±0 

Results for commit 8294b08. ± Comparison against base commit 25c8757.

♻️ This comment has been updated with latest results.

@PlagueHO
Copy link
Owner

@dependabot recreate

Bumps Microsoft.Data.SqlClient from 6.1.3 to 6.1.4
Bumps Microsoft.Extensions.Caching.Memory from 10.0.1 to 10.0.2
Bumps Microsoft.Extensions.Configuration from 10.0.1 to 10.0.2
Bumps Microsoft.Extensions.Configuration.Binder from 10.0.1 to 10.0.2
Bumps Microsoft.Extensions.Configuration.FileExtensions from 10.0.1 to 10.0.2
Bumps Microsoft.Extensions.Configuration.Json from 10.0.1 to 10.0.2
Bumps Microsoft.Extensions.DependencyInjection from 10.0.1 to 10.0.2
Bumps Microsoft.Extensions.Hosting from 10.0.1 to 10.0.2
Bumps Microsoft.Extensions.Http.Resilience from 10.1.0 to 10.2.0
Bumps Microsoft.Extensions.Logging from 10.0.1 to 10.0.2
Bumps Microsoft.Extensions.Options.ConfigurationExtensions from 10.0.1 to 10.0.2
Bumps System.CommandLine from 2.0.1 to 2.0.2

---
updated-dependencies:
- dependency-name: Microsoft.Data.SqlClient
  dependency-version: 6.1.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-dependencies
- dependency-name: Microsoft.Extensions.Caching.Memory
  dependency-version: 10.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-dependencies
- dependency-name: Microsoft.Extensions.Configuration
  dependency-version: 10.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-dependencies
- dependency-name: Microsoft.Extensions.Configuration.Binder
  dependency-version: 10.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-dependencies
- dependency-name: Microsoft.Extensions.Configuration.FileExtensions
  dependency-version: 10.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-dependencies
- dependency-name: Microsoft.Extensions.Configuration.Json
  dependency-version: 10.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-dependencies
- dependency-name: Microsoft.Extensions.DependencyInjection
  dependency-version: 10.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-dependencies
- dependency-name: Microsoft.Extensions.Hosting
  dependency-version: 10.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-dependencies
- dependency-name: Microsoft.Extensions.Logging
  dependency-version: 10.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-dependencies
- dependency-name: Microsoft.Extensions.Hosting
  dependency-version: 10.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-dependencies
- dependency-name: Microsoft.Extensions.Http.Resilience
  dependency-version: 10.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-dependencies
- dependency-name: Microsoft.Extensions.Logging
  dependency-version: 10.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-dependencies
- dependency-name: Microsoft.Extensions.Options.ConfigurationExtensions
  dependency-version: 10.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-dependencies
- dependency-name: System.CommandLine
  dependency-version: 2.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/nuget/src/GenAIDBExplorer/GenAIDBExplorer.Console/nuget-dependencies-b834a1713a branch from a4d3256 to 8294b08 Compare January 19, 2026 08:18
@github-actions
Copy link

Summary

Summary
Generated on: 01/19/2026 - 08:20:08
Parser: MultiReport (4x Cobertura)
Assemblies: 2
Classes: 158
Files: 125
Line coverage: 45.9% (5199 of 11306)
Covered lines: 5199
Uncovered lines: 6107
Coverable lines: 11306
Total lines: 17265
Branch coverage: 38.7% (1310 of 3380)
Covered branches: 1310
Total branches: 3380
Method coverage: Feature is only available for sponsors

Coverage

GenAIDBExplorer.Console - 12%
Name Line Branch
GenAIDBExplorer.Console 12% 13.8%
DataDictionaryCommandHandlerOptions 0%
EnrichModelCommandHandlerOptions 0%
GenAIDBExplorer.Console.CommandHandlers.CommandHandler 81.8% 50%
GenAIDBExplorer.Console.CommandHandlers.CommandHandler 70% 25%
GenAIDBExplorer.Console.CommandHandlers.CommandHandlerOptions 100%
GenAIDBExplorer.Console.CommandHandlers.DataDictionaryCommandHandler 0% 0%
GenAIDBExplorer.Console.CommandHandlers.EnrichModelCommandHandler 0% 0%
GenAIDBExplorer.Console.CommandHandlers.ExportModelCommandHandler 0% 0%
GenAIDBExplorer.Console.CommandHandlers.ExportModelCommandHandlerOptions 0% 0%
GenAIDBExplorer.Console.CommandHandlers.ExtractModelCommandHandler 18.1%
GenAIDBExplorer.Console.CommandHandlers.ExtractModelCommandHandlerOptions 100%
GenAIDBExplorer.Console.CommandHandlers.GenerateVectorsCommandHandler 0%
GenAIDBExplorer.Console.CommandHandlers.GenerateVectorsCommandHandlerOption
s
0%
GenAIDBExplorer.Console.CommandHandlers.InitProjectCommandHandler 50%
GenAIDBExplorer.Console.CommandHandlers.InitProjectCommandHandlerOptions 100%
GenAIDBExplorer.Console.CommandHandlers.QueryModelCommandHandler 0%
GenAIDBExplorer.Console.CommandHandlers.QueryModelCommandHandlerOptions 0%
GenAIDBExplorer.Console.CommandHandlers.ReconcileIndexCommandHandler 0%
GenAIDBExplorer.Console.CommandHandlers.ReconcileIndexCommandHandlerOptions 0%
GenAIDBExplorer.Console.CommandHandlers.ShowObjectCommandHandler 18% 11.9%
GenAIDBExplorer.Console.CommandHandlers.ShowObjectCommandHandlerOptions 100%
GenAIDBExplorer.Console.Extensions.HostBuilderExtensions 0% 0%
GenAIDBExplorer.Console.Program 0%
GenAIDBExplorer.Console.Services.OutputService 0%
GenAIDBExplorer.Core - 50.1%
Name Line Branch
GenAIDBExplorer.Core 50.1% 40.4%
GenAIDBExplorer.Core.Data.ConnectionManager.DatabaseConnectionManager 0% 0%
GenAIDBExplorer.Core.Data.DatabaseProviders.SqlConnectionProvider 51.9% 30%
GenAIDBExplorer.Core.Data.DatabaseProviders.SqlQueryExecutor 0% 0%
GenAIDBExplorer.Core.DataDictionary.ColumnDataDictionary 0%
GenAIDBExplorer.Core.DataDictionary.DataDictionaryProvider 0% 0%
GenAIDBExplorer.Core.DataDictionary.TableDataDictionary 0%
GenAIDBExplorer.Core.Models.Database.ReferenceInfo 0%
GenAIDBExplorer.Core.Models.Database.StoredProcedureInfo 57.1%
GenAIDBExplorer.Core.Models.Database.StoredProcedureList 0%
GenAIDBExplorer.Core.Models.Database.TableInfo 100%
GenAIDBExplorer.Core.Models.Database.TableList 0%
GenAIDBExplorer.Core.Models.Database.ViewInfo 100%
GenAIDBExplorer.Core.Models.Database.ViewList 0%
GenAIDBExplorer.Core.Models.Project.AzureBlobConfiguration 100%
GenAIDBExplorer.Core.Models.Project.CachingConfiguration 100%
GenAIDBExplorer.Core.Models.Project.ChangeTrackingConfiguration 100%
GenAIDBExplorer.Core.Models.Project.ColumnTypeMapping 0%
GenAIDBExplorer.Core.Models.Project.ConditionalUrlAttribute 100% 100%
GenAIDBExplorer.Core.Models.Project.CosmosDbConfiguration 100%
GenAIDBExplorer.Core.Models.Project.DatabaseSettings 100%
GenAIDBExplorer.Core.Models.Project.DataDictionarySettings 100%
GenAIDBExplorer.Core.Models.Project.LazyLoadingConfiguration 100%
GenAIDBExplorer.Core.Models.Project.LocalDiskConfiguration 100%
GenAIDBExplorer.Core.Models.Project.NotEmptyOrWhitespaceAttribute 66.6% 50%
GenAIDBExplorer.Core.Models.Project.OpenAIServiceChatCompletionSettings 100%
GenAIDBExplorer.Core.Models.Project.OpenAIServiceChatCompletionStructuredSe
ttings
100%
GenAIDBExplorer.Core.Models.Project.OpenAIServiceDefaultSettings 100%
GenAIDBExplorer.Core.Models.Project.OpenAIServiceEmbeddingSettings 100%
GenAIDBExplorer.Core.Models.Project.OpenAIServiceSettings 100%
GenAIDBExplorer.Core.Models.Project.PerformanceMonitoringConfiguration 100%
GenAIDBExplorer.Core.Models.Project.Project 70% 43.3%
GenAIDBExplorer.Core.Models.Project.ProjectSettings 100%
GenAIDBExplorer.Core.Models.Project.ProjectUtils 88% 83.3%
GenAIDBExplorer.Core.Models.Project.RequiredOnPropertyValueAttribute 0% 0%
GenAIDBExplorer.Core.Models.Project.SemanticModelRepositorySettings 100%
GenAIDBExplorer.Core.Models.Project.SemanticModelSettings 100%
GenAIDBExplorer.Core.Models.Project.VectorIndexSettings 43.4%
GenAIDBExplorer.Core.Models.Project.VectorIndexSettings.AzureAISearchSettin
gs
0%
GenAIDBExplorer.Core.Models.Project.VectorIndexSettings.CosmosDBSettings 0%
GenAIDBExplorer.Core.Models.Project.VectorIndexSettings.CosmosNoSqlSettings 0%
GenAIDBExplorer.Core.Models.Project.VectorIndexSettings.HybridSearchSetting
s
0%
GenAIDBExplorer.Core.Models.SemanticModel.ChangeTracking.ChangeTracker 93.9% 91.6%
GenAIDBExplorer.Core.Models.SemanticModel.ChangeTracking.EntityStateChanged
EventArgs
100%
GenAIDBExplorer.Core.Models.SemanticModel.Export.ExportOptions 0%
GenAIDBExplorer.Core.Models.SemanticModel.Export.MarkdownExportStrategy 0% 0%
GenAIDBExplorer.Core.Models.SemanticModel.Export.MarkdownExportVisitor 0% 0%
GenAIDBExplorer.Core.Models.SemanticModel.Extensions.SemanticModelEntityExt
ensions
0% 0%
GenAIDBExplorer.Core.Models.SemanticModel.JsonConverters.SemanticModelStore
dProcedureJsonConverter
19.5% 12.5%
GenAIDBExplorer.Core.Models.SemanticModel.JsonConverters.SemanticModelTable
JsonConverter
19.5% 12.5%
GenAIDBExplorer.Core.Models.SemanticModel.JsonConverters.SemanticModelViewJ
sonConverter
19.5% 12.5%
GenAIDBExplorer.Core.Models.SemanticModel.LazyLoading.LazyLoadingProxy 94.2% 75%
GenAIDBExplorer.Core.Models.SemanticModel.LazyLoading.LazyLoadingProxy 100% 81.2%
GenAIDBExplorer.Core.Models.SemanticModel.SemanticModel 73.9% 67.5%
GenAIDBExplorer.Core.Models.SemanticModel.SemanticModelColumn 77.2%
GenAIDBExplorer.Core.Models.SemanticModel.SemanticModelEntity 66% 33.3%
GenAIDBExplorer.Core.Models.SemanticModel.SemanticModelIndex 35.7%
GenAIDBExplorer.Core.Models.SemanticModel.SemanticModelStoredProcedure 100% 91.6%
GenAIDBExplorer.Core.Models.SemanticModel.SemanticModelTable 97.9% 72.5%
GenAIDBExplorer.Core.Models.SemanticModel.SemanticModelView 100% 70.5%
GenAIDBExplorer.Core.Models.SemanticModel.UsageStrategy.RegexColumnUsageStr
ategy
0% 0%
GenAIDBExplorer.Core.Models.SemanticModel.UsageStrategy.RegexEntityUsageStr
ategy
0% 0%
GenAIDBExplorer.Core.Models.SemanticModel.UsageStrategy.SemanticModelColumn
Extensions
0% 0%
GenAIDBExplorer.Core.Models.SemanticModel.UsageStrategy.SemanticModelEntity
UsageExtensions
0%
GenAIDBExplorer.Core.Repository.AzureBlobPersistenceStrategy 50.2% 37.3%
GenAIDBExplorer.Core.Repository.AzureBlobPersistenceStrategy 50.2% 37.3%
GenAIDBExplorer.Core.Repository.Caching.CacheOptions 100%
GenAIDBExplorer.Core.Repository.Caching.CacheStatistics 100%
GenAIDBExplorer.Core.Repository.Caching.MemorySemanticModelCache 72.4% 70.6%
GenAIDBExplorer.Core.Repository.CosmosDbPersistenceStrategy 0% 0%
GenAIDBExplorer.Core.Repository.CosmosDbPersistenceStrategy 0% 0%
GenAIDBExplorer.Core.Repository.DTO.CosmosDbEntityDto 100%
GenAIDBExplorer.Core.Repository.DTO.EmbeddingMetadata 100%
GenAIDBExplorer.Core.Repository.DTO.EmbeddingPayload 100%
GenAIDBExplorer.Core.Repository.DTO.PersistedEntityDto 100%
GenAIDBExplorer.Core.Repository.Helpers.EntityFileManager 25.6% 20.5%
GenAIDBExplorer.Core.Repository.Helpers.EntityFileManager 25.6% 20.5%
GenAIDBExplorer.Core.Repository.Helpers.SemanticModelFileManager 71.6% 50%
GenAIDBExplorer.Core.Repository.Helpers.TempDirectoryManager 91.6% 80%
GenAIDBExplorer.Core.Repository.LocalDiskPersistenceStrategy 77.8% 57.6%
GenAIDBExplorer.Core.Repository.LocalDiskPersistenceStrategy 77.8% 57.6%
GenAIDBExplorer.Core.Repository.Mappers.CosmosDbEntityMapper 80%
GenAIDBExplorer.Core.Repository.Mappers.LocalBlobEntityMapper 40%
GenAIDBExplorer.Core.Repository.Performance.OperationStatistics 92.3% 50%
GenAIDBExplorer.Core.Repository.Performance.PerformanceMetrics 95% 100%
GenAIDBExplorer.Core.Repository.Performance.PerformanceMonitor 85.5% 92.8%
GenAIDBExplorer.Core.Repository.Performance.PerformanceMonitor.OperationRec
ord
50%
GenAIDBExplorer.Core.Repository.Performance.PerformanceRecommendation 84.2% 50%
GenAIDBExplorer.Core.Repository.Performance.PerformanceTrackingContext 90.2% 75%
GenAIDBExplorer.Core.Repository.PerformanceMonitoringOptions 100%
GenAIDBExplorer.Core.Repository.PerformanceMonitoringOptionsBuilder 100% 100%
GenAIDBExplorer.Core.Repository.PersistenceStrategyFactory 100% 100%
GenAIDBExplorer.Core.Repository.Security.CacheStatistics 0% 0%
GenAIDBExplorer.Core.Repository.Security.KeyVaultConfigurationProvider 76.2% 71.4%
GenAIDBExplorer.Core.Repository.Security.KeyVaultConfigurationProvider.Cach
edSecret
100%
GenAIDBExplorer.Core.Repository.Security.KeyVaultOptions 83.3%
GenAIDBExplorer.Core.Repository.Security.KeyVaultRetryPolicy 100%
GenAIDBExplorer.Core.Repository.Security.SecureJsonSerializer 73% 73%
GenAIDBExplorer.Core.Repository.Security.SecureJsonSerializer 73% 73%
GenAIDBExplorer.Core.Repository.Security.SecureJsonSerializerOptions 100%
GenAIDBExplorer.Core.Repository.SemanticModelRepository 94.1% 71.4%
GenAIDBExplorer.Core.Repository.SemanticModelRepository 94.1% 71.4%
GenAIDBExplorer.Core.Repository.SemanticModelRepositoryOptions 100%
GenAIDBExplorer.Core.Repository.SemanticModelRepositoryOptionsBuilder 96% 91.6%
GenAIDBExplorer.Core.Security.ConnectionStringRedactor 41.5% 37.5%
GenAIDBExplorer.Core.Security.EntityNameSanitizer 75.7% 61.4%
GenAIDBExplorer.Core.Security.PathValidator 76.7% 66%
GenAIDBExplorer.Core.SemanticKernel.SemanticKernelFactory 67.1% 48%
GenAIDBExplorer.Core.SemanticModelProviders.SchemaRepository 0% 0%
GenAIDBExplorer.Core.SemanticModelProviders.SemanticModelProvider 59.8% 53.9%
GenAIDBExplorer.Core.SemanticProviders.SemanticDescriptionProvider 0% 0%
GenAIDBExplorer.Core.SemanticProviders.SemanticDescriptionProvider 0% 0%
GenAIDBExplorer.Core.SemanticProviders.SemanticProcessResult 0% 0%
GenAIDBExplorer.Core.SemanticProviders.SemanticProcessResultItem 0%
GenAIDBExplorer.Core.SemanticVectors.Embeddings.SemanticKernelEmbeddingGene
rator
91.6% 50%
GenAIDBExplorer.Core.SemanticVectors.Indexing.InMemoryVectorIndexWriter 0% 0%
GenAIDBExplorer.Core.SemanticVectors.Indexing.SkInMemoryVectorIndexWriter 31.3% 14.7%
GenAIDBExplorer.Core.SemanticVectors.Infrastructure.VectorInfrastructure 100%
GenAIDBExplorer.Core.SemanticVectors.Infrastructure.VectorInfrastructureFac
tory
100%
GenAIDBExplorer.Core.SemanticVectors.Keys.EntityKeyBuilder 100% 100%
GenAIDBExplorer.Core.SemanticVectors.Mapping.VectorRecordMapper 100% 75%
GenAIDBExplorer.Core.SemanticVectors.Options.VectorIndexOptions 65.2%
GenAIDBExplorer.Core.SemanticVectors.Options.VectorIndexOptions.AzureAISear
chOptions
0%
GenAIDBExplorer.Core.SemanticVectors.Options.VectorIndexOptions.CosmosDBOpt
ions
100%
GenAIDBExplorer.Core.SemanticVectors.Options.VectorIndexOptions.CosmosNoSql
Options
0%
GenAIDBExplorer.Core.SemanticVectors.Options.VectorIndexOptions.HybridSearc
hOptions
33.3%
GenAIDBExplorer.Core.SemanticVectors.Options.VectorOptionsValidator 63% 55.8%
GenAIDBExplorer.Core.SemanticVectors.Orchestration.VectorGenerationOptions 75%
GenAIDBExplorer.Core.SemanticVectors.Orchestration.VectorGenerationService 58.1% 37.5%
GenAIDBExplorer.Core.SemanticVectors.Orchestration.VectorOrchestrator 0%
GenAIDBExplorer.Core.SemanticVectors.Policy.VectorIndexPolicy 70.9% 57.6%
GenAIDBExplorer.Core.SemanticVectors.Records.EntityVectorRecord 100%
GenAIDBExplorer.Core.SemanticVectors.Search.InMemoryVectorSearchService 0% 0%
GenAIDBExplorer.Core.SemanticVectors.Search.InMemoryVectorStoreAdapter 100% 50%
GenAIDBExplorer.Core.SemanticVectors.Search.SkInMemoryVectorSearchService 36.1% 20%

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependency updates and management .net .NET related issues and pull requests nuget NuGet package updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants