Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 29, 2025

Updated Azure.Storage.Blobs from 12.13.0 to 12.25.0.

Release notes

Sourced from Azure.Storage.Blobs's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated dotnet-reportgenerator-globaltool from 4.5.8 to 5.4.11.

Release notes

Sourced from dotnet-reportgenerator-globaltool's releases.

5.4.11

This release requires .NET Framework 4.7 or .NET 8.0/9.0

5.4.10

Changes:

  • #​746: Improved "raw mode" (settings:rawMode=true): Leave method names unchanged

This release requires .NET Framework 4.7 or .NET 8.0/9.0

5.4.9

Changes:

  • #​744: Azure DevOps task: Added support for nodeJS 20

This release requires .NET Framework 4.7 or .NET 8.0/9.0

5.4.8

Changes:

  • #​737 Improved lcov support (take FNDA elements into account to determine whether a code element has been covered)
  • #​741 Charts does not render "Full method coverage" elements if coverage information is not available
  • Added new setting "applyMaximumGroupingLevel". This allows to apply the maximum grouping level instead of the default 'By assembly' grouping in HTML reports.

This release requires .NET Framework 4.7 or .NET 8.0/9.0

5.4.7

Changes:

  • #​731 Added option to break build when maximum risk hotspots metrics are exceeded

This release requires .NET Framework 4.7 or .NET 8.0/9.0

5.4.6

Changes:

  • #​730 Added support for the REPORTGENERATOR_LICENSE environment variable in the MSBuild task (contributed by @​0xced)

This release requires .NET Framework 4.7 or .NET 8.0/9.0

5.4.5

Changes:

  • #​724 Fixed splitting of possible glob patterns (contributed by @​karl-sjogren)

This release requires .NET Framework 4.7 or .NET 8.0/9.0

5.4.4

Changes:

  • #​714 Improved AoT support
  • #​721 Added support for comma-separated arguments in addition to semicolon

This release requires .NET Framework 4.7 or .NET 8.0/9.0

5.4.3

Changes:

  • #​717 Added new new coverage type "Full method coverage" (percentage of methods that are fully covered)

This release requires .NET Framework 4.7 or .NET 8.0/9.0

5.4.2

Changes:

  • #​700 Fixed handling of .netconfig files (sourceDirectories, reportTypes, plugins, assemblyFilters, etc.)
  • #​716 Increased precision of percentages in CsvSummary and TextSummary reports (contributed by @​tomap)
  • #​719 Fixed badges in MarkdownAssembliesSummary report

This release requires .NET Framework 4.7 or .NET 8.0/9.0

5.4.1

Changes:

  • #​707 Fixed issue with file filters

This release requires .NET Framework 4.7 or .NET 8.0/9.0

5.4.0

Changes:

  • Added support for .NET 9. Dropped support for .NET 6 and .NET 7
  • #​699 Rounding crap score to full number
  • #​700 Fixed handling of .netconfig files (sourceDirectories, reportTypes, plugins, assemblyFilters, etc.)
  • #​704 Improved handling of file filters

This release requires .NET Framework 4.7 or .NET 8.0/9.0

5.3.11

Changes:

This release requires .NET Framework 4.7 or .NET 6.0/7.0/8.0

5.3.10

Changes:

  • #​695 HTML reports: Performance and memory improvements (contributed by @​afscrome)
  • #​690 Fixed handling of history files for classes with not unique names

This release requires .NET Framework 4.7 or .NET 6.0/7.0/8.0

5.3.9

Changes:

  • #​685 Extended "raw mode" for dotCover format (settings:rawMode=true) to disable that coverage data of nested or compiler generated classes is included in the parent class.
  • #​691 Cobertura parser: Performance and memory improvements (contributed by @​afscrome)

This release requires .NET Framework 4.7 or .NET 6.0/7.0/8.0

5.3.8

Changes:

  • #​681 Updated System.Text.Json to address CVE-2024-30105 (contributed by @​304NotModified)

This release requires .NET Framework 4.7 or .NET 6.0/7.0/8.0

5.3.7

Changes:

  • Exclude empty modules/assemblies from reports
    -Fix sort direction triangles (contributed by @​YuriyDurov)
    -#​602: HtmlSummary and Html_BlueRed_Summary report types now also create an index.html file

This release requires .NET Framework 4.7 or .NET 6.0/7.0/8.0

5.3.6

Changes:

  • #​676: Fixed issue with Cobertura files with empty class names

This release requires .NET Framework 4.7 or .NET 6.0/7.0/8.0

5.3.5

Changes:

  • #​663: Improved support for Cobertura files generated by "Microsoft CodeCoverage"
  • #​674: License can now be supplied via the REPORTGENERATOR_LICENSE environment variable

This release requires .NET Framework 4.7 or .NET 6.0/7.0/8.0

5.3.4

Changes:

  • #​664: Added filter options for risk hotspots: '-riskhotspotassemblyfilters:', '-riskhotspotclassfilters:'

This release requires .NET Framework 4.7 or .NET 6.0/7.0/8.0

5.3.0

Changes:

  • Azure DevOps task: Added new setting "publishCodeCoverageResults". This allows to publish report in 'Code Coverage' tab directly. Makes the 'PublishCodeCoverageResults' task obsolete.
  • #​662: Added ability to filter by coverage in Html reports
  • #​667: Added new report type 'MarkdownAssembliesSummary'

This release requires .NET Framework 4.7 or .NET 6.0/7.0/8.0

5.2.5

Changes:

  • #​665 Improved handling of duplicate classes in JaCoCo files

This release requires .NET Framework 4.7 or .NET 6.0/7.0/8.0

5.2.4

Changes:

  • #​630 Added "raw mode" (settings:rawMode=true) to disable that coverage data of nested or compiler generated
    classes is included in the parent class. This is useful to merge several Cobertura files into a single file.

This release requires .NET Framework 4.7 or .NET 6.0/7.0/8.0

5.2.3

Changes:

  • #​656 Changed handling of files which are not found in source directory

This release requires .NET Framework 4.7 or .NET 6.0/7.0/8.0

5.2.2

Changes:

  • #​651 Added setting to add custom prefix to generated history files
  • #​653 Fixed command line parameter handling on Linux and MacOS

This release requires .NET Framework 4.7 or .NET 6.0/7.0/8.0

5.2.1

Changes:

  • Added 'Crap Score' metric for Coberatura coverage files (contributed by @​rikrak)
  • #​645 Added new report type 'CodeClimate'

This release requires .NET Framework 4.7 or .NET 6.0/7.0/8.0

5.2.0

Changes:

  • Added support for .NET 8. Dropped support for .NET 3.1 and .NET 5.0
  • #​629 Visual Studio Coverage: Added support for partial line coverage

This release requires .NET Framework 4.7 or .NET 6.0/7.0/8.0

5.1.26

Changes:

  • #​595 Added new report type 'Html_BlueRed_Summary' to improve red-green colorblind accessibility
  • #​625 Improved support for local methods (Cobertura, dotCover, OpenCover, VisualStudio)
  • #​627 Removed PNG badges and replaced report type 'PngChart' with 'SvgChart'
  • #​623 Improved Cobertura output (complexity metric)

This release requires .NET Framework 4.7 or .NET 3.1/6.0/7.0

5.1.25

Changes:

  • #​1519 OpenCover: Improved handling of generic classes

This release requires .NET Framework 4.7 or .NET 3.1/6.0/7.0

5.1.24

Changes:

  • #​612 Increase percentage accuracy in reports
  • #​619 Improved report parsing to avoid integer overflow

This release requires .NET Framework 4.7 or .NET 3.1/6.0/7.0

5.1.23

Changes:

This release requires .NET Framework 4.7 or .NET 3.1/6.0/7.0

5.1.22

Changes:

  • #​608 Improved performance for classes with many lines

This release requires .NET Framework 4.7 or .NET 3.1/6.0/7.0

5.1.21

Changes:

  • #​606 Improved Cobertura output (complexity metric)

This release requires .NET Framework 4.7 or .NET 3.1/6.0/7.0

5.1.20

This release requires .NET 4.7 or .NET Core 3.1/5.x/6.x/7.x.

Changes:

  • Added report type: OpenCover (PRO version only)
  • #​603 Improved support for Cobertura files generated by Jest

5.1.19

This release requires .NET 4.7 or .NET Core 3.1/5.x/6.x/7.x.

Changes:

  • #​595: Added new report type 'Html_BlueRed' to improve red-green colorblind accessibility
  • #​596: Fixed issue with reading historic reports

5.1.18

This release requires .NET 4.7 or .NET Core 3.1/5.x/6.x/7.x.

Changes:

  • Fix: #​590, #​591: Improved support for Cobertura files generated with dotnet test --collect "Code Coverage;Format=Cobertura"

5.1.17

This release requires .NET 4.7 or .NET Core 3.1/5.x/6.x/7.x.

Changes:

  • Fix: #​536: Improved support for C code in Visual Studio coverage input format (*.coveragexml)
  • #​582: Removed method coverage usage for line coverage if no coverage is available
  • #​589: Improved highlighting of hovered table rows in summary table

5.1.16

This release requires .NET 4.7 or .NET Core 3.1/5.x/6.x/7.x.

Changes:

  • #​536: Improved support for C code in Visual Studio coverage input format (*.coveragexml)
  • #​585: Improved merging of results in SonarQube output format

5.1.15

This release requires .NET 4.7 or .NET Core 3.1/5.x/6.x/7.x.

Changes:

  • #​533: Metrics on summary page
  • #​578: Improved support for Clover files generated by PhpUnit

5.1.14

This release requires .NET 4.7 or .NET Core 3.1/5.x/6.x/7.x.

Changes:

  • #​533: Metrics on summary page
  • #​578: Improved support for Clover files generated by PhpUnit

5.1.13

This release requires .NET 4.7 or .NET Core 3.1/5.x/6.x/7.x.

Changes:

  • #​567: Added report type: MarkdownSummaryGithub
  • #​575: Added title to Markdown and text reports
  • #​576: Improved support for Clover files generated by PhpUnit

5.1.12

This release requires .NET 4.7 or .NET Core 3.1/5.x/6.x/7.x.

Changes:

  • #​548: Improved handling of OverflowException

5.1.11

This release requires .NET 4.7 or .NET Core 3.1/5.x/6.x/7.x.

Changes:

  • #​556: Generate text reports without UTF-8 BOM
  • #​557: Added support for .NET 7

5.1.10

This release requires .NET 4.7 or .NET Core 3.1/5.x/6.x.

Changes:

  • #​534: Added report types: TextDeltaSummary, MarkdownDeltaSummary
  • #​536: Improved support for coverage files generated by CPPCoverage

5.1.9

This release requires .NET 4.7 or .NET Core 3.1/5.x/6.x.

5.1.8

This release requires .NET 4.7 or .NET Core 3.1/5.x/6.x.

5.1.7

This release requires .NET 4.7 or .NET Core 3.1/5.x/6.x.

Changes:

  • #​516: Improved class name for gcov parser
  • #​516: Added setting for custom assembly name
  • #​517: Riskhotspot filter is now case insensitive

5.1.6

This release requires .NET 4.7 or .NET Core 3.1/5.x/6.x.

Changes:

  • #​514: Improved plugin handling for netstandard2.0

5.1.5

This release requires .NET 4.7 or .NET Core 3.1/5.x/6.x.

Changes:

  • #​508: Improved plugin handling for netstandard2.0

5.1.4

This release requires .NET 4.7 or .NET Core 3.1/5.x/6.x.

Changes:

  • #​408: Improved support for generic classes for 'dotnet-coverage'

5.1.3

This release requires .NET 4.7 or .NET Core 3.1/5.x/6.x.

Changes:

  • #​503: Updated System.Text.Encodings.Web

5.1.2

This release requires .NET 4.7 or .NET Core 3.1/5.x/6.x.

Changes:

  • #​494: Fixed MSBuild task

5.1.1

This release requires .NET 4.7 or .NET Core 3.1/5.x/6.x.

Changes:

  • Improved CSS for Azure DevOps

5.1.0

This release requires .NET 4.7 or .NET Core 3.1/5.x/6.x.

Changes:

  • #​433: Added report types Html_Light, Html_Dark and HtmlInline_AzurePipelines_Light
  • HTML reports: Replaced tabular data with cards
  • Added method coverage to summary table (PRO version only)
  • #​497: Added coverage date to summary reports (for Cobertura and JaCoCo coverage files)
  • #​494: Fixed MSBuild task

5.0.4

This release requires .NET 4.7 or .NET Core 3.1/5.x/6.x.

Changes:

  • #​482: Fixed incorrect shadow text in badges
  • #​485: Coberatura: Fixed special file format

5.0.3

This release requires .NET 4.7 or .NET Core 3.1/5.x/6.x.

Changes:

  • #​481: Removed BOM from JSON summary

5.0.2

This release requires .NET 4.7 or .NET Core 3.1/5.x/6.x.

Changes:

  • #​466: Cobertura: Full method name for code elements
  • #​467: Cobertura: Added support for reports generated by dotnet-coverage
  • #​470: Improved support for Go coverage files

5.0.0

This release requires .NET 4.7 or .NET Core 3.1/5.x/6.x.

Changes:

  • #​397: Added .NET 6 support, dropped support for .NET Core 2.x and 3.0
  • #​457: Added support for altcover embedded files
  • #​461: Fixed namespace color in dark mode

4.8.13

This release requires .NET 4.7 or .NET Core 2.x/3.x/5.x.

Changes:

  • #​441: Added method coverage to reports
  • #​445: Added support for better custom logging
  • #​450: Conditional file numbers in class report

4.8.12

This release requires .NET 4.7 or .NET Core 2.x/3.x/5.x.

4.8.11

This release requires .NET 4.7 or .NET Core 2.x/3.x/5.x.

Changes:

  • #​426: Added file numbers to class report
  • #​433: Added dark mode to all HTML report types (light/dark mode is applied based on OS theme)

4.8.10

This release requires .NET 4.7 or .NET Core 2.x/3.x/5.x.

Changes:

  • #​431: Added Markdown output format

4.8.9

This release requires .NET 4.7 or .NET Core 2.x/3.x/5.x.

Changes:

  • 3ebe88447136598ad4775b4cd47bafd6e4d2ab6b Updated Angular
  • 5afdca364c9762da5f3bdf3931aa3a3bc835043a Updated dependencies

4.8.8

This release requires .NET 4.7 or .NET Core 2.x/3.x/5.x.

Changes:

  • f801790d80ebf76030476217848e98d05c8075b7 Updated Angular Components (dropped support for IE)
  • a88324a3df7ab03af507351fffc954ff415fceba #​418: Cobertura: Clean up directory separators before path combine

4.8.7

This release requires .NET 4.7 or .NET Core 2.x/3.x/5.x.

Changes:

  • 0bc6d22884bb650636b244a8110b2bd4c50eeeeb #​408: Fixed coverage of generic classes

4.8.6

This release requires .NET 4.7 or .NET Core 2.x/3.x/5.x.

Changes:

4.8.5

This release requires .NET 4.7 or .NET Core 2.x/3.x/5.x.

Changes:

  • 428b131ccadc10bfabf9165904b8ef866ffa614c #​406: Fixed reference version of McMaster.NETCore.Plugins for package ReportGenerator.Core

4.8.4

This release requires .NET 4.7 or .NET Core 2.x/3.x/5.x.

Changes:

  • ba48ddc615c6aec04cae93b09d2aeb267f9b723b #​403: Fixed handling of leading/trailing spaces in command line parameters

4.8.3

This release requires .NET 4.7 or .NET Core 2.x/3.x/5.x.

Changes:

  • 2f365e4f6851ddd2812e6892eb698e3bcbb322fe #​401: Fixed handling of '=' in command line parameters

4.8.2

This release requires .NET 4.7 or .NET Core 2.x/3.x/5.x.

Changes:

  • 1980157900093b35007ceca3d6eff3dd2f86a7e3 #​400: Allow suppling all parameters .netconfig

4.8.1

This release requires .NET 4.7 or .NET Core 2.x/3.x/5.x.

Changes:

  • 39b16002e7dd3b0e90e8dea7198dacce7dd46578 #​399: Improved merging of codeelements (maximum coverage quota was not considered)

4.8.0

This release requires .NET 4.7 or .NET Core 2.x/3.x/5.x.

Changes:
759d190 #​397: Added .NET 5 support

4.7.1

This release requires .NET 4.7 or .NET Core 2.x/3.x.

Changes:

  • c3c0838892d79b25fcee2a0c2194d01e29658dde #​392: Filters are now case insensitive

4.7.0

This release requires .NET 4.7 or .NET Core 2.x/3.x.

Changes:

  • e76aaaa223060ff2300233817921e59248b3a704 Dropped support for Nuget package 'dotnet-reportgenerator-cli'. Use 'dotnet-reportgenerator-globaltool' instead.
  • 16ca9839a724d3d77914f9084d1af6bb787a8798 #​384: Added warning for unknown or duplicate command line arguments
  • ab58a27c1497cef8a0de86c54ad45f7fbb3bad1a #​391: Added authentication support for remote files via custom HTTP headers

4.6.7

This release requires .NET 4.7 or .NET Core 2.x/3.x.

Changes:

  • b4866d3d142f2da873b6974967a7b2124a9e534b #​374: Added support for .netconfig
  • 2290f09a645d643251a3794694cdadf40eca2ab6 #​385: Added filtering by namespace for classfilters in DynamicCodeCoverageParser
  • cea803ba098dfe394f5d81f84f2c82c951a66046 #​388: Removed branch coverage columns if no branch coverage is available
  • 1c2b7c19d2f9fe6899b05839bfffa6b52dd9ce69 #​363: Improved handling of HTML generation (several HTML reports at once)

4.6.6

This release requires .NET 4.7 or .NET Core 2.x/3.x.

Changes:

  • 3e4928845a0ec8601011b78045362a6fa73d9784 #​379: Added setting to allow saving report types to different directories
  • b769d48526c62c12dcac33a56baac4b8ddceba43 #​380: Removed UTF-8 BOM from all generated XML files

4.6.5

This release requires .NET 4.7 or .NET Core 2.x/3.x.

Changes:

  • 66c34058e657caea15ff8191e9d02abc79abc6b3 #​364: Added addtional columns for branch coverage in summary
  • 6cc5e3bb645e4c527771c1aa812930409d73d052 #​367: Cobertura: Added support for cyclomatic complexity
  • 2ffeaf0110bf3fc84ed95d5d130f2259e2d51e4c #​363: Fixed OpenCover file handling (not unique tracked methods)
  • e2e55d00aae3dc97adf1c001b8aa2d63b8b445ff #​371: Fixed order of metrics

4.6.4

This release requires .NET 4.7 or .NET Core 2.x/3.x.

Changes:

  • 0529ec6687d5d8b991e36e4d65ee2c28e54cf69c #​366: Added custom settings to Azure DevOps task

This list of changes was auto generated.

4.6.3

This release requires .NET 4.7 or .NET Core 2.x/3.x.

Changes:

  • b41fce92b2f74f66acadd404685eb4b3c138124f #​364: Added tooltips to show coverage as ratio
  • 821403bb98f7df1cad8aea2346a46facde588634 #​365: Added dark theme support for Coverage Gutters preview
  • 2b2e96e4f30be6ebb694255d0931ba6f85588866 #​366: Clover: Filtering of test projects (settings:excludeTestProjects=true)

4.6.2

This release requires .NET 4.7 or .NET Core 2.x/3.x.

Changes:

  • d7b2d7f81d90c4e1226c1deb8de3fda48b224734 Clover: Added classfilter support
  • 5cea76033a86b1c7fe852b2e61c4252ecaee82f4 #​363: Fixed clover file handling (several branches per line)

4.6.1

This release requires .NET 4.7 or .NET Core 2.x/3.x.

Changes:

  • c626cacda3dff85d64cd38be13e6446161728836 #​351: Fixed reading large XML coverage files

4.6.0

This release requires .NET 4.7 or .NET Core 2.x/3.x.

Changes:

  • 696ea61d4ad27a65dc5de947dcda049158215123 #​210: Strong named all DLLs
  • afa1b8147ddeee570902eeed4ac29ff4c65f3494 #​348: Added coverage indicator for methods/properties
  • 33a43a0481ca1a986c98b1c2f533f527cec35301 #​349: Apply query string to referenced CSS and JavaScript files and links to support SAS tokens (e.g. on blob storage)
  • 3378f6d3b2c66f39fd1d5b59ca43fcfcb812cc49 Enabled Source Link for Nuget package 'ReportGenerator.Core'
  • bbb30e338b7a593949272c829f7e8807d5465727 Changed default HTML extension from '.htm' to '.html'

Commits viewable in compare view.

Updated dotnet-sonarscanner from 10.2.0 to 10.3.0.

Updated Microsoft.AspNetCore.Authentication.OpenIdConnect from 8.0.13 to 8.0.18.

Release notes

Sourced from Microsoft.AspNetCore.Authentication.OpenIdConnect's releases.

8.0.18

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v8.0.17...v8.0.18

8.0.17

Bug Fixes

  • Forwarded Headers Middleware: Ignore X-Forwarded-Headers from Unknown Proxy (#​61623)
    The Forwarded Headers Middleware now ignores X-Forwarded-Headers sent from unknown proxies. This change improves security by ensuring that only trusted proxies can influence the forwarded headers, preventing potential spoofing or misrouting of requests.

Dependency Updates

  • Update dependencies from dotnet/arcade (#​61832)
    This update brings in the latest changes from the dotnet/arcade repository, ensuring that ASP.NET Core benefits from recent improvements, bug fixes, and security patches in the shared build infrastructure.

  • Bump src/submodules/googletest from 52204f7 to 04ee1b4 (#​61761)
    The GoogleTest submodule has been updated to a newer commit, providing the latest testing features, bug fixes, and performance improvements for the project's C++ test components.

Miscellaneous

  • Update branding to 8.0.17 (#​61830)
    The project version branding has been updated to reflect the new 8.0.17 release, ensuring consistency across build outputs and documentation.

  • Merging internal commits for release/8.0 (#​61924)
    This change merges various internal commits into the release/8.0 branch, incorporating minor fixes, documentation updates, and other non-user-facing improvements to keep the release branch up to date.


This summary is generated and may contain inaccuracies. For complete details, please review the linked pull requests.

Full Changelog: dotnet/aspnetcore@v8.0.16...v8.0.17

8.0.16

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v8.0.15...v8.0.16

8.0.15

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v8.0.14...v8.0.15

8.0.14

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v8.0.13...v8.0.14

Commits viewable in compare view.

Updated Microsoft.Azure.AppConfiguration.AspNetCore from 8.0.0 to 8.3.0.

Release notes

Sourced from Microsoft.Azure.AppConfiguration.AspNetCore's releases.

8.2.0

Microsoft.Extensions.Configuration.AzureAppConfiguration 8.2.0 - May 14th, 2025

Enhancements

  • Updated the existing Select APIs with the new parameter tagFilters to support filtering key-values and feature flags by tags.

    public AzureAppConfigurationOptions Select(string keyFilter, string labelFilter = LabelFilter.Null, IEnumerable<string> tagFilters = null)
    public FeatureFlagOptions Select(string featureFlagFilter, string labelFilter = LabelFilter.Null, IEnumerable<string> tagFilters = null)
  • Added an ActivitySource called Microsoft.Extensions.Configuration.AzureAppConfiguration to support instrumentation. A Load activity will start when configuration is initially built and the Refresh activity will start when a refresh is triggered. #​645

  • This is the first stable release of the AzureAppConfigurationOptions.SetClientFactory API introduced in 8.2.0-preview. #​380

    public AzureAppConfigurationOptions SetClientFactory(IAzureClientFactory<ConfigurationClient> factory)

Other Changes

  • Removed the FeatureFlagId property from feature flag telemetry. #​655
  • Shortened default network timeout for requests to App Configuration to improve failover speed and retry responsiveness. #​657
  • This is the first stable release of AllocationId from feature flag telemetry metadata, which was introduced in 8.1.0-preview. #​600

Microsoft.Azure.AppConfiguration.AspNetCore 8.2.0 - May 14th, 2025

  • Updated Microsoft.Extensions.Configuration.AzureAppConfiguration reference to 8.2.0. See the release notes for more information on the changes.

Microsoft.Azure.AppConfiguration.Functions.Worker 8.2.0 - May 14th, 2025

  • Updated Microsoft.Extensions.Configuration.AzureAppConfiguration reference to 8.2.0. See the release notes for more information on the changes.

8.2.0-preview

Microsoft.Extensions.Configuration.AzureAppConfiguration 8.2.0-preview - March 21st, 2025

Enhancements

  • Added the ability to set a client factory used for creating ConfigurationClient instances. #​380

    public AzureAppConfigurationOptions SetClientFactory(IAzureClientFactory<ConfigurationClient> factory)

Microsoft.Azure.AppConfiguration.AspNetCore 8.2.0-preview - March 21st, 2025

  • Updated Microsoft.Extensions.Configuration.AzureAppConfiguration reference to 8.2.0-preview. See the release notes for more information on the changes.

Microsoft.Azure.AppConfiguration.Functions.Worker 8.2.0-preview - March 21st, 2025

  • Updated Microsoft.Extensions.Configuration.AzureAppConfiguration reference to 8.2.0-preview. See the release notes for more information on the changes.

8.1.2

Microsoft.Extensions.Configuration.AzureAppConfiguration 8.1.2 - April 22nd, 2025

Bug Fixes

  • Calling IServiceCollection.AddAzureAppConfiguration now correctly adds an instance of IConfigurationRefresherProvider to the service collection only the first time it is called instead of adding an instance on each invocation. #​611

Microsoft.Azure.AppConfiguration.AspNetCore 8.1.2 - April 22nd, 2025

  • Updated Microsoft.Extensions.Configuration.AzureAppConfiguration reference to 8.1.2. See the release notes for more information on the changes.

Microsoft.Azure.AppConfiguration.Functions.Worker 8.1.2 - April 22nd, 2025

  • Updated Microsoft.Extensions.Configuration.AzureAppConfiguration reference to 8.1.2. See the release notes for more information on the changes.

8.1.1

Microsoft.Extensions.Configuration.AzureAppConfiguration 8.1.1 - February 26th, 2025

Bug Fixes

  • Fixed a bug introduced in the 8.1.0 release where calls to FeatureFlagOptions.Select were ignored if they were followed by a call to either AzureAppConfigurationOptions.Select or AzureAppConfigurationOptions.SelectSnapshot. #​628

Microsoft.Azure.AppConfiguration.AspNetCore 8.1.1 - February 26th, 2025

  • Updated Microsoft.Extensions.Configuration.AzureAppConfiguration reference to 8.1.1. See the release notes for more information on the changes.

Microsoft.Azure.AppConfiguration.Functions.Worker 8.1.1 - February 26th, 2025

  • Updated Microsoft.Extensions.Configuration.AzureAppConfiguration reference to 8.1.1. See the release notes for more information on the changes.

8.1.0

Microsoft.Extensions.Configuration.AzureAppConfiguration 8.1.0 - February 24th, 2025

Enhancements

  • Added the ability to monitor all selected key-values for refresh with the following new API. #​536

    public AzureAppConfigurationRefreshOptions RegisterAll()

    When this API is called, changes to any selected key-values will cause a reload of the configuration.

  • Added the ability to check if the type of an IConfigurationSource is AzureAppConfigurationSource with the following new extension. #​456

    public static bool IsAzureAppConfigurationSource(this IConfigurationSource source)

Bug Fixes

  • Fixed a bug where changing a feature flag would always override an already loaded feature flag with the same key but different label on refresh. As part of this change, feature flags are now always refreshed as a collection, meaning a change in any selected flag will result in a reload of all selected feature flags on refresh. #​317
  • Fixed a bug where an unnecessary refresh could occur when a request to App Configuration was served from the cache. #​588

Other Changes

  • Removed support for the configuration_reference property in feature flags. #​614
  • AllocationId from feature flag telemetry metadata, which was introduced in 8.1.0-preview version, has been removed in this stable version. #​600

Microsoft.Azure.AppConfiguration.AspNetCore 8.1.0 - February 24th, 2025

  • Updated Microsoft.Extensions.Configuration.AzureAppConfiguration reference to 8.1.0. See the release notes for more information on the changes.

Microsoft.Azure.AppConfiguration.Functions.Worker 8.1.0 - February 24th, 2025

  • Updated Microsoft.Extensions.Configuration.AzureAppConfiguration reference to 8.1.0. See the release notes for more information on the changes.

8.1.0-preview

Microsoft.Extensions.Configuration.AzureAppConfiguration 8.1.0-preview - October 24, 2024

Enhancements

  • Added support for injecting additional telemetry metadata to feature flags if telemetry is enabled
    • AllocationId represents the version of an allocation on a feature flag. The AllocationId changes when there are essential modifications to the allocation, such as adjustments to the percentile or variant configuration, but not for non-essential changes like feature flag descriptions.

Microsoft.Azure.AppConfiguration.AspNetCore 8.1.0-preview - October 24, 2024

  • Updated Microsoft.Extensions.Configuration.AzureAppConfiguration reference to 8.1.0-preview. See the release notes for more information on the changes.

Microsoft.Azure.AppConfiguration.Functions.Worker 8.1.0-preview - October 24, 2024

  • Updated Microsoft.Extensions.Configuration.AzureAppConfiguration reference to 8.1.0-preview. See the release notes for more information on the changes.

Commits viewable in compare view.

Updated Microsoft.Extensions.Configuration.UserSecrets from 8.0.1 to 9.0.7.

Release notes

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

9.0.7

Release

What's Changed

Full Changelog: dotnet/runtime@v9.0.6...v9.0.7

9.0.6

Bug Fixes

  • Read messages from binlog if process output is missing build finished message (#​114676)
    Improves reliability of the WebAssembly build process by reading messages from the binlog when the process output does not contain the expected build finished message, preventing build failures in certain scenarios.

  • Fix debugger app hangs related to thread exit (#​114917)
    Resolves an issue where applications could hang during debugging when threads exit, ensuring smoother debugging experiences and preventing deadlocks.

  • [Mono] Workaround MSVC miscompiling sgen_clz (#​114903)
    Addresses a compiler miscompilation issue in MSVC affecting the Mono garbage collector, improving runtime stability and correctness on affected platforms.

  • Do not set the salt or info if they are NULL for OpenSSL HKDF (#​114877)
    Fixes a cryptographic issue by ensuring that the salt or info parameters are not set when they are NULL in OpenSSL HKDF, preventing potential errors or unexpected behavior in key derivation.

  • [Test Only] Fix Idn tests (#​115032)
    Corrects issues in Internationalized Domain Name (Idn) tests, ensuring accurate and reliable test results for domain name handling.

  • JIT: revised fix for fp division issue in profile synthesis (#​115026)
    Provides a more robust fix for floating-point division issues in JIT profile synthesis, improving numerical accuracy and preventing incorrect calculations.

  • Handle OSSL 3.4 change to SAN:othername formatting (#​115361)
    Updates certificate handling to accommodate changes in Subject Alternative Name (SAN) formatting introduced in OpenSSL 3.4, ensuring compatibility and correct parsing of certificates.

  • [Mono] Fix c11 ARM64 atomics to issue full memory barrier (#​115635)
    Fixes atomic operations on ARM64 in Mono to issue a full memory barrier, ensuring correct synchronization and preventing subtle concurrency bugs.

Performance Improvements

  • [WinHTTP] Certificate caching on WinHttpHandler to eliminate extra call to Custom Certificate Validation (#​114678)
    Improves HTTP performance by caching certificates in WinHttpHandler, reducing redundant calls to custom certificate validation and speeding up secure connections.

  • Improve distribute_free_regions (#​115167)
    Optimizes memory management by enhancing the algorithm for distributing free memory regions, leading to better memory utilization and potentially improved application performance.

Technical Improvements

  • Strip trailing slash from source dir for cmake4 (#​114905)
    Refines build scripts by removing trailing slashes from source directories when using CMake 4, preventing potential build path issues and improving build reliability.

  • Don't expose TrustedCertificatesDirectory() and StartNewTlsSessionContext() to NetFx (#​114995)
    Restricts certain internal APIs from being exposed to .NET Framework, reducing surface area and preventing unintended usage.

  • Add support for more libicu versions (#​115376)
    Expands compatibility by supporting additional versions of the International Components for Unicode (ICU) library, enhancing globalization features across more environments.

Infrastructure

  • Run outerloop pipeline only for release branches, not staging/preview (#​115011)
    Optimizes CI/CD resources by limiting the outerloop pipeline to run only on release branches, reducing unnecessary test runs and speeding up development workflows.

... (truncated)

9.0.5

Release

What's Changed

9.0.4

Release

What's Changed

Full Changelog: dotnet/runtime@v9.0.3...v9.0.4

9.0.3

Release

What's Changed

Description has been truncated

Bumps Azure.Storage.Blobs from 12.13.0 to 12.25.0
Bumps dotnet-reportgenerator-globaltool from 4.5.8 to 5.4.11
Bumps dotnet-sonarscanner from 10.2.0 to 10.3.0
Bumps Microsoft.AspNetCore.Authentication.OpenIdConnect from 8.0.13 to 8.0.18
Bumps Microsoft.Azure.AppConfiguration.AspNetCore from 8.0.0 to 8.3.0
Bumps Microsoft.Extensions.Configuration.UserSecrets from 8.0.1 to 9.0.7
Bumps Microsoft.Extensions.DependencyInjection.Abstractions from 8.0.2 to 9.0.7
Bumps Microsoft.Extensions.Hosting.Abstractions from 8.0.1 to 9.0.7
Bumps Microsoft.Extensions.Logging.Abstractions from 8.0.2 to 9.0.7
Bumps Microsoft.Extensions.Options from 8.0.2 to 9.0.7
Bumps Microsoft.FeatureManagement.AspNetCore from 4.0.0 to 4.2.1
Bumps Microsoft.VisualStudio.Web.CodeGeneration.Design from 8.0.7 to 9.0.0
Bumps System.IdentityModel.Tokens.Jwt from 6.36.0 to 8.13.0
Bumps xunit.runner.visualstudio from 3.1.1 to 3.1.3

---
updated-dependencies:
- dependency-name: Azure.Storage.Blobs
  dependency-version: 12.25.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: dotnet-reportgenerator-globaltool
  dependency-version: 5.4.11
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: dotnet-sonarscanner
  dependency-version: 10.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: Microsoft.AspNetCore.Authentication.OpenIdConnect
  dependency-version: 8.0.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Microsoft.Azure.AppConfiguration.AspNetCore
  dependency-version: 8.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: Microsoft.Extensions.Configuration.UserSecrets
  dependency-version: 9.0.7
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Microsoft.Extensions.DependencyInjection.Abstractions
  dependency-version: 9.0.7
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Microsoft.Extensions.Hosting.Abstractions
  dependency-version: 9.0.7
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Microsoft.Extensions.Logging.Abstractions
  dependency-version: 9.0.7
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Microsoft.Extensions.Options
  dependency-version: 9.0.7
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Microsoft.FeatureManagement.AspNetCore
  dependency-version: 4.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: Microsoft.VisualStudio.Web.CodeGeneration.Design
  dependency-version: 9.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: System.IdentityModel.Tokens.Jwt
  dependency-version: 8.13.0
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: xunit.runner.visualstudio
  dependency-version: 3.1.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added Dependabot .NET Pull requests that update .NET code Dependabot dependencies Pull requests that update a dependency file labels Jul 29, 2025
@dependabot dependabot bot requested a review from a team as a code owner July 29, 2025 03:17
@dependabot dependabot bot added Dependabot dependencies Pull requests that update a dependency file Dependabot .NET Pull requests that update .NET code labels Jul 29, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 29, 2025

Looks like these dependencies are no longer a dependency, so this is no longer needed.

@dependabot dependabot bot closed this Jul 29, 2025
@dependabot dependabot bot deleted the dependabot/nuget/dot-config/multi-27e4a881c0 branch July 29, 2025 16:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant