Skip to content

deps: Bump the nuget-dependencies group with 25 updates#105

Merged
PlagueHO merged 2 commits intomainfrom
dependabot/nuget/genai-database-explorer-service/src/GenAIDBExplorer.AppHost/nuget-dependencies-43a837feee
Mar 1, 2026
Merged

deps: Bump the nuget-dependencies group with 25 updates#105
PlagueHO merged 2 commits intomainfrom
dependabot/nuget/genai-database-explorer-service/src/GenAIDBExplorer.AppHost/nuget-dependencies-43a837feee

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 27, 2026

Updated Aspire.Hosting.JavaScript from 13.1.1 to 13.1.2.

Release notes

Sourced from Aspire.Hosting.JavaScript's releases.

13.1.2

What's Changed

Full Changelog: dotnet/aspire@v13.1.1...v13.1.2

Commits viewable in compare view.

Updated Azure.AI.Projects from 1.0.0-beta.5 to 1.1.0.

Release notes

Sourced from Azure.AI.Projects's releases.

1.1.0

1.1.0 (2025-12-04)

Features Added

  • Update api-version to 2025-07-01.
  • Removed ExperimentalAttribute on the assembly.

Breaking Changes

  • Removed model RedisEnterprisePrivateEndpointConnectionData. Please use RedisEnterprisePrivateEndpointConnection instead.
  • Changed the type of property RedisEnterpriseCluster.PrivateEndpointConnections from BicepList<RedisEnterprisePrivateEndpointConnectionData> to BicepList<RedisEnterprisePrivateEndpointConnection>.

1.1.0-beta.4

1.1.0-beta.4 (2025-12-16)

Features Added

  • Upgraded api-version 2025-03-01-preview.
  • Make Azure.ResourceManager.Nginx AOT compatible.

1.1.0-beta.2

1.1.0-beta.2 (2026-02-19)

Features Added

  • MCP (Model Context Protocol) Support: Added comprehensive support for MCP server integration

    • Added VoiceLiveMcpServerDefinition for configuring external MCP servers as tools
    • Added MCPApprovalType enum for controlling tool execution approval workflows ("always", "never")
    • Added VoiceLiveMcpTool class for representing MCP tool definitions with JSON schemas
    • Added MCP-specific session update events:
      • SessionUpdateMcpListToolsInProgress - Tool discovery started
      • SessionUpdateMcpListToolsCompleted - Tool discovery completed
      • SessionUpdateMcpListToolsFailed - Tool discovery failed
      • SessionUpdateResponseMcpCallArgumentsDelta - Tool call arguments streaming
      • SessionUpdateResponseMcpCallArgumentsDone - Tool call arguments complete
      • SessionUpdateResponseMcpCallInProgress - Tool execution started
      • SessionUpdateResponseMcpCallCompleted - Tool execution completed
      • SessionUpdateResponseMcpCallFailed - Tool execution failed
    • Added MCP-specific response items:
      • SessionResponseMcpListToolItem - Contains list of available tools from MCP server
      • SessionResponseMcpCallItem - Represents an MCP tool call with optional approval request
      • SessionResponseMcpApprovalRequestItem - Human-in-the-loop approval request
      • SessionResponseMcpApprovalResponseItem - Approval decision response
    • MCP configuration properties on VoiceLiveMcpServerDefinition:
      • ServerLabel - Unique identifier for the MCP server
      • ServerUrl - HTTP endpoint for the MCP server
      • Authorization - Optional authorization header value
      • Headers - Custom HTTP headers for MCP server requests
      • AllowedTools - Optional list of tool names to enable (whitelist)
      • RequireApproval - Approval policy for tool execution
  • Enhanced Avatar Configuration: Extended avatar capabilities with new configuration options

    • Added AvatarConfigTypes enum for avatar type selection ("photo_avatar", "video_avatar")
    • Added PhotoAvatarBaseModes enum for photo avatar model selection ("vasa1")
    • Added AvatarOutputProtocol enum for output protocol selection ("webrtc", "websocket")
    • New properties on AvatarConfiguration:
      • Type - Avatar type (photo or video)
      • Model - Base model for photo avatars
      • OutputProtocol - Protocol for avatar data streaming
  • Personal Voice Enhancements: Added prosody and localization controls for Azure Personal Voice

    • New properties on AzurePersonalVoice:
      • Locale - Primary locale for speech synthesis
      • PreferLocales - List of preferred fallback locales
      • Rate - Speech rate adjustment (e.g., "+10%", "-15%")
      • Pitch - Pitch adjustment (e.g., "+2st", "-1st")
      • Volume - Volume adjustment (e.g., "+6dB", "-3dB")
      • Style - Speaking style selection
        ... (truncated)

1.1.0-beta.1

1.1.0-beta.1 (2025-09-09)

Features Added

Upgrade to api-version 2025-07-01-preview:

  • Connector Templates: Create reusable templates to streamline connector configuration and deployment across Azure IoT Operations clusters.
  • ADR Namespaces: Enable logical isolation and security boundaries for managing assets and devices at scale.
  • Devices: Support for devices with inbound endpoints, including cross-connector capabilities.
  • ONVIF Connector: Integrate ONVIF-compliant cameras and devices for video and surveillance scenarios.
  • Media Connector: Ingest and process media streams from diverse sources with enhanced flexibility.
  • REST Connector: Connect to any RESTful endpoint, enabling seamless integration with external systems and APIs.
  • Enrich: Enhance incoming data with contextual metadata from REST endpoints to support advanced analytics.
  • Discovery of Devices and Assets: Automatically detect and onboard devices and assets, reducing manual configuration.
  • Regional Expansion: Azure IoT Operations is now deployable to Arc-connected clusters in the Germany West Central region. This support is available in the latest preview and backported to GA version 1.1.59
  • Advanced Dataflow Operations: Dataflow graphs allow for definitions of custom workflows and transformations. Custom operations can now be performed using WASMmodules provided by customers .

Other Changes

ExtendedLocation is now optional in the following resources:

  • IotOperationsBroker
  • IotOperationsBrokerListener
  • IotOperationsBrokerAuthentication
  • IotOperationsBrokerAuthorization
  • IotOperationsDataflowEndpoint
  • IotOperationsDataflowProfile
  • IotOperationsDataflow

1.0.3-beta.5815175

1.0.3-beta.5815175 (2026-01-29)

Other Changes

  • Release DPG library
  • Add Grow-up story

1.0.3-beta.5814383

1.0.3-beta.5814383 (2026-01-29)

Other Changes

  • Release DPG library
  • Add Grow-up story

1.0.3-beta.5814063

1.0.3-beta.5814063 (2026-01-29)

Other Changes

  • Release DPG library
  • Add Grow-up story

1.0.3-beta.5775447

1.0.3-beta.5775447 (2026-01-20)

Other Changes

  • Release DPG library
  • Add Grow-up story

1.0.0

1.0.0 (2025-12-30)

This is the first stable release of the Dell Storage Management client library.

Features Added

This package follows the new Azure SDK guidelines, and provides many core capabilities:

- Support MSAL.NET, Azure.Identity is out of box for supporting MSAL.NET.
- Support [OpenTelemetry](https://opentelemetry.io/) for distributed tracing.
- HTTP pipeline with custom policies.
- Better error-handling.
- Support uniform telemetry across all languages.

NOTE: For more information about unified authentication, please refer to Microsoft Azure Identity documentation for .NET.

1.0.0-beta.8

1.0.0-beta.8 (2026-02-11)

Bugs Fixed

  • Fixed Foundry conversation thread hydration to create agent-owned threads for AIAgent invocations, preventing "thread is not compatible with the agent" failures on /responses.
  • Make conversationId Optional

1.0.0-beta.7

1.0.0-beta.7 (2026-02-10)

Features Added

  • Added Foundry conversation history hydration via FoundryConversationThreadRepository and Core conversation items API integration.
  • Added RunAIAgentAsync and RunWorkflowAgentAsync overloads accepting TokenCredential and optional project endpoint for Foundry-backed thread hydration.
  • Enabled automatic Foundry-backed thread repository creation in existing run extension methods when AZURE_AI_PROJECT_ENDPOINT is configured.

1.0.0-beta.6

1.0.0-beta.6 (2025-12-17)

Features Added

  • A new option to pass transparent statement verification key sets mapped to domain names for offline verification using CodeTransparencyVerificationOptions.OfflineKeys
  • A new option to restrict the use of a network resolution of the ledger keys when using OfflineKeys with CodeTransparencyVerificationOptions.OfflineKeysBehavior

Commits viewable in compare view.

Updated Azure.Identity from 1.17.1 to 1.18.0.

Release notes

Sourced from Azure.Identity's releases.

1.18.0

1.18.0 (2026-02-25)

Features Added

  • Added experimental Microsoft.Extensions.Configuration and Microsoft.Extensions.DependencyInjection integration for Azure SDK clients. For details, see the Configuration and Dependency Injection documentation.

  • The WorkloadIdentityCredentialOptions.IsAzureProxyEnabled property, which enables Azure Kubernetes token proxy mode, is only available in beta releases of this package.

  • AzureDeveloperCliCredential now parses JSON error output from azd auth token to extract clean error messages instead of including raw JSON in exceptions. Error messages like {"type":"consoleMessage","data":{"message":"ERROR: fetching token: ..."}} are now displayed as ERROR: fetching token: ....

1.18.0-beta.3

1.18.0-beta.3 (2026-02-20)

Breaking Changes

  • Renamed WorkloadIdentityCredentialOptions.IsAzureKubernetesTokenProxyEnabled to IsAzureProxyEnabled to follow .NET naming conventions for boolean properties.

Bugs Fixed

  • Fixed a NullReferenceException that occurred during X509Chain validation on Linux when using the Identity Bindings feature.

  • Disabled MSAL's internal retry logic for ConfidentialClientApplication and PublicClientApplication to prevent double retries when combined with Azure SDK's retry policy. Only the configured Azure SDK retry policy is applied, avoiding unexpected additional retry attempts.

Commits viewable in compare view.

Updated Azure.Security.KeyVault.Secrets from 4.8.0 to 4.9.0.

Release notes

Sourced from Azure.Security.KeyVault.Secrets's releases.

4.9.0

4.9.0 (2026-02-25)

Features Added

  • Added SecretClientSettings to support creating a SecretClient from IConfiguration, including configuration-based credential resolution and dependency injection registration.
  • Added the outContentType query parameter to the SecretClient.GetSecret and SecretClient.GetSecretAsync to specify the format in which the certificate will be returned.
  • Added the previousVersion property to SecretProperties.

Other Changes

  • The default service version is now 2025-07-01.

Commits viewable in compare view.

Updated Microsoft.AspNetCore.Mvc.Testing from 10.0.2 to 10.0.3.

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.Azure.Cosmos from 3.57.0 to 3.57.1.

Release notes

Sourced from Microsoft.Azure.Cosmos's releases.

3.57.1

3.57.1 - 2026-2-20

Fixed

  • 5613 CrossRegionHedgingAvailabilityStrategy: Fixes ArgumentNullException race condition in hedging cancellation

Commits viewable in compare view.

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

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.2 to 10.0.3.

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.2 to 10.0.3.

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.2 to 10.0.3.

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.2 to 10.0.3.

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.2 to 10.0.3.

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.2 to 10.0.3.

Release notes

Sourced from Microsoft.Extensions.Hosting's releases.

No release notes found for this version range.

Commits viewable in compare view.

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

Release notes

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

10.3.0

What's Changed

New Contributors

... (truncated)

10.2.0

What's Changed

New Contributors

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

Commits viewable in compare view.

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

Release notes

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

10.3.0

What's Changed

New Contributors

... (truncated)

Commits viewable in compare view.

Updated Microsoft.Extensions.Logging from 10.0.2 to 10.0.3.

Release notes

Sourced from Microsoft.Extensions.Logging's releases.

No release notes found for this version range.

Commits viewable in compare view.

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

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.ServiceDiscovery from 10.1.0 to 10.3.0.

Release notes

Sourced from Microsoft.Extensions.ServiceDiscovery's releases.

10.3.0

What's Changed

New Contributors

... (truncated)

10.2.0

What's Changed

New Contributors

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

Commits viewable in compare view.

Updated Microsoft.Extensions.VectorData.Abstractions from 9.7.0 to 10.0.0.

Release notes

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

10.0.0

Changes:

  • cec0cba23cc0ce6754d9c95efc4f29c2653a0e37 .Net: Bump SK to 1.7.2 and MEVD to 10.0.0 (#​13567)
  • c86a59ae04d0ca1ec74e784388f4a0c2edafcf50 .Net: Update Microsoft.SemanticKernel packages to 1.71.0 (#​13571) [ #​13570 ]
  • 8513c2ac00fbbd61af714e15a3ca4803db570d5b .Net: [MEVD] Cosmos NoSQL provider work on keys, partition keys and point reads (#​13550)
  • 91f795605e42f0dd03ed9cdfaf4ffd8bdb1ae553 .Net: Bumping - Version 1.71.0 (#​13552)
  • 1b8b08b0ee72e6a26494009e2724c38010bd0ea3 Remove unused workflow (#​13545)
  • c6f07d65f498dca5bb74fcc72f2f96d96e0c2fa4 .Net: Implement SQL Server hybrid search (#​13512) [ #​11080 ]
  • e8b4862d0372478bfe9a26f86e5010f033e7a098 .Net: [MEVD] Map DateTime to timestamptz on PostgreSQL (#​13514) [ #​10641 ]
  • 898b9fe6916623b59540995b3d579f959aa3332a Python: Bump urllib3 from 2.3.0 to 2.6.3 in /python (#​13496) [ urllib3/urllib3#​3743, urllib3/urllib3#​3752, urllib3/urllib3#​3734, #​3731, #​3743, #​3752, #​3734, #​3755, #​3747, #​3748, #​3750, #​3749, #​3746 ]
  • 31588993aed36faab226c1b4da5dc8df1a64faa3 Python: Bump azure-core from 1.36.0 to 1.38.0 in /python (#​13495) [ #​44084, #​44609, #​44590, #​44574, #​44398, #​44343, #​44328, #​43201, #​43435 ]
  • 0d283ea9add3040b62449786bf81a1c23c66ce04 Python: Version bump and dependency updates (#​13533)
See More
  • 7a74a262272fb89c3761e1301626ba3d19f9f990 .Net: Update DirectoryObjects.yml URL from dev to main branch (#​13526)
  • 07f55e34b70baf7624418eb567dd0c4b59ee7c77 Python: Bump authlib from 1.6.5 to 1.6.6 in /python (#​13489) [ authlib/authlib#​778, authlib/authlib#​842, authlib/authlib#​844, #​844, #​778, #​743 ]
  • 6a8864f7799d87dc75f3d03770f0fe47f81e0832 Python: Bump virtualenv from 20.35.4 to 20.36.1 in /python (#​13491) [ pypa/virtualenv#​3011, pypa/virtualenv#​3013, pypa/virtualenv#​2981, pypa/virtualenv#​2982, pypa/virtualenv#​2989, pypa/virtualenv#​2990, pypa/virtualenv#​2996, pypa/virtualenv#​3001, pypa/virtualenv#​3002, pypa/virtualenv#​3007, pypa/virtualenv#​3006, pypa/virtualenv#​3008, #​3013, #​3011, #​3008, #​3, #​3007, #​2997, #​3001 ]
  • c2881501bc81032cc35d0a5c0af7720998416559 Python: Bump python-multipart from 0.0.20 to 0.0.22 in /python (#​13493) [ ludex/python-multipart#​216, ludex/python-multipart#​203, #​216, #​222, #​221, #​219, #​218, #​217, #​214, #​212, #​210 ]
  • 1a0caff234e24c6ea603185f281cfa790ab03346 Python: Bump aiohttp from 3.13.2 to 3.13.3 in /python (#​13494)
  • 4b499433e28252551f218da50a383c1797141c76 Python: Bump protobuf from 5.29.5 to 5.29.6 in /python (#​13513) [ protocolbuffers/protobuf#​25296, protocolbuffers/protobuf#​25161, #​25168, #​24115, #​23369, #​15633 ]
  • 1dcfda04aecbe385062ef1a6d661ab2ffc4d67e5 Python: Bump nbconvert from 7.16.6 to 7.17.0 in /python (#​13528) [ #​2227, #​2264, #​2261, #​2228, #​2226, #​2267, #​2238, #​2237, #​2231, #​2229, #​2224, #​2221, #​2232 ]
  • d6d4f3bc124b998da16e9e20460d9dd89a15fbbe Python: refinement of filtering (#​13505)
  • c4d0a623f22a9a138e98759127525ce9d47d3607 .Net: Update Microsoft.SemanticKernel packages from 1.68.0 to 1.70.0 (#​13524) [ #​13523 ]
  • b0d621f2a682f4d6915c4a9b44384353cbbfdbe9 .Net: Implement PostgreSQL hybrid search (#​13502) [ #​13501, #​11084, #​10359 ]
  • 7d7a6494e55b1ceb65b32bcee2e9faeb4d0c0fd8 .Net: [MEVD] Implement support for score threshold (#​13501) [ #​9566 ]
  • 838b9511723b32e34956370313d9466045f9a453 Python: Bump Python version to 1.39.3 for a release (#​13503)
  • b6f95e2c453dfae0ca41be738c30c73517c2795f Python: Add class validation for Dapr Runtime step loading (#​13499)
  • cbb1f219d072c1266e0acd4c7694482c9ae64a7c .Net: [MEVD] Introduce FilterTranslatorBase and remove duplication (#​13485)
  • a3be1fd29946a855adccba98f4360caf90273890 Bump actions/setup-dotnet from 4 to 5 (#​13137) [ actions/setup-dotnet#​654, actions/setup-dotnet#​622, actions/setup-dotnet#​591, actions/setup-dotnet#​594, actions/setup-dotnet#​639, actions/setup-dotnet#​641, actions/setup-dotnet#​652, actions/setup-dotnet#​662, actions/setup-dotnet#​647, actions/setup-dotnet#​572, actions/setup-dotnet#​566, dotnet/install-scripts#​559, actions/setup-dotnet#​615, actions/setup-dotnet#​587, actions/setup-dotnet#​585, actions/setup-dotnet#​586, actions/setup-dotnet#​590, actions/setup-dotnet#​592, actions/setup-dotnet#​596, #​654, #​662, #​652, #​641, #​639, #​594, #​591, #​647, #​622 ]
  • 8f301a1879591b7b849eefc768ca6498b495872a Bump mdast-util-to-hast from 13.2.0 to 13.2.1 in /dotnet/samples/Demos/ProcessWithCloudEvents/ProcessWithCloudEvents.Client (#​13409)
  • 33e58829a13b295067ed0fccd0a285a88d7d825c .Net: Bump form-data from 4.0.2 to 4.0.4 in /dotnet/samples/Demos/ProcessFrameworkWithSignalR (#​12979) [ #​577 ]
  • 1b9d5f142ce5d8d14c15a24fc69aa6a59597309c Bump vite from 6.2.7 to 6.4.1 in /dotnet/samples/Demos/ProcessFrameworkWithSignalR/src/ProcessFramework.Aspire.SignalR.ReactFrontend (#​13388) [ #​19878, #​19805, #​19836, #​19793, #​19792, #​19794, #​19828 ]
  • d3ac002ac9c44725f0279124eb47213c726f0252 .Net: Remove old MEVD integration tests (#​13484) [ #​12506 ]
  • 5b27a727a2190d8c251f17e0a0fbb78a3c59d96f Python: Add file upload security controls to SessionsPythonPlugin (#​13478)
  • af0761c69e4497fd759b616206899c106f0fa710 .Net: Adding copilot cli to the codespace definition (#​13479)
  • 7918395b47efba61624141f27d9848df559de79e .Net: [MEVD] Implement key auto-generation (#​13466) [ #​11485 ]
  • fe11ab6ab5452d49d5acf2a5f17a3852dab6a2e0 .Net: [MEVD] Support .Any(x => x.Contains(...)) in filters (#​13471) [ #​13470, #​13152 ]
  • 5794549af7a6908a8ad4c957f72ad6df52efb7fa .Net: [MEVD] Ensure identifiers are properly quoted (#​13470) [ #​12161 ]
  • b0a185b7fa521cd0c0aaa2e6eade297b8909c18f .Net: ItCanReturnImageUrlAsync test is flakey so skipping (#​13472)
  • 3ce1a84d3b3b66a4a3379ce706137e68c982527a .Net: Use testcontainer for SQL Server 2025 (#​13465)
  • 4e055e8fdf065e262d924830f121617da7d237de .Net: Add agentic tool registration guide to SK -> AF migration. (#​13464) [ microsoft/agent-framework#​3276 ]
  • 1fe41e17a90e002aa7f4f834f7ebd9475d80803c .Net: Version 1.70.0 (#​13468)
  • 9118743eac7600c629858d25ad2ce668f3ac3b5d .Net: Add ThoughtSignature support for Gemini function calling (#​13418) [ #​13417 ]
  • e696dc7d525b5d7dc664318bbdee6d3e008a3db5 Python: Add directory allowlist configuration for SessionsPythonTool file (#​13467)
  • f9870641542af1bc0d9dc75ace8ccc5b6321027f .Net: Use official Google.GenAI IChatClient implementation (#​13404)
  • 72bc02551fdf4c00bb2315856db5548704166438 Python: added allowed_domains to HttpPlugin (#​13462)
  • 3b61c786c9b4f9a8224f39f647859fd51af4c902 .Net: Version 1.69.0 (#​13460)
  • 1e1fb14d68eb67151473fe8a8e0cc0aef9f57ba1 Python: Bump Python version to 1.39.2 for a release (#​13459)
    ... (truncated)

Commits viewable in compare view.

Updated OpenTelemetry.Exporter.OpenTelemetryProtocol from 1.14.0 to 1.15.0.

Release notes

Sourced from OpenTelemetry.Exporter.OpenTelemetryProtocol's releases.

1.15.0

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

The following changes are from the previous release 1.14.0.

  • NuGet: OpenTelemetry v1.15.0

    • Added support for the OTEL_SDK_DISABLED environment variable in TracerProvider,
      MeterProvider, and LoggerProvider. When OTEL_SDK_DISABLED=true,
      the SDK returns no-op implementations for all telemetry signals.
      The OTEL_SDK_DISABLED environment variable is only evaluated upon application
      startup, later changes have no effect.
      (#​6568)

    • Added LowMemory temporality as an option in the OTLP metrics exporter.
      (#​6648)

    • Added support for Meter.TelemetrySchemaUrl property.
      (#​6714)

    • Improve performance and reduce memory consumption for metrics histograms.
      (#​6715)

    • Decode value in OTEL_RESOURCE_ATTRIBUTES environment variable.
      (#​6737)

    See CHANGELOG for details.

  • NuGet: OpenTelemetry.Api v1.15.0

    • Added a new overload for TracerProvider.GetTracer which accepts an optional
      string? schemaUrl parameter, allowing a schema URL to be set on the Tracer.
      (#​6736)

    See CHANGELOG for details.

  • NuGet: OpenTelemetry.Api.ProviderBuilderExtensions v1.15.0

    No notable changes.

    See CHANGELOG for details.

  • NuGet: OpenTelemetry.Exporter.Console v1.15.0

    • Added support for ActivitySource.TelemetrySchemaUrl property.
      (#​6713)

    • Added support for Meter.TelemetrySchemaUrl property.
      (#​6714)

    See CHANGELOG for details.
    ... (truncated)

1.15.0-beta.1

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

Commits viewable in compare view.

Updated OpenTelemetry.Extensions.Hosting from 1.14.0 to 1.15.0.

Release notes

Sourced from OpenTelemetry.Extensions.Hosting's releases.

1.15.0

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

The following changes are from the previous release 1.14.0.

  • NuGet: OpenTelemetry v1.15.0

    • Added support for the OTEL_SDK_DISABLED environment variable in TracerProvider,
      MeterProvider, and LoggerProvider. When OTEL_SDK_DISABLED=true,
      the SDK returns no-op implementations for all telemetry signals.
      The OTEL_SDK_DISABLED environment variable is only evaluated upon application
      startup, later changes have no effect.
      (#​6568)

    • Added LowMemory temporality as an option in the OTLP metrics exporter.
      (#​6648)

    • Added support for Meter.TelemetrySchemaUrl property.
      (#​6714)

    • Improve performance and reduce memory consumption for metrics histograms.
      (#​6715)

    • Decode value in OTEL_RESOURCE_ATTRIBUTES environment variable.
      (#​6737)

    See CHANGELOG for details.

  • NuGet: OpenTelemetry.Api v1.15.0

    • Added a new overload for TracerProvider.GetTracer which accepts an optional
      string? schemaUrl parameter, allowing a schema URL to be set on the Tracer.
      (#​6736)

    See CHANGELOG for details.

  • NuGet: OpenTelemetry.Api.ProviderBuilderExtensions v1.15.0

    No notable changes.

    See CHANGELOG for details.

  • NuGet: OpenTelemetry.Exporter.Console v1.15.0

    • Added support for ActivitySource.TelemetrySchemaUrl property.
      (#​6713)

    • Added support for Meter.TelemetrySchemaUrl property.
      (#​6714)

    See CHANGELOG for details.
    ... (truncated)

1.15.0-beta.1

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

Commits viewable in compare view.

Updated OpenTelemetry.Instrumentation.AspNetCore from 1.14.0 to 1.15.0.

Release notes

Sourced from OpenTelemetry.Instrumentation.AspNetCore's releases.

1.15.0

1.15.0-rc.1

1.15.0-beta.2

1.15.0-beta.1

1.15.0-alpha.1

1.14.2

Description has been truncated


This change is Reviewable

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

github-actions bot commented Feb 27, 2026

Unit Test Results

721 tests  ±0   721 ✅ ±0   38s ⏱️ ±0s
  3 suites ±0     0 💤 ±0 
  3 files   ±0     0 ❌ ±0 

Results for commit e66cdaf. ± Comparison against base commit 7e2d6bd.

♻️ This comment has been updated with latest results.

@PlagueHO
Copy link
Owner

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/nuget/genai-database-explorer-service/src/GenAIDBExplorer.AppHost/nuget-dependencies-43a837feee branch from 6c9d918 to e4c5e23 Compare February 28, 2026 18:44
@PlagueHO
Copy link
Owner

@dependabot recreate

Bumps Aspire.Hosting.JavaScript from 13.1.1 to 13.1.2
Bumps Azure.AI.Projects from 1.0.0-beta.5 to 1.1.0
Bumps Azure.Identity from 1.17.1 to 1.18.0
Bumps Azure.Security.KeyVault.Secrets from 4.8.0 to 4.9.0
Bumps Microsoft.AspNetCore.Mvc.Testing from 10.0.2 to 10.0.3
Bumps Microsoft.Azure.Cosmos from 3.57.0 to 3.57.1
Bumps Microsoft.Extensions.Caching.Memory from 10.0.2 to 10.0.3
Bumps Microsoft.Extensions.Configuration from 10.0.2 to 10.0.3
Bumps Microsoft.Extensions.Configuration.Binder from 10.0.2 to 10.0.3
Bumps Microsoft.Extensions.Configuration.FileExtensions from 10.0.2 to 10.0.3
Bumps Microsoft.Extensions.Configuration.Json from 10.0.2 to 10.0.3
Bumps Microsoft.Extensions.DependencyInjection from 10.0.2 to 10.0.3
Bumps Microsoft.Extensions.Hosting from 10.0.2 to 10.0.3
Bumps Microsoft.Extensions.Http.Resilience to 10.3.0
Bumps Microsoft.Extensions.Logging from 10.0.2 to 10.0.3
Bumps Microsoft.Extensions.Options.ConfigurationExtensions from 10.0.2 to 10.0.3
Bumps Microsoft.Extensions.ServiceDiscovery from 10.1.0 to 10.3.0
Bumps Microsoft.Extensions.VectorData.Abstractions from 9.7.0 to 10.0.0
Bumps OpenTelemetry.Exporter.OpenTelemetryProtocol from 1.14.0 to 1.15.0
Bumps OpenTelemetry.Extensions.Hosting from 1.14.0 to 1.15.0
Bumps OpenTelemetry.Instrumentation.AspNetCore from 1.14.0 to 1.15.0
Bumps OpenTelemetry.Instrumentation.Http from 1.14.0 to 1.15.0
Bumps OpenTelemetry.Instrumentation.Runtime from 1.14.0 to 1.15.0
Bumps Scriban from 6.2.1 to 6.5.3
Bumps System.CommandLine from 2.0.2 to 2.0.3

---
updated-dependencies:
- dependency-name: Aspire.Hosting.JavaScript
  dependency-version: 13.1.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-dependencies
- dependency-name: Azure.AI.Projects
  dependency-version: 1.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-dependencies
- dependency-name: Azure.Identity
  dependency-version: 1.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-dependencies
- dependency-name: Azure.Security.KeyVault.Secrets
  dependency-version: 4.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-dependencies
- dependency-name: Microsoft.AspNetCore.Mvc.Testing
  dependency-version: 10.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-dependencies
- dependency-name: Microsoft.Azure.Cosmos
  dependency-version: 3.57.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-dependencies
- dependency-name: Microsoft.Extensions.Caching.Memory
  dependency-version: 10.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-dependencies
- dependency-name: Microsoft.Extensions.Configuration
  dependency-version: 10.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-dependencies
- dependency-name: Microsoft.Extensions.Configuration.Binder
  dependency-version: 10.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-dependencies
- dependency-name: Microsoft.Extensions.Configuration.FileExtensions
  dependency-version: 10.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-dependencies
- dependency-name: Microsoft.Extensions.Configuration.Json
  dependency-version: 10.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-dependencies
- dependency-name: Microsoft.Extensions.DependencyInjection
  dependency-version: 10.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-dependencies
- dependency-name: Microsoft.Extensions.Hosting
  dependency-version: 10.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-dependencies
- dependency-name: Microsoft.Extensions.Logging
  dependency-version: 10.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-dependencies
- dependency-name: Microsoft.Extensions.Hosting
  dependency-version: 10.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-dependencies
- dependency-name: Microsoft.Extensions.Http.Resilience
  dependency-version: 10.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-dependencies
- dependency-name: Microsoft.Extensions.Http.Resilience
  dependency-version: 10.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-dependencies
- dependency-name: Microsoft.Extensions.Logging
  dependency-version: 10.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-dependencies
- dependency-name: Microsoft.Extensions.Options.ConfigurationExtensions
  dependency-version: 10.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-dependencies
- dependency-name: Microsoft.Extensions.ServiceDiscovery
  dependency-version: 10.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-dependencies
- dependency-name: Microsoft.Extensions.VectorData.Abstractions
  dependency-version: 10.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: nuget-dependencies
- dependency-name: Microsoft.Extensions.VectorData.Abstractions
  dependency-version: 10.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: nuget-dependencies
- dependency-name: Microsoft.Extensions.VectorData.Abstractions
  dependency-version: 10.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: nuget-dependencies
- dependency-name: OpenTelemetry.Exporter.OpenTelemetryProtocol
  dependency-version: 1.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-dependencies
- dependency-name: OpenTelemetry.Extensions.Hosting
  dependency-version: 1.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-dependencies
- dependency-name: OpenTelemetry.Instrumentation.AspNetCore
  dependency-version: 1.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-dependencies
- dependency-name: OpenTelemetry.Instrumentation.Http
  dependency-version: 1.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-dependencies
- dependency-name: OpenTelemetry.Instrumentation.Runtime
  dependency-version: 1.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-dependencies
- dependency-name: Scriban
  dependency-version: 6.5.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-dependencies
- dependency-name: System.CommandLine
  dependency-version: 2.0.3
  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 force-pushed the dependabot/nuget/genai-database-explorer-service/src/GenAIDBExplorer.AppHost/nuget-dependencies-43a837feee branch from e4c5e23 to d88c3bc Compare February 28, 2026 21:50
- Bumped Microsoft.SemanticKernel.Connectors.InMemory package version to 1.72.0-preview in both project files.
- Modified KeyVaultConfigurationProvider to retrieve secrets without specifying a version.
@github-actions
Copy link

github-actions bot commented Mar 1, 2026

Summary

Summary
Generated on: 03/01/2026 - 00:52:18
Parser: MultiReport (6x Cobertura)
Assemblies: 4
Classes: 195
Files: 159
Line coverage: 52.4% (7061 of 13469)
Covered lines: 7061
Uncovered lines: 6408
Coverable lines: 13469
Total lines: 20565
Branch coverage: 43.5% (1733 of 3982)
Covered branches: 1733
Total branches: 3982
Method coverage: Feature is only available for sponsors

Coverage

GenAIDBExplorer.Api - 51%
Name Line Branch
GenAIDBExplorer.Api 51% 33%
GenAIDBExplorer.Api.Endpoints.ModelEndpoints 84.2% 100%
GenAIDBExplorer.Api.Endpoints.ProjectEndpoints 68.7% 64.2%
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.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 60.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 - 55.5%
Name Line Branch
GenAIDBExplorer.Core 55.5% 44.1%
GenAIDBExplorer.Core.ChatClients.ChatClientFactory 100% 100%
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 51.4% 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.FoundryModelsDefaultSettings 100%
GenAIDBExplorer.Core.Models.Project.FoundryModelsSettings 100%
GenAIDBExplorer.Core.Models.Project.LazyLoadingConfiguration 100%
GenAIDBExplorer.Core.Models.Project.LocalDiskConfiguration 100%
GenAIDBExplorer.Core.Models.Project.NotEmptyOrWhitespaceAttribute 66.6% 50%
GenAIDBExplorer.Core.Models.Project.PerformanceMonitoringConfiguration 100%
GenAIDBExplorer.Core.Models.Project.Project 78.5% 53.3%
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 83.3%
GenAIDBExplorer.Core.SemanticModelQuery.SemanticModelSearchService 100% 50%
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 36.1% 20%
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%

@PlagueHO PlagueHO merged commit 603adc7 into main Mar 1, 2026
11 checks passed
@PlagueHO PlagueHO deleted the dependabot/nuget/genai-database-explorer-service/src/GenAIDBExplorer.AppHost/nuget-dependencies-43a837feee branch March 1, 2026 01:09
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