Skip to content

Bump the all-dependencies group with 47 updates#1393

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/nuget/data/BookingsDataExtracts/all-dependencies-d9ecbf36b6
Open

Bump the all-dependencies group with 47 updates#1393
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/nuget/data/BookingsDataExtracts/all-dependencies-d9ecbf36b6

Conversation

@dependabot
Copy link
Contributor

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

Updated AutoMapper from 14.0.0 to 16.0.0.

Release notes

Sourced from AutoMapper's releases.

16.0.0

What's Changed

Full Changelog: LuckyPennySoftware/AutoMapper@v15.1.0...v16.0.0

16.0.0-beta-1

What's Changed

Full Changelog: LuckyPennySoftware/AutoMapper@v15.1.0...v16.0.0-beta-1

This release is a beta release that introduces .NET 10 support and package signing. Signed packages means going forward packages can be validated against trusted authorities that the package has been published by Lucky Penny Software and not tampered with.

15.1.0

What's Changed

New Contributors

Full Changelog: LuckyPennySoftware/AutoMapper@v15.0.1...v15.1.0

15.0.1

What's Changed

Full Changelog: LuckyPennySoftware/AutoMapper@v15.0.0...v15.0.1

This release supersedes the 15.0.0 release, reverting behavior and overloads so that the AddAutoMapper overloads separate the "scanning for maps" from the "scanning for dependencies". Unfortunately it's not really possible to combine these two together.

This also fixes a critical bug in #​4545 that does not work with .NET 4.x applications (as intended).

Because of this, the 15.0.0 will be delisted because of the breaking changes there.

15.0.0

Full Changelog: LuckyPennySoftware/AutoMapper@v14.0.0...v15.0.0

  • Added support for .NET Standard 2.0
  • Requiring license key
  • Moving from MIT license to dual commercial/OSS license

To set your license key:

services.AddAutoMapper(cfg => {
    cfg.LicenseKey = "<License key here>";
});

This also introduced a breaking change with MapperConfiguration requiring an ILoggerFactory for logging purposes:

public MapperConfiguration(MapperConfigurationExpression configurationExpression, ILoggerFactory loggerFactory)

Registering AutoMapper with services.AddAutoMapper will automatically supply this parameter. Otherwise you'll need to supply the logger factory.

You can obtain your license key at AutoMapper.io

Commits viewable in compare view.

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

Release notes

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

No release notes found for this version range.

Commits viewable in compare view.

Updated Azure.Storage.Blobs from 12.24.0 to 12.27.0.

Release notes

Sourced from Azure.Storage.Blobs's releases.

12.27.0

12.27.0 (2026-01-08)

Features Added

  • Includes all features from 12.27.0-beta.1

12.27.0-beta.1

12.27.0-beta.1 (2026-01-20)

Features Added

  • This release contains bug fixes to improve quality.

Other Changes

  • Changed the default concurrency upload count from 5 to Math.Clamp(Environment.ProcessorCount * 2, 8, 32). This controls the maximum number of concurrent tasks that will be used during large uploads, and this change should result in higher throughput for these operations by default in most environments. This can be reverted by enabling "Azure.Storage.UseLegacyDefaultConcurrency" in the AppContext switch or "AZURE_STORAGE_USE_LEGACY_DEFAULT_CONCURRENCY" in the environment variable.

12.26.0

12.26.0 (2026-01-08)

Features Added

  • This release contains bug fixes to improve quality.

12.26.0-beta.1

12.26.0-beta.1 (2026-01-20)

Features Added

  • Added support for service version 2026-04-06.
  • Added support for Content Validation via Structured Message
  • Added cross-tenant support for Principal-Bound User Delegation SAS.
  • Added support for Dynamic User Delegation SAS.

Other Changes

  • Changed the default concurrency transfer count from 5 to Math.Clamp(Environment.ProcessorCount * 2, 8, 32). This controls the maximum number of concurrent tasks that will be used during large downloads or uploads, and this change should result in higher throughput for these operations by default in most environments. This can be reverted by enabling "Azure.Storage.UseLegacyDefaultConcurrency" in the AppContext switch or "AZURE_STORAGE_USE_LEGACY_DEFAULT_CONCURRENCY" in the environment variable.

12.25.0

12.25.0 (2026-01-08)

Features Added

  • Includes all features from 12.25.0-beta.1

12.25.0-beta.1

12.25.0-beta.1 (2026-01-20)

Features Added

  • Added support for service version 2026-04-06.

Commits viewable in compare view.

Updated FluentValidation from 12.0.0 to 12.1.1.

Release notes

Sourced from FluentValidation's releases.

12.1.0

Release notes

Please read the upgrade guide if you are moving from 11.x to 12.x

Changes in 12.1.0

  • Add Tamil language (#​2334)
  • Add Telugu language (#​2333)
  • Fixes to Japanese translations (#​2340)

Changes in 12.0.0

  • Drops support for netstandard2.0, netstandard2.1, .net 5, .net 6 and .net 7. Minimum supported platform is now .net 8.
  • Add support for dependent rules for custom rules (#​2170)
  • Removes deprecated DI extensions
  • Removes deprecated transform methods (#​2027)
  • Remove the ability to disable the root-model null check (#​2069)
  • Use Zomp.SyncMethodGenerator to clean up internal sync/async code paths and increase performance (#​2136)
  • Add Serbian (Cyrillic) language; rename existing Serbian to Serbian (Latin) (#​2283)

Downloads

Binaries can be downloaded from nuget:

Commits viewable in compare view.

Updated FluentValidation.DependencyInjectionExtensions from 12.0.0 to 12.1.1.

Release notes

Sourced from FluentValidation.DependencyInjectionExtensions's releases.

12.1.0

Release notes

Please read the upgrade guide if you are moving from 11.x to 12.x

Changes in 12.1.0

  • Add Tamil language (#​2334)
  • Add Telugu language (#​2333)
  • Fixes to Japanese translations (#​2340)

Changes in 12.0.0

  • Drops support for netstandard2.0, netstandard2.1, .net 5, .net 6 and .net 7. Minimum supported platform is now .net 8.
  • Add support for dependent rules for custom rules (#​2170)
  • Removes deprecated DI extensions
  • Removes deprecated transform methods (#​2027)
  • Remove the ability to disable the root-model null check (#​2069)
  • Use Zomp.SyncMethodGenerator to clean up internal sync/async code paths and increase performance (#​2136)
  • Add Serbian (Cyrillic) language; rename existing Serbian to Serbian (Latin) (#​2283)

Downloads

Binaries can be downloaded from nuget:

Commits viewable in compare view.

Updated MassTransit from 8.4.1 to 9.0.0.

Release notes

Sourced from MassTransit's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated MassTransit.WebJobs.ServiceBus from 8.4.1 to 9.0.0.

Release notes

Sourced from MassTransit.WebJobs.ServiceBus's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Microsoft.ApplicationInsights.WorkerService from 2.23.0 to 3.0.0.

Release notes

Sourced from Microsoft.ApplicationInsights.WorkerService's releases.

3.0.0

3.0.0-rc1

3.0.0-beta2

Added

  • Automatic configuration binding from "ApplicationInsights" section in appsettings.json for both AspNetCore and WorkerService packages with configuration precedence: environment variables > explicit configuration > appsettings.json
  • Added support for Entra ID (Azure Active Directory) authentication using Azure.Core.TokenCredential
  • Added Self Diagnostics feature
  • Updated the default sampler from Fixed Rate to Rate-Limited Sampling.
  • Update Azure Monitor Exporter to 1.6.0-beta.2
  • Add comprehensive applicationinsights.config support
  • Add properties in TelemetryConfiguration to configure underlying exporter

Bug fix

  • Fix TrackMetric(MetricTelemetry) unsupported telemetry type error

3.0.0-beta1

  • The following Application Insights packages in this repo now use OpenTelemetry internally. OpenTelemetry is the industry standard for telemetry collection and provides better interoperability with other observability tools.
    • Microsoft.ApplicationInsights
    • Microsoft.ApplicationInsights.AspNetCore
    • Microsoft.ApplicationInsights.WorkerService
    • Microsoft.ApplicationInsights.Web
    • Microsoft.ApplicationInsights.NLogTarget
  • Classic APIs of the above packages are preserved; calls are translated to OpenTelemetry telemetry.
  • Other packages not listed above (such as certain auto-collectors and logging adapters that were published from this repo previously) will not have future versions published. See BreakingChanges.md for details.

Commits viewable in compare view.

Updated Microsoft.AspNetCore.Http from 2.3.0 to 2.3.9.

Release notes

Sourced from Microsoft.AspNetCore.Http's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Microsoft.Azure.Functions.Worker from 2.0.0 to 2.51.0.

Release notes

Sourced from Microsoft.Azure.Functions.Worker's releases.

2.51.0

What's Changed

Microsoft.Azure.Functions.Worker.OpenTelemetry 1.1.0

  • Updated OpenTelemetry NuGet packages and aligned implementation with Semantic Conventions v1.37. (#​3195)

2.50.0

What's Changed

Microsoft.Azure.Functions.Worker (metapackage) 2.50.0

  • Adding net10.0 TFM support.

Microsoft.Azure.Functions.Worker.Core 2.50.0

  • Adding net10.0 TFM support.

Microsoft.Azure.Functions.Worker.Grpc 2.50.0

  • Adding net10.0 TFM support.

2.1.0

What's Changed

  • Updates Microsoft.Azure.WebJobs.Extensions.RabbitMQ to 2.1.0.
    • Adds drain mode feature.

2.0.7

What's Changed

Microsoft.Azure.Functions.Worker.Sdk 2.0.7

  • Reversal of change to suppress generation of functions.metadata file.

2.0.6

What's Changed

Microsoft.Azure.Functions.Worker.Sdk 2.0.6

  • Build no longer generates functions.metadata if source-generated metadata provider is enabled. (#​2974)
  • Fixing dotnet run to work on Windows when core tools is installed from NPM (#​3127)
  • Microsoft.Azure.Functions.Worker.Sdk.Generators bumped to 1.3.6.

Microsoft.Azure.Functions.Worker.Sdk.Generators 1.3.6

  • Fix bug that results in duplicate properties recorded for a binding (#​3227)

2.0.5

What's Changed

Microsoft.Azure.Functions.Worker.Sdk 2.0.5

  • Address issue with design time build producing an error when project had not yet been built yet. (#​3081)

2.0.4

What's Changed

Microsoft.Azure.Functions.Worker.Extensions.RabbitMQ 2.0.4

  • Update Microsoft.Azure.WebJobs.Extensions.RabbitMQ to 2.0.4 (#​3019)

2.0.3

What's Changed

Microsoft.Azure.Functions.Worker.Sdk 2.0.3

  • Addresses issue with dotnet build --no-incremental failing build (PR #​2763, Issue #​2601)
  • Addresses issue with setting OutDir msbuild property failing build (PR #​2763, Issue #​2125)
  • Write worker.config and functions.metadata only if contents have changed. (#​2999)
  • Updates the generated extension csproj to be net8.0 (from net6.0)
  • Setting _ToolingSuffix for V10.0 TargetFrameworkVersion. (#​2983)
  • Enhanced error message for missing Azure Functions Core Tools in the user's environment. (#​2976)

Microsoft.Azure.Functions.Worker.Sdk.Generators 1.3.5

  • Update all generated classes to use GeneratedCodeAttribute. (#​2887)

2.0.2

What's Changed

Microsoft.Azure.Functions.Worker.Sdk 2.0.2

  • Update inner build to use Microsoft.NET.Sdk.Functions/4.6.0 (#​2968)
  • Updates the generated extension csproj to be net8.0 (from net6.0)

2.0.1

What's Changed

Microsoft.Azure.Functions.Worker.Extensions.Http.AspNetCore 2.0.1

  • [Bug Fix] Update ContextReference to no longer use a given invocation's cancellation token (#​2894)
    • This bug fix should fix the Request has finished and HttpContext disposed exceptions

Commits viewable in compare view.

Updated Microsoft.Azure.Functions.Worker.ApplicationInsights from 2.0.0 to 2.50.0.

Release notes

Sourced from Microsoft.Azure.Functions.Worker.ApplicationInsights's releases.

2.50.0

What's Changed

Microsoft.Azure.Functions.Worker (metapackage) 2.50.0

  • Adding net10.0 TFM support.

Microsoft.Azure.Functions.Worker.Core 2.50.0

  • Adding net10.0 TFM support.

Microsoft.Azure.Functions.Worker.Grpc 2.50.0

  • Adding net10.0 TFM support.

2.1.0

What's Changed

  • Updates Microsoft.Azure.WebJobs.Extensions.RabbitMQ to 2.1.0.
    • Adds drain mode feature.

2.0.7

What's Changed

Microsoft.Azure.Functions.Worker.Sdk 2.0.7

  • Reversal of change to suppress generation of functions.metadata file.

2.0.6

What's Changed

Microsoft.Azure.Functions.Worker.Sdk 2.0.6

  • Build no longer generates functions.metadata if source-generated metadata provider is enabled. (#​2974)
  • Fixing dotnet run to work on Windows when core tools is installed from NPM (#​3127)
  • Microsoft.Azure.Functions.Worker.Sdk.Generators bumped to 1.3.6.

Microsoft.Azure.Functions.Worker.Sdk.Generators 1.3.6

  • Fix bug that results in duplicate properties recorded for a binding (#​3227)

2.0.5

What's Changed

Microsoft.Azure.Functions.Worker.Sdk 2.0.5

  • Address issue with design time build producing an error when project had not yet been built yet. (#​3081)

2.0.4

What's Changed

Microsoft.Azure.Functions.Worker.Extensions.RabbitMQ 2.0.4

  • Update Microsoft.Azure.WebJobs.Extensions.RabbitMQ to 2.0.4 (#​3019)

2.0.3

What's Changed

Microsoft.Azure.Functions.Worker.Sdk 2.0.3

  • Addresses issue with dotnet build --no-incremental failing build (PR #​2763, Issue #​2601)
  • Addresses issue with setting OutDir msbuild property failing build (PR #​2763, Issue #​2125)
  • Write worker.config and functions.metadata only if contents have changed. (#​2999)
  • Updates the generated extension csproj to be net8.0 (from net6.0)
  • Setting _ToolingSuffix for V10.0 TargetFrameworkVersion. (#​2983)
  • Enhanced error message for missing Azure Functions Core Tools in the user's environment. (#​2976)

Microsoft.Azure.Functions.Worker.Sdk.Generators 1.3.5

  • Update all generated classes to use GeneratedCodeAttribute. (#​2887)

2.0.2

What's Changed

Microsoft.Azure.Functions.Worker.Sdk 2.0.2

  • Update inner build to use Microsoft.NET.Sdk.Functions/4.6.0 (#​2968)
  • Updates the generated extension csproj to be net8.0 (from net6.0)

2.0.1

What's Changed

Microsoft.Azure.Functions.Worker.Extensions.Http.AspNetCore 2.0.1

  • [Bug Fix] Update ContextReference to no longer use a given invocation's cancellation token (#​2894)
    • This bug fix should fix the Request has finished and HttpContext disposed exceptions

Commits viewable in compare view.

Updated Microsoft.Azure.Functions.Worker.Core from 2.0.0 to 2.51.0.

Release notes

Sourced from Microsoft.Azure.Functions.Worker.Core's releases.

2.51.0

What's Changed

Microsoft.Azure.Functions.Worker.OpenTelemetry 1.1.0

  • Updated OpenTelemetry NuGet packages and aligned implementation with Semantic Conventions v1.37. (#​3195)

2.50.0

What's Changed

Microsoft.Azure.Functions.Worker (metapackage) 2.50.0

  • Adding net10.0 TFM support.

Microsoft.Azure.Functions.Worker.Core 2.50.0

  • Adding net10.0 TFM support.

Microsoft.Azure.Functions.Worker.Grpc 2.50.0

  • Adding net10.0 TFM support.

2.1.0

What's Changed

  • Updates Microsoft.Azure.WebJobs.Extensions.RabbitMQ to 2.1.0.
    • Adds drain mode feature.

2.0.7

What's Changed

Microsoft.Azure.Functions.Worker.Sdk 2.0.7

  • Reversal of change to suppress generation of functions.metadata file.

2.0.6

What's Changed

Microsoft.Azure.Functions.Worker.Sdk 2.0.6

  • Build no longer generates functions.metadata if source-generated metadata provider is enabled. (#​2974)
  • Fixing dotnet run to work on Windows when core tools is installed from NPM (#​3127)
  • Microsoft.Azure.Functions.Worker.Sdk.Generators bumped to 1.3.6.

Microsoft.Azure.Functions.Worker.Sdk.Generators 1.3.6

  • Fix bug that results in duplicate properties recorded for a binding (#​3227)

2.0.5

What's Changed

Microsoft.Azure.Functions.Worker.Sdk 2.0.5

  • Address issue with design time build producing an error when project had not yet been built yet. (#​3081)

2.0.4

What's Changed

Microsoft.Azure.Functions.Worker.Extensions.RabbitMQ 2.0.4

  • Update Microsoft.Azure.WebJobs.Extensions.RabbitMQ to 2.0.4 (#​3019)

2.0.3

What's Changed

Microsoft.Azure.Functions.Worker.Sdk 2.0.3

  • Addresses issue with dotnet build --no-incremental failing build (PR #​2763, Issue #​2601)
  • Addresses issue with setting OutDir msbuild property failing build (PR #​2763, Issue #​2125)
  • Write worker.config and functions.metadata only if contents have changed. (#​2999)
  • Updates the generated extension csproj to be net8.0 (from net6.0)
  • Setting _ToolingSuffix for V10.0 TargetFrameworkVersion. (#​2983)
  • Enhanced error message for missing Azure Functions Core Tools in the user's environment. (#​2976)

Microsoft.Azure.Functions.Worker.Sdk.Generators 1.3.5

  • Update all generated classes to use GeneratedCodeAttribute. (#​2887)

2.0.2

What's Changed

Microsoft.Azure.Functions.Worker.Sdk 2.0.2

  • Update inner build to use Microsoft.NET.Sdk.Functions/4.6.0 (#​2968)
  • Updates the generated extension csproj to be net8.0 (from net6.0)

2.0.1

What's Changed

Microsoft.Azure.Functions.Worker.Extensions.Http.AspNetCore 2.0.1

  • [Bug Fix] Update ContextReference to no longer use a given invocation's cancellation token (#​2894)
    • This bug fix should fix the Request has finished and HttpContext disposed exceptions

Commits viewable in compare view.

Updated Microsoft.Azure.Functions.Worker.Extensions.CosmosDB from 4.12.0 to 4.14.0.

Release notes

Sourced from Microsoft.Azure.Functions.Worker.Extensions.CosmosDB's releases.

4.13.0

What's Changed

Microsoft.Azure.Functions.Worker.Extensions.CosmosDB 4.13.0

  • Update dependency Microsoft.Azure.WebJobs.Extensions.CosmosDB to 4.10.0 (#​3157)
  • Update dependency Microsoft.Extensions.Azure to 1.12.0 (#​3157)

Commits viewable in compare view.

Updated Microsoft.Azure.Functions.Worker.Extensions.Http.AspNetCore from 2.0.2 to 2.1.0.

Release notes

Sourced from Microsoft.Azure.Functions.Worker.Extensions.Http.AspNetCore's releases.

2.1.0

What's Changed

  • Updates Microsoft.Azure.WebJobs.Extensions.RabbitMQ to 2.1.0.
    • Adds drain mode feature.

2.0.7

What's Changed

Microsoft.Azure.Functions.Worker.Sdk 2.0.7

  • Reversal of change to suppress generation of functions.metadata file.

2.0.6

What's Changed

Microsoft.Azure.Functions.Worker.Sdk 2.0.6

  • Build no longer generates functions.metadata if source-generated metadata provider is enabled. (#​2974)
  • Fixing dotnet run to work on Windows when core tools is installed from NPM (#​3127)
  • Microsoft.Azure.Functions.Worker.Sdk.Generators bumped to 1.3.6.

Microsoft.Azure.Functions.Worker.Sdk.Generators 1.3.6

  • Fix bug that results in duplicate properties recorded for a binding (#​3227)

2.0.5

What's Changed

Microsoft.Azure.Functions.Worker.Sdk 2.0.5

  • Address issue with design time build producing an error when project had not yet been built yet. (#​3081)

2.0.4

What's Changed

Microsoft.Azure.Functions.Worker.Extensions.RabbitMQ 2.0.4

  • Update Microsoft.Azure.WebJobs.Extensions.RabbitMQ to 2.0.4 (#​3019)

2.0.3

What's Changed

Microsoft.Azure.Functions.Worker.Sdk 2.0.3

  • Addresses issue with dotnet build --no-incremental failing build (PR #​2763, Issue #​2601)
  • Addresses issue with setting OutDir msbuild property failing build (PR #​2763, Issue #​2125)
  • Write worker.config and functions.metadata only if contents have changed. (#​2999)
  • Updates the generated extension csproj to be net8.0 (from net6.0)
  • Setting _ToolingSuffix for V10.0 TargetFrameworkVersion. (#​2983)
  • Enhanced error message for missing Azure Functions Core Tools in the user's environment. (#​2976)

Microsoft.Azure.Functions.Worker.Sdk.Generators 1.3.5

  • Update all generated classes to use GeneratedCodeAttribute. (#​2887)

Commits viewable in compare view.

Updated Microsoft.Azure.Functions.Worker.Extensions.OpenApi from 1.5.1 to 1.6.0.

Release notes

Sourced from Microsoft.Azure.Functions.Worker.Extensions.OpenApi's releases.

1.6.0

Release Notes

  • Updating swagger-ui version to 5.29.0

Changes & Fixes

  • Updating swagger-ui version to 5.29.0 #​693

Commits viewable in compare view.

Updated Microsoft.Azure.Functions.Worker.Extensions.ServiceBus from 5.22.2 to 5.24.0.

Release notes

Sourced from Microsoft.Azure.Functions.Worker.Extensions.ServiceBus's releases.

5.24.0

What's Changed

Microsoft.Azure.Functions.Worker.Extensions.ServiceBus 5.24.0

  • Update minor dependencies
    • Azure.Identity to 1.16.0
    • Azure.Messaging.ServiceBus to 7.20.1
    • Microsoft.Extensions.Azure to 1.13.0
    • Google.Protobuf to 3.32.1
    • Grpc.Tools to 2.72.0

5.23.0

What's Changed

  • Update dependency Microsoft.Azure.WebJobs.Extensions.ServiceBus to 5.17.0 (#​3098)

Commits viewable in compare view.

Updated Microsoft.Azure.Functions.Worker.Sdk from 2.0.4 to 2.0.7.

Release notes

Sourced from Microsoft.Azure.Functions.Worker.Sdk's releases.

2.0.7

What's Changed

Microsoft.Azure.Functions.Worker.Sdk 2.0.7

  • Reversal of change to suppress generation of functions.metadata file.

2.0.6

What's Changed

Microsoft.Azure.Functions.Worker.Sdk 2.0.6

  • Build no longer generates functions.metadata if source-generated metadata provider is enabled. (#​2974)
  • Fixing dotnet run to work on Windows when core tools is installed from NPM (#​3127)
  • Microsoft.Azure.Functions.Worker.Sdk.Generators bumped to 1.3.6.

Microsoft.Azure.Functions.Worker.Sdk.Generators 1.3.6

  • Fix bug that results in duplicate properties recorded for a binding (#​3227)

2.0.5

What's Changed

Microsoft.Azure.Functions.Worker.Sdk 2.0.5

  • Address issue with design time build producing an error when project had not yet been built yet. (#​3081)

Commits viewable in compare view.

Updated Microsoft.Azure.WebJobs.Extensions.ServiceBus from 5.16.6 to 5.17.0.

Release notes

Sourced from Microsoft.Azure.WebJobs.Extensions.ServiceBus's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Microsoft.Extensions.Azure from 1.11.0 to 1.12.0.

Release notes

Sourced from Microsoft.Extensions.Azure's releases.

1.11.2

1.11.2 (2025-10-16)

Bugs Fixed

  • Fixed an issue in ArmDeploymentOperationProperties deserialization where StatusCode could be either a string or a number in JSON, causing InvalidOperationException when parsing an integer StatusCode.

Commits viewable in compare view.

Updated Microsoft.Extensions.Azure from 1.11.0 to 1.13.0.

Release notes

Sourced from Microsoft.Extensions.Azure's releases.

1.11.2

1.11.2 (2025-10-16)

Bugs Fixed

  • Fixed an issue in ArmDeploymentOperationProperties deserialization where StatusCode could be either a string or a number in JSON, causing InvalidOperationException when parsing an integer StatusCode.

Commits viewable in compare view.

Updated Microsoft.Extensions.Azure from 1.11.0 to 1.13.1.

Release notes

Sourced from Microsoft.Extensions.Azure's releases.

1.13.1

1.13.1 (2025-11-19)

Other Changes

  • Updated Azure.Identity dependency to version 1.17.1

1.11.2

1.11.2 (2025-10-16)

Bugs Fixed

  • Fixed an issue in ArmDeploymentOperationProperties deserialization where StatusCode could be either a string or a number in JSON, causing InvalidOperationException when parsing an integer StatusCode.

Commits viewable in compare view.

Updated Microsoft.Extensions.Caching.Abstractions from 9.0.5 to 10.0.2.

Release notes

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

10.0.0-preview.6.25358.103

You can build .NET 10.0 Preview 6 from the repository by cloning the release tag v10.0.0-preview.6.25358.103 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

10.0.0-preview.5.25277.114

You can build .NET 10.0 Preview 5 from the repository by cloning the release tag v10.0.0-preview.5.25277.114 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

10.0.0-preview.4.25258.110

You can build .NET 10.0 Preview 4 from the repository by cloning the release tag v10.0.0-preview.4.25258.110 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

10.0.0-preview.3.25171.5

You can build .NET 10.0 Preview 3 from the repository by cloning the release tag v10.0.0-preview.3.25171.5 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

10.0.0-preview.2.25163.2

You can build .NET 10.0 Preview 2 from the repository by cloning the release tag v10.0.0-preview.2.25163.2 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

10.0.0-preview.1.25080.5

You can build .NET 10.0 Preview 1 from the repository by cloning the release tag v10.0.0-preview.1.25080.5 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

9.0.113

You can build .NET 9.0 from the repository by cloning the release tag v9.0.113 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

9.0.112

You can build .NET 9.0 from the repository by cloning the release tag v9.0.112 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

9.0.111

You can build .NET 9.0 from the repository by cloning the release tag v9.0.111 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

9.0.110

You can build .NET 9.0 from the repository by cloning the release tag v9.0.110 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

9.0.109

You can build .NET 9.0 from the repository by cloning the release tag v9.0.109 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

9.0.101

You can build .NET 9.0 from the repository by cloning the release tag v9.0.101 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

9.0.7

You can build .NET 9.0 from the repository by cloning the release tag v9.0.7 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

9.0.6

You can build .NET 9.0 from the repository by cloning the release tag v9.0.6 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

Commits viewable in compare view.

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

Release notes

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

10.0.0-preview.6.25358.103

You can build .NET 10.0 Preview 6 from the repository by cloning the release tag v10.0.0-preview.6.25358.103 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

10.0.0-preview.5.25277.114

You can build .NET 10.0 Preview 5 from the repository by cloning the release tag v10.0.0-preview.5.25277.114 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

10.0.0-preview.4.25258.110

You can build .NET 10.0 Preview 4 from the repository by cloning the release tag v10.0.0-preview.4.25258.110 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

10.0.0-preview.3.25171.5

You can build .NET 10.0 Preview 3 from the repository by cloning the release tag v10.0.0-preview.3.25171.5 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

10.0.0-preview.2.25163.2

You can build .NET 10.0 Preview 2 from the repository by cloning the release tag v10.0.0-preview.2.25163.2 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

10.0.0-preview.1.25080.5

You can build .NET 10.0 Preview 1 from the repository by cloning the release tag v10.0.0-preview.1.25080.5 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

9.0.113

You can build .NET 9.0 from the repository by cloning the release tag v9.0.113 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

9.0.112

You can build .NET 9.0 from the repository by cloning the release tag v9.0.112 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

9.0.111

You can build .NET 9.0 from the repository by cloning the release tag v9.0.111 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

9.0.110

You can build .NET 9.0 from the repository by cloning the release tag v9.0.110 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

9.0.109

You can build .NET 9.0 from the repository by cloning the release tag v9.0.109 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

9.0.101

You can build .NET 9.0 from the repository by cloning the release tag v9.0.101 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

9.0.7

You can build .NET 9.0 from the repository by cloning the release tag v9.0.7 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

9.0.6

You can build .NET 9.0 from the repository by cloning the release tag v9.0.6 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

Commits viewable in compare view.

Updated Microsoft.Extensions.Configuration from 9.0.9 to 10.0.2.

Release notes

Sourced from Microsoft.Extensions.Configuration's releases.

10.0.0-preview.6.25358.103

You can build .NET 10.0 Preview 6 from the repository by cloning the release tag v10.0.0-preview.6.25358.103 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

10.0.0-preview.5.25277.114

You can build .NET 10.0 Preview 5 from the repository by cloning the release tag v10.0.0-preview.5.25277.114 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

10.0.0-preview.4.25258.110

You can build .NET 10.0 Preview 4 from the repository by cloning the release tag v10.0.0-preview.4.25258.110 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

10.0.0-preview.3.25171.5

You can build .NET 10.0 Preview 3 from the repository by cloning the release tag v10.0.0-preview.3.25171.5 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

10.0.0-preview.2.25163.2

You can build .NET 10.0 Preview 2 from the repository by cloning the release tag v10.0.0-preview.2.25163.2 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

10.0.0-preview.1.25080.5

You can build .NET 10.0 Preview 1 from the repository by cloning the release tag v10.0.0-preview.1.25080.5 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

9.0.113

You can build .NET 9.0 from the repository by cloning the release tag v9.0.113 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

9.0.112

You can build .NET 9.0 from the repository by cloning the release tag v9.0.112 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

9.0.111

You can build .NET 9.0 from the repository by cloning the release tag v9.0.111 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

9.0.110

You can build .NET 9.0 from the repository by cloning the release tag v9.0.110 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

9.0.109

You can build .NET 9.0 from the repository by cloning the release tag v9.0.109 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

9.0.101

You can build .NET 9.0 from the repository by cloning the release tag v9.0.101 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

Commits viewable in compare view.

Updated Microsoft.Extensions.Configuration from 10.0.1 to 10.0.2.

Release notes

Sourced from Microsoft.Extensions.Configuration's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Microsoft.Extensions.Configuration.AzureAppConfiguration from 8.2.0 to 8.4.0.

Release notes

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

8.4.0

Microsoft.Extensions.Configuration.AzureAppConfiguration 8.4.0 - September 19th, 2025

Enhancements

  • Added an overload of AddAzureAppConfiguration that accepts the endpoint and token credential. #​694

  • Added support for parsing json values with commen...

Description has been truncated

Bumps AutoMapper from 14.0.0 to 16.0.0
Bumps Azure.Security.KeyVault.Secrets from 4.7.0 to 4.8.0
Bumps Azure.Storage.Blobs from 12.24.0 to 12.27.0
Bumps FluentValidation from 12.0.0 to 12.1.1
Bumps FluentValidation.DependencyInjectionExtensions from 12.0.0 to 12.1.1
Bumps MassTransit from 8.4.1 to 9.0.0
Bumps MassTransit.WebJobs.ServiceBus from 8.4.1 to 9.0.0
Bumps Microsoft.ApplicationInsights.WorkerService from 2.23.0 to 3.0.0
Bumps Microsoft.AspNetCore.Http from 2.3.0 to 2.3.9
Bumps Microsoft.Azure.Functions.Worker from 2.0.0 to 2.51.0
Bumps Microsoft.Azure.Functions.Worker.ApplicationInsights from 2.0.0 to 2.50.0
Bumps Microsoft.Azure.Functions.Worker.Core from 2.0.0 to 2.51.0
Bumps Microsoft.Azure.Functions.Worker.Extensions.CosmosDB from 4.12.0 to 4.14.0
Bumps Microsoft.Azure.Functions.Worker.Extensions.Http.AspNetCore from 2.0.2 to 2.1.0
Bumps Microsoft.Azure.Functions.Worker.Extensions.OpenApi from 1.5.1 to 1.6.0
Bumps Microsoft.Azure.Functions.Worker.Extensions.ServiceBus from 5.22.2 to 5.24.0
Bumps Microsoft.Azure.Functions.Worker.Sdk from 2.0.4 to 2.0.7
Bumps Microsoft.Azure.WebJobs.Extensions.ServiceBus from 5.16.6 to 5.17.0
Bumps Microsoft.Extensions.Azure to 1.12.0, 1.13.0, 1.13.1
Bumps Microsoft.Extensions.Caching.Abstractions from 9.0.5 to 10.0.2
Bumps Microsoft.Extensions.Caching.Memory from 9.0.5 to 10.0.2
Bumps Microsoft.Extensions.Configuration to 10.0.2
Bumps Microsoft.Extensions.Configuration.AzureAppConfiguration from 8.2.0 to 8.4.0
Bumps Microsoft.Extensions.Configuration.Json to 10.0.2
Bumps Microsoft.Extensions.DependencyInjection from 9.0.5 to 10.0.2
Bumps Microsoft.Extensions.DependencyInjection.Abstractions to 10.0.0, 10.0.2
Bumps Microsoft.Extensions.Hosting from 9.0.0 to 10.0.2
Bumps Microsoft.Extensions.Hosting.Abstractions from 9.0.0 to 10.0.2
Bumps Microsoft.Extensions.Http from 9.0.5 to 10.0.2
Bumps Microsoft.Extensions.Logging to 10.0.2
Bumps Microsoft.Extensions.Logging.Abstractions to 10.0.2
Bumps Microsoft.Extensions.Logging.Console from 10.0.1 to 10.0.2
Bumps Microsoft.Extensions.Options to 10.0.0, 10.0.2
Bumps Microsoft.Extensions.Options.ConfigurationExtensions from 9.0.5 to 10.0.2
Bumps Microsoft.Extensions.TimeProvider.Testing from 10.1.0 to 10.2.0
Bumps Microsoft.FeatureManagement.AspNetCore from 4.1.0 to 4.4.0
Bumps Microsoft.NET.Test.Sdk from 17.14.1 to 18.0.1
Bumps Newtonsoft.Json from 13.0.3 to 13.0.4
Bumps Okta.Sdk from 9.2.3 to 10.0.2
Bumps Parquet.Net to 5.5.0
Bumps Polly from 8.5.2 to 8.6.5
Bumps Refit from 8.0.0 to 9.0.2
Bumps Refit.HttpClientFactory from 8.0.0 to 9.0.2
Bumps Serilog.AspNetCore from 9.0.0 to 10.0.0
Bumps Serilog.Enrichers.Sensitive from 1.7.3 to 2.1.0
Bumps System.IdentityModel.Tokens.Jwt from 8.12.0 to 8.15.0
Bumps xunit.runner.visualstudio to 3.1.5

---
updated-dependencies:
- dependency-name: AutoMapper
  dependency-version: 16.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: Microsoft.Extensions.DependencyInjection.Abstractions
  dependency-version: 10.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: Microsoft.Extensions.Options
  dependency-version: 10.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: Azure.Security.KeyVault.Secrets
  dependency-version: 4.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: Azure.Storage.Blobs
  dependency-version: 12.27.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: Azure.Storage.Blobs
  dependency-version: 12.27.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: FluentValidation
  dependency-version: 12.1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: FluentValidation
  dependency-version: 12.1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: FluentValidation.DependencyInjectionExtensions
  dependency-version: 12.1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: MassTransit
  dependency-version: 9.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: MassTransit.WebJobs.ServiceBus
  dependency-version: 9.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: Microsoft.Azure.WebJobs.Extensions.ServiceBus
  dependency-version: 5.17.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: Microsoft.Extensions.Azure
  dependency-version: 1.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: Microsoft.ApplicationInsights.WorkerService
  dependency-version: 3.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: Microsoft.AspNetCore.Http
  dependency-version: 2.3.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: Microsoft.Azure.Functions.Worker
  dependency-version: 2.51.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: Microsoft.Azure.Functions.Worker.ApplicationInsights
  dependency-version: 2.50.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: Microsoft.Azure.Functions.Worker.Core
  dependency-version: 2.51.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: Microsoft.Azure.Functions.Worker.Extensions.CosmosDB
  dependency-version: 4.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: Microsoft.Azure.Functions.Worker.Extensions.Http.AspNetCore
  dependency-version: 2.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: Microsoft.Azure.Functions.Worker.Extensions.OpenApi
  dependency-version: 1.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: Microsoft.Azure.Functions.Worker.Extensions.ServiceBus
  dependency-version: 5.24.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: Microsoft.Extensions.Azure
  dependency-version: 1.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: Microsoft.Azure.Functions.Worker.Sdk
  dependency-version: 2.0.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: Microsoft.Extensions.Azure
  dependency-version: 1.13.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: Microsoft.Extensions.Caching.Abstractions
  dependency-version: 10.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: Microsoft.Extensions.Caching.Memory
  dependency-version: 10.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: Microsoft.Extensions.Logging.Abstractions
  dependency-version: 10.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: Microsoft.Extensions.Options
  dependency-version: 10.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: Microsoft.Extensions.Configuration
  dependency-version: 10.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: Microsoft.Extensions.Configuration
  dependency-version: 10.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: Microsoft.Extensions.Configuration
  dependency-version: 10.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: Microsoft.Extensions.Configuration
  dependency-version: 10.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: Microsoft.Extensions.Configuration.AzureAppConfiguration
  dependency-version: 8.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: Microsoft.Extensions.Configuration.AzureAppConfiguration
  dependency-version: 8.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: Microsoft.Extensions.Configuration.Json
  dependency-version: 10.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: Microsoft.Extensions.Configuration.Json
  dependency-version: 10.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: Microsoft.Extensions.Configuration.Json
  dependency-version: 10.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: Microsoft.Extensions.Configuration.Json
  dependency-version: 10.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: Microsoft.Extensions.DependencyInjection
  dependency-version: 10.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: Microsoft.Extensions.DependencyInjection.Abstractions
  dependency-version: 10.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: Microsoft.Extensions.Hosting
  dependency-version: 10.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: Microsoft.Extensions.Hosting.Abstractions
  dependency-version: 10.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: Microsoft.Extensions.Logging.Abstractions
  dependency-version: 10.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: Microsoft.Extensions.Options
  dependency-version: 10.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: Microsoft.Extensions.Http
  dependency-version: 10.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: Microsoft.Extensions.Logging
  dependency-version: 10.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: Microsoft.Extensions.Logging
  dependency-version: 10.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: Microsoft.Extensions.Logging.Abstractions
  dependency-version: 10.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: Microsoft.Extensions.Options
  dependency-version: 10.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: Microsoft.Extensions.Logging.Console
  dependency-version: 10.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: Microsoft.Extensions.Options
  dependency-version: 10.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: Microsoft.Extensions.Options.ConfigurationExtensions
  dependency-version: 10.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: Microsoft.Extensions.TimeProvider.Testing
  dependency-version: 10.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: Microsoft.FeatureManagement.AspNetCore
  dependency-version: 4.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-version: 18.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-version: 18.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-version: 18.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-version: 18.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-version: 18.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-version: 18.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-version: 18.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-version: 18.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-version: 18.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: Newtonsoft.Json
  dependency-version: 13.0.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: Newtonsoft.Json
  dependency-version: 13.0.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: Okta.Sdk
  dependency-version: 10.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: Okta.Sdk
  dependency-version: 10.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: Parquet.Net
  dependency-version: 5.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: Parquet.Net
  dependency-version: 5.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: Parquet.Net
  dependency-version: 5.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: Polly
  dependency-version: 8.6.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: Refit
  dependency-version: 9.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: Refit.HttpClientFactory
  dependency-version: 9.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: Serilog.AspNetCore
  dependency-version: 10.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: Serilog.AspNetCore
  dependency-version: 10.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: Serilog.Enrichers.Sensitive
  dependency-version: 2.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: Serilog.Enrichers.Sensitive
  dependency-version: 2.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: System.IdentityModel.Tokens.Jwt
  dependency-version: 8.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: xunit.runner.visualstudio
  dependency-version: 3.1.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: xunit.runner.visualstudio
  dependency-version: 3.1.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: xunit.runner.visualstudio
  dependency-version: 3.1.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: xunit.runner.visualstudio
  dependency-version: 3.1.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: xunit.runner.visualstudio
  dependency-version: 3.1.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: xunit.runner.visualstudio
  dependency-version: 3.1.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: xunit.runner.visualstudio
  dependency-version: 3.1.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: xunit.runner.visualstudio
  dependency-version: 3.1.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: xunit.runner.visualstudio
  dependency-version: 3.1.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Feb 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file .NET Pull requests that update .net code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants