Skip to content

deps: Bump the nuget-dependencies group with 5 updates#117

Merged
PlagueHO merged 1 commit intomainfrom
dependabot/nuget/genai-database-explorer-service/nuget-dependencies-493521fc85
Mar 28, 2026
Merged

deps: Bump the nuget-dependencies group with 5 updates#117
PlagueHO merged 1 commit intomainfrom
dependabot/nuget/genai-database-explorer-service/nuget-dependencies-493521fc85

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 27, 2026

Updated Aspire.Hosting.JavaScript from 13.1.3 to 13.2.0.

Release notes

Sourced from Aspire.Hosting.JavaScript's releases.

13.2.0

Aspire 13.2

Aspire 13.2 brings major CLI enhancements, a new TypeScript AppHost (preview), dashboard data export/import, Microsoft Foundry integration, and multi-language improvements — all focused on making local development more streamlined for developers and AI coding agents
alike.

Highlights

  • 🛠️ CLI overhaul — New commands including aspire start/stop/ps for detached mode, aspire describe for resource monitoring, aspire doctor for environment diagnostics, aspire secret for managing user secrets, aspire docs for browsing documentation from the terminal,
    and aspire agent (renamed from aspire mcp) for AI agent integration.
  • 🌐 TypeScript AppHost (preview) — Write your apphost in TypeScript with createBuilder(), using the same app model concepts as C#. Full VS Code extension support included.
  • 🧩 VS Code extension — Dedicated Aspire Activity Bar panel with live resource state, inline CodeLens with health status and actions, gutter decorations, and a new Getting Started walkthrough.
  • 📊 Dashboard improvements — Bulk telemetry export/import, export environment variables as .env files, a new telemetry HTTP API, set parameters directly from the dashboard, and improved resource graph layout.
  • 🤖 Microsoft Foundry — Replaces Azure AI Foundry integration with broader Aspire.Hosting.Foundry support including hosted agents and model deployments.
  • 🔒 Azure Virtual Network & Private Endpoints — New Aspire.Hosting.Azure.Network integration for defining VNets, subnets, NAT gateways, NSGs, and private endpoints directly in your apphost.
  • 🐳 Docker Compose publishing — Generate docker-compose.yaml from your app model with AddDockerComposeEnvironment.
  • 📦 New integrations — Azure Data Lake Storage, MongoDB EF Core (Aspire.MongoDB.EntityFrameworkCore), Bun support for JS resources, and Certbot for automated SSL certificates.
  • ⚡ App model — WithMcpServer for declaring MCP endpoints, rebuild command for project resources, contextual endpoint resolution, and improved secret/certificate handling.

⚠️ Breaking changes

Notable breaking changes include service discovery env vars now using endpoint scheme instead of name, aspire.config.json replacing split config files, AIFoundry → Foundry rename, WithSecretBuildArg → WithBuildSecret, and updated default Azure credential behavior.
See the full list of breaking changes.

📖 Learn more

For the full details on everything in this release, check out the What's new in Aspire 13.2 documentation.

Thank you to all the community contributors who helped make this release happen! 💜

Commits viewable in compare view.

Updated Azure.Core from 1.51.1 to 1.52.0.

Release notes

Sourced from Azure.Core's releases.

1.52.0

1.52.0 (2026-03-23)

Features Added

  • Added IndonesiaCentral, NewZealandNorth, and MalaysiaWest locations to AzureLocation struct.
  • Added a JSON schema segment to the NuGet package that provides IntelliSense and validation for AzureClients configuration in appsettings.json, including Retry and Diagnostics options.

Bugs Fixed

  • Fixed implicit conversion operators to not throw exceptions on null inputs per Framework Design Guidelines. Operators now return safe defaults: null for reference types, default for value types.
  • Fixed RequestContent.Dispose() to be idempotent and thread-safe, preventing ArrayPool buffers from being returned multiple times when disposed concurrently or repeatedly.
  • Fixed HttpClientTransport to correctly set the Host header on outgoing requests when explicitly specified, rather than falling through to TryAddWithoutValidation.

Breaking Changes

  • Added nullability annotations to implicit conversion operator parameters for Response<T>, AzureLocation, ContentType, ResourceType, RequestContent, and DynamicData to indicate that null is a valid input. This change was made because throwing exceptions from implicit conversions violates the Framework Design Guidelines.
  • Updated RequestContent implicit conversion operators to return nullable RequestContent? to accurately reflect that null inputs produce null outputs.

Commits viewable in compare view.

Updated Microsoft.Azure.Cosmos from 3.57.1 to 3.58.0.

Release notes

Sourced from Microsoft.Azure.Cosmos's releases.

3.58.0

3.58.0 - 2026-3-20

Added

  • 5447 Per Partition Automatic Failover: Adds Hub Region Processing Only While Routing Requests Failed with 404/1002 for single master accounts
  • 5551 HPK: Adds internal CosmosClientOptions flag UseLengthAwareRangeComparer for length aware range comparer rollout
  • 5582 Query: Adds ability to choose global vs local/focused statistics for FullTextScore
  • 5610 Refactors N-Region Synchronous Commit feature to use IServiceConfigurationReaderVNext interface.
  • 5693 ThinClient Integration: Adds Enable Multiple Http2 connection on SocketsHttpHandler
  • 5614 ThinClient Integration: Adds support for QueryPlan in thinclient mode

Fixed

  • 5597 CosmosClient: Fixes ObjectDisposedException message when client is disposed during request
  • 5613 CrossRegionHedgingAvailabilityStrategy: Fixes ArgumentNullException race condition in hedging cancellation
  • 5650 Batch: Fixes null ErrorMessage when promoting status from MultiStatus response
  • 5651 Serializer: Fixes unsafe stream cast in FromStream
  • 5697 ResourceThrottleRetryPolicy: Fixes cumulativeRetryDelay tracking when x-ms-retry-after-ms header is absent

3.58.0-preview.0

3.58.0-preview.0 - 2026-1-15

Added

  • 5511 Tracing: Adds tracing improvements for pkrange refresh calls
  • 5515 [FullTextPolicy]: Adds tests for full text policy multi-language support.
  • 5529 [Thin Client Integration]: Adds support for store procedure in thinclient mode.
  • 5535 [Thin Client Integration]: Adds thinclient header for refresh account data requests.

Fixed

  • 5512 ChangeFeed: Fixes crts field being nullable
  • 5517 SystemTextSerializer: Fixes serialization to preserve polymorphic serialization when base type is marked [JsonPolymorphic]
  • 5498 Query: Fixes hybrid search query plan optimization to be enabled by default
  • 5543 Query: Fixes GetItemQueryIterator to honor the supplied (optional) FeedRange
  • 5541 Upsert/Batch: Fixes bug where RequestOptions are not honored for Upsert requests in Bulk Mode
  • 5544 Query : Fixes LINQ API to support builtin functions - ARRAY_CONTAINS_ALL and ARRAY_CONTAINS_ANY

3.58.0-preivew.1

3.58.0-preview.1 - 2026-2-20

Fixed

  • 5613 CrossRegionHedgingAvailabilityStrategy: Fixes ArgumentNullException race condition in hedging cancellation

Commits viewable in compare view.

Updated Microsoft.Extensions.VectorData.Abstractions from 10.0.1 to 10.1.0.

Release notes

Sourced from Microsoft.Extensions.VectorData.Abstractions's releases.

10.1.0

Changes:

  • 14ea2fcabb02910e6fccfc939d217567caa4a0be SK .NET Release version bump (#​13685)
  • 8b32b3ba6f62e94ea2533d818b89a17eb11bb681 DF PR Review workflow (#​13687)
  • 30aec16700618b9912e08b0a5f919839e058ca11 Update OpenAI to 2.9.1, Azure.AI.OpenAI to 2.9.0-beta.1, Azure.AI.Projects to 2.0.0-beta.2, Microsoft.Extensions.AI* to 10.4.0 (#​13668)
  • 3c1b688dcfd3b05e29423e15b00cc9182b4cf71d Python: Fix ChatHistoryTruncationReducer deleting system prompt (#​13610) [ #​12612, #​10344 ]
  • bb421f67a7d7561517c0eedc31b911f9819bb323 Reduce macos runner coverage due to capacity (#​13686)
  • 620e412c70ea72df3aea6080f83d96e42e9e008f Python: Bump werkzeug from 3.1.1 to 3.1.6 in /python (#​13605) [ #​3065, #​3077, #​3075, #​3020, #​3054, #​3067, #​3044, #​3056, #​2994, #​2993, #​3102, #​3097, #​3085 ]
  • c9efdf50f5825586f12728bebd1364d806793245 Fix link for Chroma documentation in README (#​13682)
  • 2c880ea4b26017f375b3ae8d11cf22a7119c7ce9 .Net: [Breaking] Harden plugin security defaults for WebFileDownloadPlugin (#​13644)
  • 12a7d55d3aca39aeeb20055dbb477b0eaf18da45 .Net: [Breaking] Harden DocumentPlugin security defaults with deny-by-default AllowedDirectories (#​13683)
  • 41cc2487d25a63b6e3ce2f24663f9d03c93787d5 .Net: Fixes Qdrant 1.17 issue with returning empty vectors (#​13638) [ #​13587 ]
See More
  • 301d7dc9239216b5ac9f38df42dcad2d544c69e1 .Net: Migrate from deprecated DALL-E models to gpt-image-1 (#​13650)
  • c2945847eabf2b32b023373d24dfd58b53c40b07 .NET: Update system package dependencies for CVE-2026-26127 (#​13656) [ #​4647 ]
  • e500f727ed6b3ff6f63dacdaf5d224c48275a317 Python: fix prompt template engine blocking HTML tags in content (#​13633) [ #​13632 ]
  • 3f6d72725f85888c7e87ec97c9f1b8a4f1a0b0ee Python: Fix image integration tests that are now blocked due to bot policies (#​13680)
  • cc83889787188c22a770347aacbf5e4842f9a613 Python: fix(python/google): preserve thought_signature in Gemini function call parts (#​13609) [ #​13480, #​13418 ]
  • b3cf64adf868cd96c767776af5730e17b8510f5b Python: Bump Python version to 1.41.0 for a release (#​13655)
  • 5c891d1769e89595375f2fb69c5fe20938e9947e Python: Add support to new openai text to image model (#​13651)
  • c250b379f6748e751276991afc39e3ef46e9441c Python: Refinement of in memory vector collection filter (#​13637)
  • d5c2b9d889355887d6b746425dc45f43c472a76e Python: Improves the robustness of filename handling (#​13643)
  • 02da6c47d768b0e84512557f046e913e0bd08d75 Updating recommended extensions list. (#​13645)
  • 4d675929578f8a07dfdff5361533d362f628d571 .Net: Add server URL validation options for OpenAPI plugins (#​13631)
  • 86d7a498437d988718c0d15302593e3f69bd19e3 .Net: Feature text search linq (#​13384)

This list of changes was auto generated.

Commits viewable in compare view.

Updated Scriban from 6.6.0 to 7.0.5.

Release notes

Sourced from Scriban's releases.

7.0.5

Changes

🐛 Bug Fixes

  • Fix include indentation after newline (60ab0d94)

Full Changelog: 7.0.4...7.0.5

Published with dotnet-releaser

7.0.4

Changes

🧰 Misc

  • Remove duplicated runtime attributes (e8b19f66)

Full Changelog: 7.0.3...7.0.4

Published with dotnet-releaser

7.0.3

Changes

🐛 Bug Fixes

  • Fix IsPackable for CheckSourceEmbedded.csproj (3f49de50)

Full Changelog: 7.0.2...7.0.3

Published with dotnet-releaser

7.0.0

Changes

✨ New Features

  • Add security tests for untested protection paths (570466a4)
  • Add AOT/trimming compatibility (#​656) (a58550f1)
  • Add nullable support (e5f6950f)
  • Add public comments to generated visitor code (035db9a3)

🐛 Bug Fixes

  • Fix TemplateLoader doc reference (73271543)
  • Fix delegate optional defaults (a12cd0ba)
  • Fix null-conditional indexers (e4693e77)
  • Fix AsyncCodeGen solution lookup (d56dc4e1)
  • Fix pipe argument docs (4cb135ab)
  • Fix generator execution after nullable support (de47d8ad)
  • Fix Scriban.props and ci (ebfc4054)
  • Fix NU5129 as no-warning (25d148a1)

🧰 Maintenance

  • Update ci (bafc1b5b)

🧰 Misc

  • Remove changelog.md (8939dde5)
  • Harden string padding width limits (4227fdee)
  • Bound object.to_json recursion and cycles (760dc212)
  • Enforce parser depth for array initializers (f55280a0)
  • Clear include cache on TemplateContext.Reset (099cb049)
  • Reset typed accessor cache with MemberFilter changes (8180fb6c)
  • Enforce cumulative output size limits (98563216)
  • Harden expression evaluation resource bounds (2d01bd15)
  • Apply LoopLimit to internal iteration paths (dde661d3)
  • Sync builtin overload docs with DocGen (b6c65c79)
  • Disable STJ for source-embedded builds (9abb65bb)
  • Enforce LimitToString in string Append, Prepend, Replace, ReplaceFirst (d3841086)
  • Await async model members (ecca082b)
  • Update follow-up plan (2f99ca64)
  • Make array.sort stable (b3571666)
  • Support dotted array.sort paths (1df80f77)
  • Finalize follow-up plan (3ec006c9)
  • Remove completed issue plan (8557aadf)
  • Update deps (3f080790)
  • Change LexerOptions / ParserOptions to record (0c229175)
  • Remove Nustache (f2ea38fa)
  • Update readme (b3f915e5)

Full Changelog: 6.6.0...7.0.0
... (truncated)

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 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

Bumps Aspire.Hosting.JavaScript from 13.1.3 to 13.2.0
Bumps Azure.Core from 1.51.1 to 1.52.0
Bumps Microsoft.Azure.Cosmos from 3.57.1 to 3.58.0
Bumps Microsoft.Extensions.VectorData.Abstractions from 10.0.1 to 10.1.0
Bumps Scriban from 6.6.0 to 7.0.5

---
updated-dependencies:
- dependency-name: Aspire.Hosting.JavaScript
  dependency-version: 13.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-dependencies
- dependency-name: Azure.Core
  dependency-version: 1.52.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-dependencies
- dependency-name: Microsoft.Azure.Cosmos
  dependency-version: 3.58.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-dependencies
- dependency-name: Microsoft.Extensions.VectorData.Abstractions
  dependency-version: 10.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-dependencies
- dependency-name: Scriban
  dependency-version: 7.0.5
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: nuget-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added .net .NET related issues and pull requests dependencies Dependency updates and management nuget NuGet package updates labels Mar 27, 2026
@dependabot dependabot Bot requested a review from PlagueHO as a code owner March 27, 2026 06:14
@dependabot dependabot Bot added .net .NET related issues and pull requests dependencies Dependency updates and management nuget NuGet package updates labels Mar 27, 2026
@github-actions
Copy link
Copy Markdown

Summary

Summary
Generated on: 03/27/2026 - 06:16:47
Parser: MultiReport (6x Cobertura)
Assemblies: 4
Classes: 199
Files: 163
Line coverage: 53.2% (7286 of 13693)
Covered lines: 7286
Uncovered lines: 6407
Coverable lines: 13693
Total lines: 20933
Branch coverage: 44.2% (1791 of 4050)
Covered branches: 1791
Total branches: 4050
Method coverage: Feature is only available for sponsors

Coverage

GenAIDBExplorer.Api - 54.3%
Name Line Branch
GenAIDBExplorer.Api 54.3% 36%
GenAIDBExplorer.Api.Endpoints.ModelEndpoints 84.2% 100%
GenAIDBExplorer.Api.Endpoints.ProjectEndpoints 68.7% 64.2%
GenAIDBExplorer.Api.Endpoints.SearchEndpoints 100% 100%
GenAIDBExplorer.Api.Endpoints.StoredProcedureEndpoints 83.2% 85.2%
GenAIDBExplorer.Api.Endpoints.TableEndpoints 63.7% 64.5%
GenAIDBExplorer.Api.Endpoints.ViewEndpoints 63% 64.5%
GenAIDBExplorer.Api.Health.SemanticModelHealthCheck 100% 100%
GenAIDBExplorer.Api.Models.ColumnResponse 100%
GenAIDBExplorer.Api.Models.EntitySummaryResponse 100%
GenAIDBExplorer.Api.Models.IndexResponse 0%
GenAIDBExplorer.Api.Models.MappingExtensions 57.1% 100%
GenAIDBExplorer.Api.Models.PaginatedResponse 100%
GenAIDBExplorer.Api.Models.ProjectInfoResponse 100%
GenAIDBExplorer.Api.Models.SearchRequest 100%
GenAIDBExplorer.Api.Models.SearchResponse 100%
GenAIDBExplorer.Api.Models.SearchResultResponse 100%
GenAIDBExplorer.Api.Models.SemanticModelSummaryResponse 100%
GenAIDBExplorer.Api.Models.StoredProcedureDetailResponse 100%
GenAIDBExplorer.Api.Models.TableDetailResponse 100%
GenAIDBExplorer.Api.Models.UpdateColumnDescriptionRequest 0%
GenAIDBExplorer.Api.Models.UpdateEntityDescriptionRequest 100%
GenAIDBExplorer.Api.Models.ViewDetailResponse 100%
GenAIDBExplorer.Api.Services.SemanticModelCacheService 100% 100%
Microsoft.AspNetCore.OpenApi.Generated 0.7% 0.9%
Program 61.8% 65%
System.Runtime.CompilerServices 0%
GenAIDBExplorer.Console - 27.6%
Name Line Branch
GenAIDBExplorer.Console 27.6% 44.1%
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 58.1% 94.8%
GenAIDBExplorer.Console.CommandHandlers.InitProjectCommandHandlerOptions 100% 100%
GenAIDBExplorer.Console.CommandHandlers.QueryModelCommandHandler 66.1% 100%
GenAIDBExplorer.Console.CommandHandlers.QueryModelCommandHandlerOptions 100%
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 76% 100%
GenAIDBExplorer.Console.Program 0%
GenAIDBExplorer.Console.Services.OutputService 0%
GenAIDBExplorer.Core - 56.1%
Name Line Branch
GenAIDBExplorer.Core 56.1% 44.6%
GenAIDBExplorer.Core.ChatClients.ChatClientFactory 100% 90%
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 42.8%
GenAIDBExplorer.Core.DataDictionary.DataDictionaryProvider 17.7% 5.3%
GenAIDBExplorer.Core.DataDictionary.TableDataDictionary 75%
GenAIDBExplorer.Core.Extensions.ServiceRegistrationExtensions 57.6% 41.6%
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 100%
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.ChatCompletionDeploymentSettings 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.EmbeddingDeploymentSettings 100%
GenAIDBExplorer.Core.Models.Project.LazyLoadingConfiguration 100%
GenAIDBExplorer.Core.Models.Project.LocalDiskConfiguration 100%
GenAIDBExplorer.Core.Models.Project.MicrosoftFoundryDefaultSettings 100%
GenAIDBExplorer.Core.Models.Project.MicrosoftFoundrySettings 100%
GenAIDBExplorer.Core.Models.Project.NotEmptyOrWhitespaceAttribute 66.6% 50%
GenAIDBExplorer.Core.Models.Project.PerformanceMonitoringConfiguration 100%
GenAIDBExplorer.Core.Models.Project.Project 84.1% 58.7%
GenAIDBExplorer.Core.Models.Project.ProjectSettings 100%
GenAIDBExplorer.Core.Models.Project.ProjectUtils 88% 83.3%
GenAIDBExplorer.Core.Models.Project.QueryModelSettings 100%
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
94.5% 90%
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 76.4% 70.7%
GenAIDBExplorer.Core.Models.SemanticModel.SemanticModelColumn 81.8%
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.PromptTemplates.LiquidTemplateRenderer 100% 100%
GenAIDBExplorer.Core.PromptTemplates.PromptTemplateDefinition 100%
GenAIDBExplorer.Core.PromptTemplates.PromptTemplateMessage 100%
GenAIDBExplorer.Core.PromptTemplates.PromptTemplateModelParameters 100%
GenAIDBExplorer.Core.PromptTemplates.PromptTemplateParser 94% 83.9%
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 96% 50%
GenAIDBExplorer.Core.Repository.Performance.PerformanceMetrics 100% 100%
GenAIDBExplorer.Core.Repository.Performance.PerformanceMonitor 85.5% 92.8%
GenAIDBExplorer.Core.Repository.Performance.PerformanceMonitor.OperationRec
ord
50%
GenAIDBExplorer.Core.Repository.Performance.PerformanceRecommendation 88.8% 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.SemanticModelProviders.SchemaRepository 0% 0%
GenAIDBExplorer.Core.SemanticModelProviders.SemanticModelProvider 59.8% 53.9%
GenAIDBExplorer.Core.SemanticModelQuery.SemanticModelQueryRequest 66.6%
GenAIDBExplorer.Core.SemanticModelQuery.SemanticModelQueryResult 88.8%
GenAIDBExplorer.Core.SemanticModelQuery.SemanticModelQueryService 10.7% 1.6%
GenAIDBExplorer.Core.SemanticModelQuery.SemanticModelQueryService.QueryCont
ext
0%
GenAIDBExplorer.Core.SemanticModelQuery.SemanticModelSearchResult 100%
GenAIDBExplorer.Core.SemanticModelQuery.SemanticModelSearchService 100% 75%
GenAIDBExplorer.Core.SemanticModelQuery.SemanticModelStreamingQueryResult 100%
GenAIDBExplorer.Core.SemanticProviders.SemanticDescriptionProvider 73.8% 59.6%
GenAIDBExplorer.Core.SemanticProviders.SemanticDescriptionProvider 73.8% 59.6%
GenAIDBExplorer.Core.SemanticProviders.SemanticProcessResult 64.7% 66.6%
GenAIDBExplorer.Core.SemanticProviders.SemanticProcessResultItem 100%
GenAIDBExplorer.Core.SemanticVectors.Embeddings.ChatClientEmbeddingGenerato
r
100% 62.5%
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 50.8% 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 39% 23.8%
GenAIDBExplorer.ServiceDefaults - 92.5%
Name Line Branch
GenAIDBExplorer.ServiceDefaults 92.5% 90%
Microsoft.Extensions.Hosting.Extensions 92.5% 90%
Microsoft.Extensions.Hosting.Extensions 92.5% 90%

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Mar 27, 2026

Unit Test Results

767 tests  ±0   767 ✅ ±0   37s ⏱️ -3s
  3 suites ±0     0 💤 ±0 
  3 files   ±0     0 ❌ ±0 

Results for commit 9e29683. ± Comparison against base commit 2882744.

♻️ This comment has been updated with latest results.

Copy link
Copy Markdown
Owner

@PlagueHO PlagueHO left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:lgtm:

@PlagueHO PlagueHO merged commit 4110d4b into main Mar 28, 2026
11 checks passed
@PlagueHO PlagueHO deleted the dependabot/nuget/genai-database-explorer-service/nuget-dependencies-493521fc85 branch March 28, 2026 03:18
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.

1 participant