Skip to content

deps: Bump the nuget-dependencies group with 20 updates#124

Open
dependabot[bot] wants to merge 2 commits intomainfrom
dependabot/nuget/genai-database-explorer-service/nuget-dependencies-088d62b246
Open

deps: Bump the nuget-dependencies group with 20 updates#124
dependabot[bot] wants to merge 2 commits intomainfrom
dependabot/nuget/genai-database-explorer-service/nuget-dependencies-088d62b246

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 24, 2026

Updated Aspire.Hosting.JavaScript from 13.2.2 to 13.2.3.

Release notes

Sourced from Aspire.Hosting.JavaScript's releases.

13.2.3

What's New in Aspire 13.2.3

Patch release focused on CLI packaging, signing, and reliability fixes.

🐛 Fixes

  • 🛑 aspire stop now properly cleans up application containers on Windows (#​16123)
  • 🔐 Fixed macOS signing, permissions, and certificate trust with improved CI verification (#​16053)
  • ✍️ Fixed signing for the aspire-managed bundle payload (#​16211)
  • 🎭 Fixed Playwright CLI provenance verification for the new tag format (#​16134)
  • 🧭 Updated service discovery environment variables (#​16223)

🔧 Improvements

  • 📊 Removed telemetry API data limits and refactored URL builders (#​16023)
  • ⏱️ Increased native build + sign timeout to 60 minutes for reliability (#​16212)

🏷️ Housekeeping

  • 🔖 Bumped branding to 13.2.3 (#​16181)
  • 🧪 Temporarily disabled Verify CLI archive step on Windows while investigating (#​16276, #​16285)

Commits viewable in compare view.

Updated Azure.AI.Projects from 2.0.0 to 2.0.1.

Release notes

Sourced from Azure.AI.Projects's releases.

2.0.1

2.0.1 (2026-04-22)

Other Changes

  • Adopted Azure.Core 1.53.0, which type-forwards the Azure.Identity namespace. The explicit Azure.Identity package dependency has been removed; the Azure.Identity types remain available transitively through Azure.Core.

Commits viewable in compare view.

Updated Microsoft.AspNetCore.Mvc.Testing from 10.0.6 to 10.0.7.

Release notes

Sourced from Microsoft.AspNetCore.Mvc.Testing's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Microsoft.AspNetCore.OpenApi from 10.0.6 to 10.0.7.

Release notes

Sourced from Microsoft.AspNetCore.OpenApi's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Microsoft.Extensions.Caching.Memory from 10.0.6 to 10.0.7.

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.6 to 10.0.7.

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.6 to 10.0.7.

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.6 to 10.0.7.

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.6 to 10.0.7.

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.6 to 10.0.7.

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.6 to 10.0.7.

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.Options.ConfigurationExtensions from 10.0.6 to 10.0.7.

Release notes

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

No release notes found for this version range.

Commits viewable in compare view.

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

Release notes

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

10.5.0

HTTP Logging Middleware APIs in Microsoft.AspNetCore.Diagnostics.Middleware are now stable. This release also transfers Microsoft.Extensions.VectorData.Abstractions and Microsoft.Extensions.VectorData.ConformanceTests from the Semantic Kernel repository into dotnet/extensions, jumping from 10.1.0 to 10.5.0 for consistent versioning. The release also delivers fixes across the AI libraries, AI Evaluation, and Service Discovery.

Breaking Changes

  1. Rename VectorStoreVectorAttribute constructor parameter #​7460
    • The Dimensions parameter was renamed to dimensions (lowercase). This is a source-breaking change only — binary compatibility is preserved.
    • If you use the named argument syntax new VectorStoreVectorAttribute(Dimensions: 1536), update it to new VectorStoreVectorAttribute(dimensions: 1536).

Experimental API Changes

Now Stable

  • HTTP Logging Middleware APIs are now stable (previously EXTEXP0013): AddHttpLogEnricher<T>, IHttpLogEnricher, and RequestHeadersLogEnricherOptions.HeadersDataClasses #​7380

What's Changed

AI

  • Fix OpenAIResponsesChatClient to respect "store":false in responses #​7417 by @​stephentoub
  • Fix InvalidOperationException in CoalesceWebSearchToolCallContent #​7419 by @​stephentoub
  • Handle F# optional parameters in AIFunctionFactory schema generation #​7439 by @​eiriktsarpalis
  • Fix ComputerCallResponseItem using Item.Id instead of CallId #​7446 by @​jozkee
  • Fix HostedFileContent with image MIME type sent as input_file instead of input_image #​7438 by @​stephentoub (co-authored by @​copilot)
  • Guard Activity.Current restore with null check in OpenTelemetry streaming clients #​7443 by @​stephentoub (co-authored by @​copilot)
  • Enable stateless mode in remote MCP server template (released as v1.2.0 on 2026-04-01) #​7441 by @​jeffhandley

Vector Data

  • Move Microsoft.Extensions.VectorData.Abstractions over from Semantic Kernel #​7434 by @​roji
  • Rename VectorStoreVectorAttribute dimensions constructor parameter #​7460 by @​roji

AI Evaluation

  • Add Path Validation for DiskBasedResponseCache and DiskBasedResultStore #​7397 by @​peterwald
  • Update brace-expansion for CVE-2026-33750 #​7457 by @​SamMonoRT

ASP.NET Core Extensions

  • Removing experimental attribute from Http logging middleware #​7380 by @​mariamgerges

Service Discovery

  • Implement RFC6761 reserved DNS names handling #​6924 by @​rzikm

Documentation Updates

  • Remove per-library CHANGELOG.md files #​7413 by @​jeffhandley

Test Improvements

... (truncated)

10.4.1

This release of the Microsoft.Extensions.AI packages adds new experimental APIs for Realtime client sessions and Text-to-Speech, along with OpenTelemetry and middleware improvements.

Packages in this release

Package Version
Microsoft.Extensions.AI.Abstractions 10.4.1
Microsoft.Extensions.AI 10.4.1
Microsoft.Extensions.AI.OpenAI 10.4.1

Experimental API Changes

New Experimental APIs

  • New experimental API: Realtime Client Sessions #​7285 and #​7399
  • New experimental API: Text-to-Speech Client #​7381

Changes to Experimental APIs

  • Hosted File Download Stream: write-path methods now explicitly throw NotSupportedException #​7394

What's Changed

AI

  • Add ITextToSpeechClient abstraction, middleware, and OpenAI implementation #​7381 by @​stephentoub
  • Realtime Client Proposal #​7285 by @​tarekgh
  • Add VoiceActivityDetection options to realtime session abstractions #​7399 by @​tarekgh
  • Make UriContent mediaType parameter optional with inference from URI file extension #​7398 by @​stephentoub (co-authored by @​Copilot)
  • Emit gen_ai.client.operation.exception via ILogger LoggerMessage on OpenTelemetry instrumentation classes #​7379 by @​stephentoub (co-authored by @​Copilot)
  • Support invoke_workflow as an equivalent parent span to invoke_agent in FunctionInvokingChatClient #​7382 by @​stephentoub (co-authored by @​Copilot)
  • Make HostedFileDownloadStream explicitly read-only #​7394 by @​stephentoub (co-authored by @​Copilot)

Documentation Updates

  • Document JSON schema derivation for return types in AIFunctionFactory #​7400 by @​stephentoub (co-authored by @​Copilot)

Test Improvements

  • Fix test warnings #​7369 by @​jozkee
  • Add tests for JSON deserialization of serializable types #​7373 by @​stephentoub (co-authored by @​Copilot)

Repository Infrastructure Updates

  • Update Package Validation Baseline to 10.4.0 #​7389 by @​jeffhandley (co-authored by @​Copilot)
  • Update ModelContextProtocol libraries to version 1.0.0 #​7340 by @​stephentoub (co-authored by @​Copilot)

Acknowledgements

  • @​eiriktsarpalis @​ericstj @​CodeBlanch @​lmolkova @​adamsitnik @​joperezr reviewed pull requests
    ... (truncated)

10.4.0

This release advances the AI abstractions with new hosted file, web search, and reasoning content types, stabilizes MCP and tool approval APIs, adds streaming latency metrics to OpenTelemetry instrumentation, and delivers bug fixes across caching, data ingestion, and resource monitoring.

Experimental API Changes

Now Stable

  • MCP Server Tool Content and Function Call Approval APIs are now stable (previously MEAI001) #​7299
  • FakeLogCollector.GetLogsAsync(CancellationToken) is now stable (previously EXTEXP0003) #​7332

New Experimental APIs

  • New experimental AddExtendedHttpClientLogging overloads with wrapHandlersPipeline parameter (EXTEXP0013) #​7231

Removed Experimental APIs

  • AI Tool Reduction experimental APIs removed (was experimental under MEAI001) #​7353

What's Changed

AI

  • Add IHostedFileClient and friends #​7269 by @​stephentoub
  • Add web search tool call content #​7276 by @​stephentoub (co-authored by @​Copilot)
  • Surface OpenAI-compatible reasoning_content as TextReasoningContent #​7295 by @​stephentoub
  • MCP/Approvals/Tool Contents stabilization #​7299 by @​jozkee
  • Implement time_to_first_chunk and time_per_output_chunk streaming metrics in OpenTelemetryChatClient #​7325 by @​stephentoub (co-authored by @​Copilot)
  • Add openai.api.type telemetry attribute to OpenAI IChatClient implementations #​7316 by @​stephentoub (co-authored by @​Copilot)
  • Update OpenTelemetry Gen AI semantic conventions to v1.40 #​7322 by @​stephentoub (co-authored by @​Copilot)
  • Fix tool definitions emission regardless of sensitivity setting #​7346 by @​stephentoub (co-authored by @​Copilot)
  • Honor [Required] attribute in AI function parameter JSON schema generation #​7272 by @​stephentoub (co-authored by @​Copilot)
  • AddAIContentType automatically registers content type against every base in the inheritance chain up to AIContent #​7358 by @​jozkee (co-authored by @​Copilot)
  • Auto-mark server-handled FunctionCallContent as InformationalOnly #​7314 by @​stephentoub (co-authored by @​Copilot)
  • Map ReasoningEffort.None and ExtraHigh to none and xhigh in OpenAI IChatClient implementations #​7319 by @​stephentoub (co-authored by @​Copilot)
  • Handle DynamicMethod reflection limitations in AIFunctionFactory #​7287 by @​stephentoub (co-authored by @​Copilot)
  • Fix Activity.Current nulled during streaming tool invocation #​7321 by @​flaviocdc (co-authored by @​Copilot)
  • Handle FunctionCallOutputResponseItem in streaming response conversion #​7307 by @​stephentoub (co-authored by @​Copilot)
  • Fix serialization of response continuation tokens #​7356 by @​stephentoub
  • Remove AI Tool Reduction experimental APIs #​7353 by @​stephentoub (co-authored by @​Copilot)
  • Update OpenAI to 2.9.1 #​7349 by @​stephentoub

Telemetry and Observability

  • Introduce support for the Gauge metric type #​7203 by @​rainsxng
  • Update logging source generator to support generic methods #​7331 by @​svick (co-authored by @​Copilot)
  • Update logging source generator to match runtime PR #​124589 (ref readonly/params/scoped) #​7333 by @​svick (co-authored by @​Copilot)
  • Promote FakeLogCollector.GetLogsAsync(CancellationToken) from experimental to stable #​7332 by @​Demo30
  • Remove obsolete CS1591 warning suppression from generated file preamble #​7308 by @​luissena

HTTP Resilience and Diagnostics

... (truncated)

10.3.0

Experimental API Changes

Now Stable

  • IChatReducer interface — graduated from experimental to stable. The interface is now stable; concrete implementations (MessageCountingChatReducer, SummarizingChatReducer, ReducingChatClient) remain experimental. #​7235 by @​jeffhandley
  • FunctionCallContent and FunctionResultContent unsealed — changed from sealed class to class, enabling derivation. #​7229 by @​stephentoub (co-authored by @​Copilot)

Breaking Changes to Experimental APIs

  • Experimental diagnostic ID reorganization — the blanket MEAI001 diagnostic ID was split into feature-specific constants. OpenAI-specific experimental APIs now use OPENAI001, OPENAI002, or SCME0001 instead of MEAI001. Consumers who suppressed MEAI001 for OpenAI APIs may need to suppress OPENAI001/OPENAI002 instead. #​7116 by @​jeffhandley (co-authored by @​Copilot), #​7235 by @​jeffhandley

New Experimental APIs

  • Chat reduction implementationsMessageCountingChatReducer, SummarizingChatReducer, ReducingChatClient, and UseChatReducer builder extension. #​7235 by @​jeffhandley
  • OpenAI Responses/Assistants/Realtime/Image/Audio integrations — assigned feature-specific experimental diagnostic IDs (OPENAI001, OPENAI002). #​7235 by @​jeffhandley
  • ImageGenerationToolCallContent and ImageGenerationToolResultContent — added to JSON serialization infrastructure. #​7275 by @​stephentoub (co-authored by @​Copilot)

What's Changed

AI

  • Add ReasoningOptions to ChatOptions #​7252 by @​stephentoub (co-authored by @​Copilot)
  • Add LoadFromAsync and SaveToAsync helper methods to DataContent #​7159 by @​stephentoub (co-authored by @​Copilot)
  • Add FunctionCallContent.InformationalOnly property #​7126, #​7262 by @​stephentoub (co-authored by @​Copilot)
  • Add server tool call support to OpenTelemetryChatClient per semantic conventions #​7240 by @​stephentoub (co-authored by @​Copilot)
  • Add ImageGenerationToolCallContent and ImageGenerationToolResultContent to JSON serialization infrastructure #​7275 by @​stephentoub (co-authored by @​Copilot)
  • Add logging to FunctionInvokingChatClient for approval flow, error handling, and loop control #​7228 by @​stephentoub (co-authored by @​Copilot)
  • Allow FunctionResultContent pass-through when CallId matches #​7229 by @​stephentoub (co-authored by @​Copilot)
  • Remove AIFunctionDeclaration tools on last iteration in FunctionInvokingChatClient #​7207 by @​stephentoub (co-authored by @​Copilot)
  • Propagate CachedInputTokenCount in OpenTelemetry telemetry #​7234 by @​stephentoub (co-authored by @​Copilot)
  • Categorize MEAI001 experimental APIs #​7116 by @​jeffhandley (co-authored by @​Copilot)
  • MEAI: Update Experimental / Preview Features #​7235 by @​jeffhandley
  • ToChatResponse: Merge AdditionalProperties into ChatMessage instead of ChatResponse #​7194 by @​stephentoub (co-authored by @​Copilot)
  • Fix FunctionInvokingChatClient to respect ChatOptions.Tools modifications by function tools #​7218 by @​stephentoub (co-authored by @​Copilot)
  • Fix FunctionInvokingChatClient invoke_agent span detection with exact match or space delimiter #​7224 by @​stephentoub (co-authored by @​Copilot)
  • Fix approval request/response correlation in FunctionInvokingChatClient #​7261 by @​stephentoub (co-authored by @​Copilot)
  • Fix DataUriParser to default to text/plain;charset=US-ASCII per RFC 2397 #​7247 by @​stephentoub (co-authored by @​Copilot)
  • Fix NRT resolution for AIFunction parameters #​7200 by @​eiriktsarpalis
  • Preserve extra JSON schema properties in ToolJson serialization #​7250 by @​stephentoub (co-authored by @​Copilot)
  • Fix token metric unit to use UCUM format {token} #​7241 by @​stephentoub
  • Fix OpenAI responses streaming to preserve encrypted reasoning content #​7266 by @​stephentoub
  • Update OpenAIResponsesChatClient to handle streaming code interpreter content #​7267 by @​stephentoub

Diagnostics, Health Checks, and Resource Monitoring

  • [5752] FakeLogCollector waiting capabilities #​6228 by @​Demo30
  • Bring new cpu.requests formula from Kubernetes #​7239 by @​amadeuszl

Service Discovery

... (truncated)

10.2.0

What's Changed

New Contributors

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

Commits viewable in compare view.

Updated OpenTelemetry.Exporter.OpenTelemetryProtocol from 1.15.2 to 1.15.3.

Release notes

Sourced from OpenTelemetry.Exporter.OpenTelemetryProtocol's releases.

1.15.3

For highlights and announcements pertaining to this release see: Release Notes > 1.15.3.

The following changes are from the previous release 1.15.2.

  • NuGet: OpenTelemetry v1.15.3

    • Fix resource leak in batch and periodic exporting task workers for Blazor/WASM.
      (#​7069)

    • Fixed LogRecord.LogLevel to preserve LogLevel.None and handle
      unspecified or out-of-range severities without returning invalid enum values.
      (#​7092)

    • Fixed OTEL_TRACES_SAMPLER_ARG handling to treat out-of-range, NaN, and
      infinite values as invalid and fall back to the default ratio when using
      traceidratio and parentbased_traceidratio samplers.
      (#​7103)

    See CHANGELOG for details.

  • NuGet: OpenTelemetry.Api v1.15.3

    • Fix baggage and trace headers not respecting the maximum length in some cases.
      (#​7061)

    • Improve efficiency of parsing of baggage and B3 propagation headers.
      (#​7061)

    • Breaking change: Fixed tracestate parsing to reject keys that do not
      begin with a lowercase letter, including keys beginning with digits, to
      align with the W3C Trace Context specification.
      (#​7065)

    • Fixed BaggagePropagator to trim optional whitespace (OWS) around =
      separators when parsing the baggage header, as required by the
      W3C Baggage specification.
      (#​7009)

    • Fixed BaggagePropagator to strip baggage properties (e.g. ;metadata)
      from values when parsing the baggage header.
      (#​7009)

    See CHANGELOG for details.

  • NuGet: OpenTelemetry.Api.ProviderBuilderExtensions v1.15.3

    No notable changes.

    See CHANGELOG for details.

... (truncated)

1.15.3-beta.1

The following changes are from the previous release 1.15.2-beta.1.

Commits viewable in compare view.

Updated OpenTelemetry.Extensions.Hosting from 1.15.2 to 1.15.3.

Release notes

Sourced from OpenTelemetry.Extensions.Hosting's releases.

1.15.3

For highlights and announcements pertaining to this release see: Release Notes > 1.15.3.

The following changes are from the previous release 1.15.2.

  • NuGet: OpenTelemetry v1.15.3

    • Fix resource leak in batch and periodic exporting task workers for Blazor/WASM.
      (#​7069)

    • Fixed LogRecord.LogLevel to preserve LogLevel.None and handle
      unspecified or out-of-range severities without returning invalid enum values.
      (#​7092)

    • Fixed OTEL_TRACES_SAMPLER_ARG handling to treat out-of-range, NaN, and
      infinite values as invalid and fall back to the default ratio when using
      traceidratio and parentbased_traceidratio samplers.
      (#​7103)

    See CHANGELOG for details.

  • NuGet: OpenTelemetry.Api v1.15.3

    • Fix baggage and trace headers not respecting the maximum length in some cases.
      (#​7061)

    • Improve efficiency of parsing of baggage and B3 propagation headers.
      (#​7061)

    • Breaking change: Fixed tracestate parsing to reject keys that do not
      begin with a lowercase letter, including keys beginning with digits, to
      align with the W3C Trace Context specification.
      (#​7065)

    • Fixed BaggagePropagator to trim optional whitespace (OWS) around =
      separators when parsing the baggage header, as required by the
      W3C Baggage specification.
      (#​7009)

    • Fixed BaggagePropagator to strip baggage properties (e.g. ;metadata)
      from values when parsing the baggage header.
      (#​7009)

    See CHANGELOG for details.

  • NuGet: OpenTelemetry.Api.ProviderBuilderExtensions v1.15.3

    No notable changes.

    See CHANGELOG for details.

... (truncated)

1.15.3-beta.1

The following changes are from the previous release 1.15.2-beta.1.

Commits viewable in compare view.

Updated OpenTelemetry.Instrumentation.AspNetCore from 1.15.1 to 1.15.2.

Release notes

Sourced from OpenTelemetry.Instrumentation.AspNetCore's releases.

1.15.2

Commits viewable in compare view.

Updated OpenTelemetry.Instrumentation.Http from 1.15.0 to 1.15.1.

Release notes

Sourced from OpenTelemetry.Instrumentation.Http's releases.

1.15.1

1.15.1-beta.2

1.15.1-beta.1

1.15.1-alpha.1

Commits viewable in compare view.

Updated OpenTelemetry.Instrumentation.Runtime from 1.15.0 to 1.15.1.

Release notes

Sourced from OpenTelemetry.Instrumentation.Runtime's releases.

1.15.1

1.15.1-beta.2

1.15.1-beta.1

1.15.1-alpha.1

Commits viewable in compare view.

Updated System.CommandLine from 2.0.6 to 2.0.7.

Release notes

Sourced from System.CommandLine's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated System.Linq.Async from 7.0.0 to 7.0.1.

Release notes

Sourced from System.Linq.Async's releases.

7.0.1

Changes:

Bugs:

  • #​1626: Fix duplicate emission in Delay with immediate selector

Enhancement:

  • #​2182: Implementing TakeUntil with CancellationToken
  • #​2178: Enhancement Add DisposeWith
  • #​2039: Run tests on .NET 8.0
  • #​1879: Add Rx.NET 2023 roadmap, and tooling update ADR
  • #​1700: Add MinByWithTies and MaxByWithTies to bring back a MinBy/MaxBy that returns a list

Others:

  • #​2313: Release prep for Ix v7.0.1
See More
  • #​2312: Upgrade to System.Linq.AsyncEnumerable 10.0.6
  • #​2293: Generate AsyncEnumerableDeprecated facade in runtime assembly
  • #​2292: Remove AsyncEnumerable from System.Linq.Async public API
  • #​2289: Move projection SumAsync to System.Interactive.Async
  • #​2286: Obsolete messages explain CancellationToken change
  • #​2280: Handle clashes in System.Interactive.Async with System.Linq.Asyncenumerable
  • #​2278: Add Ix.NET AverageAsync overloads supporting async selectors
  • #​2275: Update System.Linq.AsyncEnumerable refs to .NET 10 GA
  • #​2274: Ix.NET v7 release prep
  • #​2268: Rx 7.0 packaging changes
  • #​2267: Update Rx.NET to .NET 10 SDK
  • #​2266: Further .NET 9.0 SDK updates
  • #​2263: Fix typos in docs (v2)
  • #​2260: Modify OfType to accept nullable input element type
  • #​2251: Fix condition in documentation example
  • #​2240: Preparing for System.Linq.AsyncEnumerable
  • #​2249: Update Ix.NET dependencies
  • #​2244: Update dependencies in Rx.NET
  • #​2242: Update IntroToRx for Rx 6.1
  • #​2237: Add ResetExceptionDispatchState operator and document exception reuse limitations
  • #​2229: Bump xunit from 2.4.1 to 2.9.3
  • #​2231: Bump Microsoft.NET.Test.Sdk from 17.0.0 to 17.13.0
  • #​2222: TakeUntil with CancellationToken
  • #​2220: Add namespace style config to .editorconfig
  • #​2219: Feature/test packages 2025
    ... (truncated)

7.0.1-preview.1

Changes:

Bugs:

  • #​2302: fix stack traces from errors in ToAsyncEnumerable
  • #​1626: Fix duplicate emission in Delay with immediate selector

Enhancement:

  • #​2308: Prevent trimmer warnings on current SDK
  • #​2182: Implementing TakeUntil with CancellationToken
  • #​2178: Enhancement Add DisposeWith
  • #​2039: Run tests on .NET 8.0
  • #​1879: Add Rx.NET 2023 roadmap, and tooling update ADR
  • #​1700: Add MinByWithTies and MaxByWithTies to bring back a MinBy/MaxBy that returns a list
See More

Others:

  • #​2313: Release prep for Ix v7.0.1
  • #​2312: Upgrade to System.Linq.AsyncEnumerable 10.0.6
  • #​2303: Update NuGet packages
  • #​2293: Generate AsyncEnumerableDeprecated facade in runtime assembly
  • #​2292: Remove AsyncEnumerable from System.Linq.Async public API
  • #​2289: Move projection SumAsync to System.Interactive.Async
  • #​2286: Obsolete messages explain CancellationToken change
  • #​2280: Handle clashes in System.Interactive.Async with System.Linq.Asyncenumerable
  • #​2278: Add Ix.NET AverageAsync overloads supporting async selectors
  • #​2275: Update System.Linq.AsyncEnumerable refs to .NET 10 GA
  • #​2274: Ix.NET v7 release prep
  • #​2268: Rx 7.0 packaging changes
  • #​2267: Update Rx.NET to .NET 10 SDK
  • #​2266: Further .NET 9.0 SDK updates
  • #​2263: Fix typos in docs (v2)
  • #​2260: Modify OfType to accept nullable input element type
  • #​2251: Fix condition in documentation example
  • #​2240: Preparing for System.Linq.AsyncEnumerable
  • #​2249: Update Ix.NET dependencies
  • #​2244: Update dependencies in Rx.NET
  • #​2242: Update IntroToRx for Rx 6.1
  • #​2237: Add ResetExceptionDispatchState operator and document exception reuse limitations
  • #​2229: Bump xunit from 2.4.1 to 2.9.3
  • #​2231: Bump Microsoft.NET.Test.Sdk from 17.0.0 to 17.13.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.2.2 to 13.2.3
Bumps Azure.AI.Projects from 2.0.0 to 2.0.1
Bumps Microsoft.AspNetCore.Mvc.Testing from 10.0.6 to 10.0.7
Bumps Microsoft.AspNetCore.OpenApi from 10.0.6 to 10.0.7
Bumps Microsoft.Extensions.Caching.Memory from 10.0.6 to 10.0.7
Bumps Microsoft.Extensions.Configuration from 10.0.6 to 10.0.7
Bumps Microsoft.Extensions.Configuration.Binder from 10.0.6 to 10.0.7
Bumps Microsoft.Extensions.Configuration.FileExtensions from 10.0.6 to 10.0.7
Bumps Microsoft.Extensions.Configuration.Json from 10.0.6 to 10.0.7
Bumps Microsoft.Extensions.DependencyInjection from 10.0.6 to 10.0.7
Bumps Microsoft.Extensions.Hosting from 10.0.6 to 10.0.7
Bumps Microsoft.Extensions.Options.ConfigurationExtensions from 10.0.6 to 10.0.7
Bumps Microsoft.Extensions.VectorData.Abstractions from 10.1.0 to 10.5.0
Bumps OpenTelemetry.Exporter.OpenTelemetryProtocol from 1.15.2 to 1.15.3
Bumps OpenTelemetry.Extensions.Hosting from 1.15.2 to 1.15.3
Bumps OpenTelemetry.Instrumentation.AspNetCore from 1.15.1 to 1.15.2
Bumps OpenTelemetry.Instrumentation.Http from 1.15.0 to 1.15.1
Bumps OpenTelemetry.Instrumentation.Runtime from 1.15.0 to 1.15.1
Bumps System.CommandLine from 2.0.6 to 2.0.7
Bumps System.Linq.Async from 7.0.0 to 7.0.1

---
updated-dependencies:
- dependency-name: Aspire.Hosting.JavaScript
  dependency-version: 13.2.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-dependencies
- dependency-name: Azure.AI.Projects
  dependency-version: 2.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-dependencies
- dependency-name: Microsoft.AspNetCore.Mvc.Testing
  dependency-version: 10.0.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-dependencies
- dependency-name: Microsoft.AspNetCore.OpenApi
  dependency-version: 10.0.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-dependencies
- dependency-name: Microsoft.Extensions.Caching.Memory
  dependency-version: 10.0.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-dependencies
- dependency-name: Microsoft.Extensions.Configuration
  dependency-version: 10.0.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-dependencies
- dependency-name: Microsoft.Extensions.Configuration.Binder
  dependency-version: 10.0.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-dependencies
- dependency-name: Microsoft.Extensions.Configuration.FileExtensions
  dependency-version: 10.0.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-dependencies
- dependency-name: Microsoft.Extensions.Configuration.Json
  dependency-version: 10.0.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-dependencies
- dependency-name: Microsoft.Extensions.DependencyInjection
  dependency-version: 10.0.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-dependencies
- dependency-name: Microsoft.Extensions.Hosting
  dependency-version: 10.0.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-dependencies
- dependency-name: Microsoft.Extensions.Options.ConfigurationExtensions
  dependency-version: 10.0.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-dependencies
- dependency-name: Microsoft.Extensions.VectorData.Abstractions
  dependency-version: 10.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-dependencies
- dependency-name: OpenTelemetry.Exporter.OpenTelemetryProtocol
  dependency-version: 1.15.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-dependencies
- dependency-name: OpenTelemetry.Extensions.Hosting
  dependency-version: 1.15.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-dependencies
- dependency-name: OpenTelemetry.Instrumentation.AspNetCore
  dependency-version: 1.15.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-dependencies
- dependency-name: OpenTelemetry.Instrumentation.Http
  dependency-version: 1.15.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-dependencies
- dependency-name: OpenTelemetry.Instrumentation.Runtime
  dependency-version: 1.15.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-dependencies
- dependency-name: System.CommandLine
  dependency-version: 2.0.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-dependencies
- dependency-name: System.Linq.Async
  dependency-version: 7.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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 Apr 24, 2026
@dependabot dependabot Bot requested a review from PlagueHO as a code owner April 24, 2026 06:24
@dependabot dependabot Bot added .net .NET related issues and pull requests dependencies Dependency updates and management nuget NuGet package updates labels Apr 24, 2026
@github-actions
Copy link
Copy Markdown

Summary

Summary
Generated on: 04/24/2026 - 06:27:10
Parser: MultiReport (6x Cobertura)
Assemblies: 4
Classes: 181
Files: 155
Line coverage: 53.2% (7201 of 13535)
Covered lines: 7201
Uncovered lines: 6334
Coverable lines: 13535
Total lines: 20806
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 70% 25%
GenAIDBExplorer.Console.CommandHandlers.CommandHandler 81.8% 50%
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 100%
GenAIDBExplorer.Core.DataDictionary.DataDictionaryProvider 17.7% 5.3%
GenAIDBExplorer.Core.DataDictionary.TableDataDictionary 100%
GenAIDBExplorer.Core.Extensions.ServiceRegistrationExtensions 57.6% 41.6%
GenAIDBExplorer.Core.Models.Database.ReferenceInfo 0%
GenAIDBExplorer.Core.Models.Database.StoredProcedureInfo 100%
GenAIDBExplorer.Core.Models.Database.TableInfo 100%
GenAIDBExplorer.Core.Models.Database.ViewInfo 100%
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.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 100%
GenAIDBExplorer.Core.Models.SemanticModel.ChangeTracking.ChangeTracker 93.9% 91.6%
GenAIDBExplorer.Core.Models.SemanticModel.ChangeTracking.EntityStateChanged
EventArgs
100%
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 100% 81.2%
GenAIDBExplorer.Core.Models.SemanticModel.LazyLoading.LazyLoadingProxy 94.2% 75%
GenAIDBExplorer.Core.Models.SemanticModel.SemanticModel 76.4% 70.7%
GenAIDBExplorer.Core.Models.SemanticModel.SemanticModelColumn 63.6%
GenAIDBExplorer.Core.Models.SemanticModel.SemanticModelEntity 63.2% 33.3%
GenAIDBExplorer.Core.Models.SemanticModel.SemanticModelIndex 44.4%
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.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 100% 50%
GenAIDBExplorer.Core.Repository.Performance.PerformanceMetrics 100% 100%
GenAIDBExplorer.Core.Repository.Performance.PerformanceMonitor 87% 92.8%
GenAIDBExplorer.Core.Repository.Performance.PerformanceMonitor.OperationRec
ord
100%
GenAIDBExplorer.Core.Repository.Performance.PerformanceRecommendation 100% 50%
GenAIDBExplorer.Core.Repository.Performance.PerformanceTrackingContext 89.4% 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 100%
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 100%
GenAIDBExplorer.Core.SemanticModelQuery.SemanticModelQueryResult 100%
GenAIDBExplorer.Core.SemanticModelQuery.SemanticModelQueryService 10.8% 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 100%
GenAIDBExplorer.Core.SemanticVectors.Options.VectorOptionsValidator 63% 55.8%
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.Search.InMemoryVectorSearchService 0% 0%
GenAIDBExplorer.Core.SemanticVectors.Search.InMemoryVectorStoreAdapter 100% 50%
GenAIDBExplorer.Core.SemanticVectors.Search.SkInMemoryVectorSearchService 33.6% 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%

1 similar comment
@github-actions
Copy link
Copy Markdown

Summary

Summary
Generated on: 04/24/2026 - 06:27:10
Parser: MultiReport (6x Cobertura)
Assemblies: 4
Classes: 181
Files: 155
Line coverage: 53.2% (7201 of 13535)
Covered lines: 7201
Uncovered lines: 6334
Coverable lines: 13535
Total lines: 20806
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 70% 25%
GenAIDBExplorer.Console.CommandHandlers.CommandHandler 81.8% 50%
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 100%
GenAIDBExplorer.Core.DataDictionary.DataDictionaryProvider 17.7% 5.3%
GenAIDBExplorer.Core.DataDictionary.TableDataDictionary 100%
GenAIDBExplorer.Core.Extensions.ServiceRegistrationExtensions 57.6% 41.6%
GenAIDBExplorer.Core.Models.Database.ReferenceInfo 0%
GenAIDBExplorer.Core.Models.Database.StoredProcedureInfo 100%
GenAIDBExplorer.Core.Models.Database.TableInfo 100%
GenAIDBExplorer.Core.Models.Database.ViewInfo 100%
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.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 100%
GenAIDBExplorer.Core.Models.SemanticModel.ChangeTracking.ChangeTracker 93.9% 91.6%
GenAIDBExplorer.Core.Models.SemanticModel.ChangeTracking.EntityStateChanged
EventArgs
100%
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 100% 81.2%
GenAIDBExplorer.Core.Models.SemanticModel.LazyLoading.LazyLoadingProxy 94.2% 75%
GenAIDBExplorer.Core.Models.SemanticModel.SemanticModel 76.4% 70.7%
GenAIDBExplorer.Core.Models.SemanticModel.SemanticModelColumn 63.6%
GenAIDBExplorer.Core.Models.SemanticModel.SemanticModelEntity 63.2% 33.3%
GenAIDBExplorer.Core.Models.SemanticModel.SemanticModelIndex 44.4%
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.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 100% 50%
GenAIDBExplorer.Core.Repository.Performance.PerformanceMetrics 100% 100%
GenAIDBExplorer.Core.Repository.Performance.PerformanceMonitor 87% 92.8%
GenAIDBExplorer.Core.Repository.Performance.PerformanceMonitor.OperationRec
ord
100%
GenAIDBExplorer.Core.Repository.Performance.PerformanceRecommendation 100% 50%
GenAIDBExplorer.Core.Repository.Performance.PerformanceTrackingContext 89.4% 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 100%
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 100%
GenAIDBExplorer.Core.SemanticModelQuery.SemanticModelQueryResult 100%
GenAIDBExplorer.Core.SemanticModelQuery.SemanticModelQueryService 10.8% 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 100%
GenAIDBExplorer.Core.SemanticVectors.Options.VectorOptionsValidator 63% 55.8%
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.Search.InMemoryVectorSearchService 0% 0%
GenAIDBExplorer.Core.SemanticVectors.Search.InMemoryVectorStoreAdapter 100% 50%
GenAIDBExplorer.Core.SemanticVectors.Search.SkInMemoryVectorSearchService 33.6% 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

Unit Test Results

767 tests  ±0   765 ✅  - 2   37s ⏱️ -1s
  3 suites ±0     0 💤 ±0 
  3 files   ±0     2 ❌ +2 

For more details on these failures, see this check.

Results for commit 6e4727c. ± Comparison against base commit 3a9b14c.

@github-actions
Copy link
Copy Markdown

Unit Test Results

767 tests  ±0   765 ✅  - 2   36s ⏱️ ±0s
  3 suites ±0     0 💤 ±0 
  3 files   ±0     2 ❌ +2 

For more details on these failures, see this check.

Results for commit 6e4727c. ± Comparison against base commit 3a9b14c.

@PlagueHO
Copy link
Copy Markdown
Owner

@copilot fix the build

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 24, 2026

@copilot fix the build

Fixed in commit 02bc7e6.

The build failure was caused by Microsoft.Extensions.VectorData.Abstractions being upgraded to 10.5.0, which removed VectorSearchFilter. However, Microsoft.SemanticKernel.Connectors.InMemory 1.74.0-preview (the latest) still depends on that type. Downgraded VectorData.Abstractions back to 10.1.0 in Directory.Packages.props. All 658 unit tests now pass.

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