dependabot[bot] opened a new pull request, #178: URL: https://github.com/apache/doris-opentelemetry-demo/pull/178
Updated [Grpc.AspNetCore](https://github.com/grpc/grpc-dotnet) from 2.67.0 to 2.76.0. <details> <summary>Release notes</summary> _Sourced from [Grpc.AspNetCore's releases](https://github.com/grpc/grpc-dotnet/releases)._ ## 2.76.0-pre1 ## What's Changed * Remove reference to obsolete property from Readme and mention alternative by @KnapSac in https://github.com/grpc/grpc-dotnet/pull/2631 * Migrate from sln to slnx by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2635 * Bump tar-fs from 3.0.8 to 3.0.9 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot[bot] in https://github.com/grpc/grpc-dotnet/pull/2636 * MapGrpcService with service definition refactor by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2634 * Bump brace-expansion from 1.1.11 to 1.1.12 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot[bot] in https://github.com/grpc/grpc-dotnet/pull/2639 * Fix shared code by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2640 * Bump pbkdf2 from 3.1.2 to 3.1.3 in /examples/Spar/Server/ClientApp by @dependabot[bot] in https://github.com/grpc/grpc-dotnet/pull/2642 * Add protobuf-net code-first to README.md by @weitzhandler in https://github.com/grpc/grpc-dotnet/pull/2644 * Add more options to perf client by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2648 * Update docs and starvs for slnx by @MihaZupan in https://github.com/grpc/grpc-dotnet/pull/2649 * Support reading compressed grpc-web trailing headers by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2650 * Add .NET 10 target by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2653 * Update project.json packages and examples by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2658 * Bump tar-fs from 3.1.0 to 3.1.1 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot[bot] in https://github.com/grpc/grpc-dotnet/pull/2668 * Update Grpc.Tools dependency to latest version by @apolcyn in https://github.com/grpc/grpc-dotnet/pull/2675 * Update version on v2.76.x to 2.76.0-pre1 by @apolcyn in https://github.com/grpc/grpc-dotnet/pull/2676 ## New Contributors * @KnapSac made their first contribution in https://github.com/grpc/grpc-dotnet/pull/2631 * @weitzhandler made their first contribution in https://github.com/grpc/grpc-dotnet/pull/2644 * @MihaZupan made their first contribution in https://github.com/grpc/grpc-dotnet/pull/2649 **Full Changelog**: https://github.com/grpc/grpc-dotnet/compare/v2.71.0...v2.76.0-pre1 ## 2.71.0 ## What's Changed * Remove old dotnet-core feed by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2611 * Bump axios from 1.7.4 to 1.8.4 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot in https://github.com/grpc/grpc-dotnet/pull/2615 * Bump @babel/helpers from 7.25.0 to 7.27.0 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot in https://github.com/grpc/grpc-dotnet/pull/2616 * Bump tar-fs from 3.0.6 to 3.0.8 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot in https://github.com/grpc/grpc-dotnet/pull/2619 * Fix race condition that caused inprogress connect to be canceled by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2618 * Bump tools package to 2.71 by @apolcyn in https://github.com/grpc/grpc-dotnet/pull/2621 * Update NuGet package versions by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2620 * bump version to 2.71.0-pre1 by @apolcyn in https://github.com/grpc/grpc-dotnet/pull/2622 * Bump version on 2.71 for final release by @apolcyn in https://github.com/grpc/grpc-dotnet/pull/2627 **Full Changelog**: https://github.com/grpc/grpc-dotnet/compare/v2.70.0...v2.71.0 ## 2.71.0-pre1 ## What's Changed * Remove old dotnet-core feed by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2611 * Bump axios from 1.7.4 to 1.8.4 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot in https://github.com/grpc/grpc-dotnet/pull/2615 * Bump @babel/helpers from 7.25.0 to 7.27.0 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot in https://github.com/grpc/grpc-dotnet/pull/2616 * Bump tar-fs from 3.0.6 to 3.0.8 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot in https://github.com/grpc/grpc-dotnet/pull/2619 * Fix race condition that caused inprogress connect to be canceled by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2618 * Bump tools package to 2.71 by @apolcyn in https://github.com/grpc/grpc-dotnet/pull/2621 * Update NuGet package versions by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2620 * bump version to 2.71.0-pre1 by @apolcyn in https://github.com/grpc/grpc-dotnet/pull/2622 **Full Changelog**: https://github.com/grpc/grpc-dotnet/compare/v2.70.0...v2.71.0-pre1 ## 2.70.0 ## What's Changed * update ArgumentNullException.ThrowIfNull usage by @WeihanLi in https://github.com/grpc/grpc-dotnet/pull/2563 * use nameof for CallerArgumentExpression by @WeihanLi in https://github.com/grpc/grpc-dotnet/pull/2562 * Correctness: Make some private & internal classes sealed where possible by @Henr1k80 in https://github.com/grpc/grpc-dotnet/pull/2559 * Bump vue from 2.6.14 to 3.0.0 in /examples/Spar/Server/ClientApp by @dependabot in https://github.com/grpc/grpc-dotnet/pull/2565 * Bump cross-spawn from 7.0.3 to 7.0.6 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot in https://github.com/grpc/grpc-dotnet/pull/2574 * [vote]Added Active maintainers into MAINTAINERS.md. by @subhraOffGit in https://github.com/grpc/grpc-dotnet/pull/2449 * Refactor: Use `await using` for `packageVersionStream` to ensure proper disposal of async resources by @dexcompiler in https://github.com/grpc/grpc-dotnet/pull/2521 * Performance microoptimizations by @Henr1k80 in https://github.com/grpc/grpc-dotnet/pull/2558 * Complete health checks watch service on server shutting down by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2582 * Avoid using ConcurrentDictionary for channels with few methods by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2597 * Bump elliptic from 6.6.0 to 6.6.1 in /examples/Spar/Server/ClientApp by @dependabot in https://github.com/grpc/grpc-dotnet/pull/2599 * Move updating connectivity state outside of subchannel lock by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2601 * Bump Grpc.Tools dependency by @apolcyn in https://github.com/grpc/grpc-dotnet/pull/2603 * bump version on v2.70.x branch by @apolcyn in https://github.com/grpc/grpc-dotnet/pull/2604 * Change version to 2.70.0 by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2610 ## New Contributors * @Henr1k80 made their first contribution in https://github.com/grpc/grpc-dotnet/pull/2559 * @subhraOffGit made their first contribution in https://github.com/grpc/grpc-dotnet/pull/2449 * @dexcompiler made their first contribution in https://github.com/grpc/grpc-dotnet/pull/2521 **Full Changelog**: https://github.com/grpc/grpc-dotnet/compare/v2.67.0...v2.70.0 Commits viewable in [compare view](https://github.com/grpc/grpc-dotnet/commits). </details> Updated [Grpc.AspNetCore.HealthChecks](https://github.com/grpc/grpc-dotnet) from 2.67.0 to 2.76.0. <details> <summary>Release notes</summary> _Sourced from [Grpc.AspNetCore.HealthChecks's releases](https://github.com/grpc/grpc-dotnet/releases)._ ## 2.76.0-pre1 ## What's Changed * Remove reference to obsolete property from Readme and mention alternative by @KnapSac in https://github.com/grpc/grpc-dotnet/pull/2631 * Migrate from sln to slnx by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2635 * Bump tar-fs from 3.0.8 to 3.0.9 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot[bot] in https://github.com/grpc/grpc-dotnet/pull/2636 * MapGrpcService with service definition refactor by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2634 * Bump brace-expansion from 1.1.11 to 1.1.12 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot[bot] in https://github.com/grpc/grpc-dotnet/pull/2639 * Fix shared code by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2640 * Bump pbkdf2 from 3.1.2 to 3.1.3 in /examples/Spar/Server/ClientApp by @dependabot[bot] in https://github.com/grpc/grpc-dotnet/pull/2642 * Add protobuf-net code-first to README.md by @weitzhandler in https://github.com/grpc/grpc-dotnet/pull/2644 * Add more options to perf client by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2648 * Update docs and starvs for slnx by @MihaZupan in https://github.com/grpc/grpc-dotnet/pull/2649 * Support reading compressed grpc-web trailing headers by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2650 * Add .NET 10 target by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2653 * Update project.json packages and examples by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2658 * Bump tar-fs from 3.1.0 to 3.1.1 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot[bot] in https://github.com/grpc/grpc-dotnet/pull/2668 * Update Grpc.Tools dependency to latest version by @apolcyn in https://github.com/grpc/grpc-dotnet/pull/2675 * Update version on v2.76.x to 2.76.0-pre1 by @apolcyn in https://github.com/grpc/grpc-dotnet/pull/2676 ## New Contributors * @KnapSac made their first contribution in https://github.com/grpc/grpc-dotnet/pull/2631 * @weitzhandler made their first contribution in https://github.com/grpc/grpc-dotnet/pull/2644 * @MihaZupan made their first contribution in https://github.com/grpc/grpc-dotnet/pull/2649 **Full Changelog**: https://github.com/grpc/grpc-dotnet/compare/v2.71.0...v2.76.0-pre1 ## 2.71.0 ## What's Changed * Remove old dotnet-core feed by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2611 * Bump axios from 1.7.4 to 1.8.4 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot in https://github.com/grpc/grpc-dotnet/pull/2615 * Bump @babel/helpers from 7.25.0 to 7.27.0 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot in https://github.com/grpc/grpc-dotnet/pull/2616 * Bump tar-fs from 3.0.6 to 3.0.8 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot in https://github.com/grpc/grpc-dotnet/pull/2619 * Fix race condition that caused inprogress connect to be canceled by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2618 * Bump tools package to 2.71 by @apolcyn in https://github.com/grpc/grpc-dotnet/pull/2621 * Update NuGet package versions by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2620 * bump version to 2.71.0-pre1 by @apolcyn in https://github.com/grpc/grpc-dotnet/pull/2622 * Bump version on 2.71 for final release by @apolcyn in https://github.com/grpc/grpc-dotnet/pull/2627 **Full Changelog**: https://github.com/grpc/grpc-dotnet/compare/v2.70.0...v2.71.0 ## 2.71.0-pre1 ## What's Changed * Remove old dotnet-core feed by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2611 * Bump axios from 1.7.4 to 1.8.4 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot in https://github.com/grpc/grpc-dotnet/pull/2615 * Bump @babel/helpers from 7.25.0 to 7.27.0 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot in https://github.com/grpc/grpc-dotnet/pull/2616 * Bump tar-fs from 3.0.6 to 3.0.8 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot in https://github.com/grpc/grpc-dotnet/pull/2619 * Fix race condition that caused inprogress connect to be canceled by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2618 * Bump tools package to 2.71 by @apolcyn in https://github.com/grpc/grpc-dotnet/pull/2621 * Update NuGet package versions by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2620 * bump version to 2.71.0-pre1 by @apolcyn in https://github.com/grpc/grpc-dotnet/pull/2622 **Full Changelog**: https://github.com/grpc/grpc-dotnet/compare/v2.70.0...v2.71.0-pre1 ## 2.70.0 ## What's Changed * update ArgumentNullException.ThrowIfNull usage by @WeihanLi in https://github.com/grpc/grpc-dotnet/pull/2563 * use nameof for CallerArgumentExpression by @WeihanLi in https://github.com/grpc/grpc-dotnet/pull/2562 * Correctness: Make some private & internal classes sealed where possible by @Henr1k80 in https://github.com/grpc/grpc-dotnet/pull/2559 * Bump vue from 2.6.14 to 3.0.0 in /examples/Spar/Server/ClientApp by @dependabot in https://github.com/grpc/grpc-dotnet/pull/2565 * Bump cross-spawn from 7.0.3 to 7.0.6 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot in https://github.com/grpc/grpc-dotnet/pull/2574 * [vote]Added Active maintainers into MAINTAINERS.md. by @subhraOffGit in https://github.com/grpc/grpc-dotnet/pull/2449 * Refactor: Use `await using` for `packageVersionStream` to ensure proper disposal of async resources by @dexcompiler in https://github.com/grpc/grpc-dotnet/pull/2521 * Performance microoptimizations by @Henr1k80 in https://github.com/grpc/grpc-dotnet/pull/2558 * Complete health checks watch service on server shutting down by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2582 * Avoid using ConcurrentDictionary for channels with few methods by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2597 * Bump elliptic from 6.6.0 to 6.6.1 in /examples/Spar/Server/ClientApp by @dependabot in https://github.com/grpc/grpc-dotnet/pull/2599 * Move updating connectivity state outside of subchannel lock by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2601 * Bump Grpc.Tools dependency by @apolcyn in https://github.com/grpc/grpc-dotnet/pull/2603 * bump version on v2.70.x branch by @apolcyn in https://github.com/grpc/grpc-dotnet/pull/2604 * Change version to 2.70.0 by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2610 ## New Contributors * @Henr1k80 made their first contribution in https://github.com/grpc/grpc-dotnet/pull/2559 * @subhraOffGit made their first contribution in https://github.com/grpc/grpc-dotnet/pull/2449 * @dexcompiler made their first contribution in https://github.com/grpc/grpc-dotnet/pull/2521 **Full Changelog**: https://github.com/grpc/grpc-dotnet/compare/v2.67.0...v2.70.0 Commits viewable in [compare view](https://github.com/grpc/grpc-dotnet/commits). </details> Updated [Grpc.Net.Client](https://github.com/grpc/grpc-dotnet) from 2.70.0 to 2.76.0. <details> <summary>Release notes</summary> _Sourced from [Grpc.Net.Client's releases](https://github.com/grpc/grpc-dotnet/releases)._ ## 2.76.0-pre1 ## What's Changed * Remove reference to obsolete property from Readme and mention alternative by @KnapSac in https://github.com/grpc/grpc-dotnet/pull/2631 * Migrate from sln to slnx by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2635 * Bump tar-fs from 3.0.8 to 3.0.9 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot[bot] in https://github.com/grpc/grpc-dotnet/pull/2636 * MapGrpcService with service definition refactor by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2634 * Bump brace-expansion from 1.1.11 to 1.1.12 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot[bot] in https://github.com/grpc/grpc-dotnet/pull/2639 * Fix shared code by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2640 * Bump pbkdf2 from 3.1.2 to 3.1.3 in /examples/Spar/Server/ClientApp by @dependabot[bot] in https://github.com/grpc/grpc-dotnet/pull/2642 * Add protobuf-net code-first to README.md by @weitzhandler in https://github.com/grpc/grpc-dotnet/pull/2644 * Add more options to perf client by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2648 * Update docs and starvs for slnx by @MihaZupan in https://github.com/grpc/grpc-dotnet/pull/2649 * Support reading compressed grpc-web trailing headers by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2650 * Add .NET 10 target by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2653 * Update project.json packages and examples by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2658 * Bump tar-fs from 3.1.0 to 3.1.1 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot[bot] in https://github.com/grpc/grpc-dotnet/pull/2668 * Update Grpc.Tools dependency to latest version by @apolcyn in https://github.com/grpc/grpc-dotnet/pull/2675 * Update version on v2.76.x to 2.76.0-pre1 by @apolcyn in https://github.com/grpc/grpc-dotnet/pull/2676 ## New Contributors * @KnapSac made their first contribution in https://github.com/grpc/grpc-dotnet/pull/2631 * @weitzhandler made their first contribution in https://github.com/grpc/grpc-dotnet/pull/2644 * @MihaZupan made their first contribution in https://github.com/grpc/grpc-dotnet/pull/2649 **Full Changelog**: https://github.com/grpc/grpc-dotnet/compare/v2.71.0...v2.76.0-pre1 ## 2.71.0 ## What's Changed * Remove old dotnet-core feed by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2611 * Bump axios from 1.7.4 to 1.8.4 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot in https://github.com/grpc/grpc-dotnet/pull/2615 * Bump @babel/helpers from 7.25.0 to 7.27.0 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot in https://github.com/grpc/grpc-dotnet/pull/2616 * Bump tar-fs from 3.0.6 to 3.0.8 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot in https://github.com/grpc/grpc-dotnet/pull/2619 * Fix race condition that caused inprogress connect to be canceled by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2618 * Bump tools package to 2.71 by @apolcyn in https://github.com/grpc/grpc-dotnet/pull/2621 * Update NuGet package versions by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2620 * bump version to 2.71.0-pre1 by @apolcyn in https://github.com/grpc/grpc-dotnet/pull/2622 * Bump version on 2.71 for final release by @apolcyn in https://github.com/grpc/grpc-dotnet/pull/2627 **Full Changelog**: https://github.com/grpc/grpc-dotnet/compare/v2.70.0...v2.71.0 ## 2.71.0-pre1 ## What's Changed * Remove old dotnet-core feed by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2611 * Bump axios from 1.7.4 to 1.8.4 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot in https://github.com/grpc/grpc-dotnet/pull/2615 * Bump @babel/helpers from 7.25.0 to 7.27.0 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot in https://github.com/grpc/grpc-dotnet/pull/2616 * Bump tar-fs from 3.0.6 to 3.0.8 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot in https://github.com/grpc/grpc-dotnet/pull/2619 * Fix race condition that caused inprogress connect to be canceled by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2618 * Bump tools package to 2.71 by @apolcyn in https://github.com/grpc/grpc-dotnet/pull/2621 * Update NuGet package versions by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2620 * bump version to 2.71.0-pre1 by @apolcyn in https://github.com/grpc/grpc-dotnet/pull/2622 **Full Changelog**: https://github.com/grpc/grpc-dotnet/compare/v2.70.0...v2.71.0-pre1 Commits viewable in [compare view](https://github.com/grpc/grpc-dotnet/commits). </details> Updated [Microsoft.AspNetCore.TestHost](https://github.com/dotnet/aspnetcore) from 8.0.13 to 8.0.23. <details> <summary>Release notes</summary> _Sourced from [Microsoft.AspNetCore.TestHost's releases](https://github.com/dotnet/aspnetcore/releases)._ ## 8.0.23 [Release](https://github.com/dotnet/core/releases/tag/v8.0.23) ## What's Changed https://devblogs.microsoft.com/dotnet/dotnet-and-dotnet-framework-january-2026-servicing-updates/#release-changelogs ## 8.0.22 [Release](https://github.com/dotnet/core/releases/tag/v8.0.22) ## What's Changed * Update branding to 8.0.22 by @vseanreesermsft in https://github.com/dotnet/aspnetcore/pull/63949 * [release/8.0] Update dependencies from dotnet/arcade by @dotnet-maestro[bot] in https://github.com/dotnet/aspnetcore/pull/63664 * [release/8.0] (http2): Lower WINDOWS_UPDATE received on (half)closed stream to stream abortion by @DeagleGross in https://github.com/dotnet/aspnetcore/pull/63903 * [release/8.0] (deps): Bump src/submodules/googletest from `eb2d85e` to `9706f75` by @dependabot[bot] in https://github.com/dotnet/aspnetcore/pull/63893 * [release/8.0] Fixed devtools url used for debug with chrome and edge by @github-actions[bot] in https://github.com/dotnet/aspnetcore/pull/62080 * [release/8.0] Update dependencies from dotnet/source-build-reference-packages by @dotnet-maestro[bot] in https://github.com/dotnet/aspnetcore/pull/63665 * [release/8.0] Update dependencies from dotnet/source-build-reference-packages by @dotnet-maestro[bot] in https://github.com/dotnet/aspnetcore/pull/63957 * Merging internal commits for release/8.0 by @vseanreesermsft in https://github.com/dotnet/aspnetcore/pull/64035 * Mark productVersion.txt as shipping artifact in 8.0 by @Copilot in https://github.com/dotnet/aspnetcore/pull/64067 * Revert log level severity for unknown proxy in ForwardedHeadersMiddleware by @BrennanConroy in https://github.com/dotnet/aspnetcore/pull/64090 **Full Changelog**: https://github.com/dotnet/aspnetcore/compare/v8.0.21...v8.0.22 ## 8.0.21 [Release](https://github.com/dotnet/core/releases/tag/v8.0.21) ## What's Changed * Update branding to 8.0.21 by @vseanreesermsft in https://github.com/dotnet/aspnetcore/pull/63509 * [release/8.0] (deps): Bump src/submodules/googletest from `373af2e` to `eb2d85e` by @dependabot[bot] in https://github.com/dotnet/aspnetcore/pull/63500 * [release/8.0] Make duplicate deb/rpm packages so we can sign them with the new PMC key by @github-actions[bot] in https://github.com/dotnet/aspnetcore/pull/63250 * [release/8.0] Extend Unofficial 1ES template in IdentityModel nightly tests job by @github-actions[bot] in https://github.com/dotnet/aspnetcore/pull/63466 * [release/8.0] Quarantine ResponseBody_WriteContentLength_PassedThrough by @github-actions[bot] in https://github.com/dotnet/aspnetcore/pull/63534 * [release/8.0] Update dependencies from dotnet/source-build-reference-packages by @dotnet-maestro[bot] in https://github.com/dotnet/aspnetcore/pull/63261 * [release/8.0] Use wait assert in flaky tests by @ilonatommy in https://github.com/dotnet/aspnetcore/pull/63565 * [release/8.0] Update Microsoft.Build versions by @github-actions[bot] in https://github.com/dotnet/aspnetcore/pull/62507 * Merging internal commits for release/8.0 by @vseanreesermsft in https://github.com/dotnet/aspnetcore/pull/63603 * backport(8.0): Fix runtime architecture detection logic in ANCM by @DeagleGross in https://github.com/dotnet/aspnetcore/pull/63706 **Full Changelog**: https://github.com/dotnet/aspnetcore/compare/v8.0.20...v8.0.21 ## 8.0.20 [Release](https://github.com/dotnet/core/releases/tag/v8.0.20) ## What's Changed * Update branding to 8.0.20 by @vseanreesermsft in https://github.com/dotnet/aspnetcore/pull/63106 * [release/8.0] (deps): Bump src/submodules/googletest from `c67de11` to `373af2e` by @dependabot[bot] in https://github.com/dotnet/aspnetcore/pull/63038 * [release/8.0] Dispose the certificate chain elements with the chain by @MackinnonBuck in https://github.com/dotnet/aspnetcore/pull/62994 * [release/8.0] Update SignalR Redis tests to use internal Docker Hub mirror by @github-actions[bot] in https://github.com/dotnet/aspnetcore/pull/63117 * [release/8.0] [SignalR] Don't throw for message headers in Java client by @github-actions[bot] in https://github.com/dotnet/aspnetcore/pull/62784 * Merging internal commits for release/8.0 by @vseanreesermsft in https://github.com/dotnet/aspnetcore/pull/63152 * [release/8.0] Update dependencies from dotnet/extensions by @dotnet-maestro[bot] in https://github.com/dotnet/aspnetcore/pull/63188 * [release/8.0] Update dependencies from dotnet/arcade by @dotnet-maestro[bot] in https://github.com/dotnet/aspnetcore/pull/63189 **Full Changelog**: https://github.com/dotnet/aspnetcore/compare/v8.0.19...v8.0.20 ## 8.0.18 [Release](https://github.com/dotnet/core/releases/tag/v8.0.18) ## What's Changed * Update branding to 8.0.18 by @vseanreesermsft in https://github.com/dotnet/aspnetcore/pull/62241 * [release/8.0] Update Alpine helix references by @github-actions in https://github.com/dotnet/aspnetcore/pull/62243 * [release/8.0] (deps): Bump src/submodules/googletest from `04ee1b4` to `e9092b1` by @dependabot in https://github.com/dotnet/aspnetcore/pull/62201 * [8.0] Delete src/arcade directory by @akoeplinger in https://github.com/dotnet/aspnetcore/pull/61994 * [Backport 8.0] [IIS] Manually parse exe bitness (#61894) by @BrennanConroy in https://github.com/dotnet/aspnetcore/pull/62037 * [release/8.0] Update dependencies from dotnet/source-build-reference-packages by @dotnet-maestro in https://github.com/dotnet/aspnetcore/pull/62006 * [release/8.0] Update dependencies from dotnet/arcade by @dotnet-maestro in https://github.com/dotnet/aspnetcore/pull/61944 * [release/8.0] Associate tagged keys with entries so replacements are not evicted by @github-actions in https://github.com/dotnet/aspnetcore/pull/62247 * [release/8.0] Block test that is failing after switching to latest-chrome by @github-actions in https://github.com/dotnet/aspnetcore/pull/62284 * backport(net8.0): http.sys on-demand TLS client hello retrieval by @DeagleGross in https://github.com/dotnet/aspnetcore/pull/62290 * Merging internal commits for release/8.0 by @vseanreesermsft in https://github.com/dotnet/aspnetcore/pull/62302 **Full Changelog**: https://github.com/dotnet/aspnetcore/compare/v8.0.17...v8.0.18 ## 8.0.17 ## Bug Fixes - **Forwarded Headers Middleware: Ignore X-Forwarded-Headers from Unknown Proxy** ([#61623](https://github.com/dotnet/aspnetcore/pull/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](https://github.com/dotnet/aspnetcore/pull/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](https://github.com/dotnet/aspnetcore/pull/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](https://github.com/dotnet/aspnetcore/pull/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](https://github.com/dotnet/aspnetcore/pull/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**: https://github.com/dotnet/aspnetcore/compare/v8.0.16...v8.0.17 ## 8.0.16 [Release](https://github.com/dotnet/core/releases/tag/v8.0.16) ## What's Changed * Update branding to 8.0.16 by @vseanreesermsft in https://github.com/dotnet/aspnetcore/pull/61283 * [release/8.0] (deps): Bump src/submodules/googletest from `24a9e94` to `52204f7` by @dependabot in https://github.com/dotnet/aspnetcore/pull/61260 * [release/8.0] Update dependencies from dotnet/source-build-externals by @dotnet-maestro in https://github.com/dotnet/aspnetcore/pull/61281 * [release/8.0] Upgrade to Ubuntu 22 by @wtgodbe in https://github.com/dotnet/aspnetcore/pull/61216 * [release/8.0] Update dependencies from dotnet/arcade by @dotnet-maestro in https://github.com/dotnet/aspnetcore/pull/60901 * [release/8.0] Update dependencies from dotnet/source-build-reference-packages by @dotnet-maestro in https://github.com/dotnet/aspnetcore/pull/60926 * [release/8.0] Update dependencies from dotnet/arcade by @dotnet-maestro in https://github.com/dotnet/aspnetcore/pull/61404 * Merging internal commits for release/8.0 by @vseanreesermsft in https://github.com/dotnet/aspnetcore/pull/61398 * [release/8.0] Update dependencies from dotnet/arcade by @dotnet-maestro in https://github.com/dotnet/aspnetcore/pull/61411 * Revert "Revert "[release/8.0] Update remnants of azureedge.net"" by @wtgodbe in https://github.com/dotnet/aspnetcore/pull/60352 * [release/8.0] Fix preserving messages for stateful reconnect with backplane by @BrennanConroy in https://github.com/dotnet/aspnetcore/pull/61375 * [release/8.0] Update dependencies from dotnet/source-build-reference-packages by @dotnet-maestro in https://github.com/dotnet/aspnetcore/pull/61442 * fetch TLS client hello message from HTTP.SYS by @BrennanConroy in https://github.com/dotnet/aspnetcore/pull/61494 **Full Changelog**: https://github.com/dotnet/aspnetcore/compare/v8.0.15...v8.0.16 ## 8.0.15 [Release](https://github.com/dotnet/core/releases/tag/v8.0.15) ## What's Changed * [release/8.0] Update dependencies from dotnet/arcade by @dotnet-maestro in https://github.com/dotnet/aspnetcore/pull/60355 * Update branding to 8.0.15 by @vseanreesermsft in https://github.com/dotnet/aspnetcore/pull/60784 * Add partitioned to cookie for SignalR browser testing by @BrennanConroy in https://github.com/dotnet/aspnetcore/pull/60728 * [release/8.0] (deps): Bump src/submodules/googletest from `e235eb3` to `24a9e94` by @dependabot in https://github.com/dotnet/aspnetcore/pull/60677 * Merging internal commits for release/8.0 by @vseanreesermsft in https://github.com/dotnet/aspnetcore/pull/60879 **Full Changelog**: https://github.com/dotnet/aspnetcore/compare/v8.0.14...v8.0.15 ## 8.0.14 [Release](https://github.com/dotnet/core/releases/tag/v8.0.14) ## What's Changed * Update branding to 8.0.14 by @vseanreesermsft in https://github.com/dotnet/aspnetcore/pull/60197 * [release/8.0] (deps): Bump src/submodules/googletest from `7d76a23` to `e235eb3` by @dependabot in https://github.com/dotnet/aspnetcore/pull/60150 * [release/8.0] Fix java discovery in IdentityModel pipeline by @wtgodbe in https://github.com/dotnet/aspnetcore/pull/60075 * [release/8.0] Update dependencies from dotnet/source-build-externals by @dotnet-maestro in https://github.com/dotnet/aspnetcore/pull/60199 * [release/8.0] Update dependencies from dotnet/source-build-reference-packages by @dotnet-maestro in https://github.com/dotnet/aspnetcore/pull/59922 * [release/8.0] Readd DiagnosticSource to KestrelServerImpl by @github-actions in https://github.com/dotnet/aspnetcore/pull/60203 * [release/8.0] Update to MacOS 15 in Helix by @github-actions in https://github.com/dotnet/aspnetcore/pull/60239 * [release/8.0] Use the latest available JDK by @wtgodbe in https://github.com/dotnet/aspnetcore/pull/60233 * [release/8.0] Fix skip condition for java tests by @github-actions in https://github.com/dotnet/aspnetcore/pull/60243 * [release/8.0] Update list of helix queues to skip by @wtgodbe in https://github.com/dotnet/aspnetcore/pull/60231 * [release/8.0] [Blazor] Allow cascading value subscribers to get added and removed during change notification by @github-actions in https://github.com/dotnet/aspnetcore/pull/57288 * [release/8.0] Update remnants of azureedge.net by @sebastienros in https://github.com/dotnet/aspnetcore/pull/60264 * [release/8.0] Centralize on one docker container by @wtgodbe in https://github.com/dotnet/aspnetcore/pull/60299 * Revert "[release/8.0] Update remnants of azureedge.net" by @wtgodbe in https://github.com/dotnet/aspnetcore/pull/60324 * Merging internal commits for release/8.0 by @vseanreesermsft in https://github.com/dotnet/aspnetcore/pull/60316 **Full Changelog**: https://github.com/dotnet/aspnetcore/compare/v8.0.13...v8.0.14 Commits viewable in [compare view](https://github.com/dotnet/aspnetcore/compare/v8.0.13...v8.0.23). </details> Updated [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.13.0 to 18.0.1. <details> <summary>Release notes</summary> _Sourced from [Microsoft.NET.Test.Sdk's releases](https://github.com/microsoft/vstest/releases)._ ## 18.0.1 ## What's Changed Fixing an issue with loading covrun64.dll on systems that have .NET 10 SDK installed: https://learn.microsoft.com/en-us/dotnet/core/compatibility/sdk/10.0/code-coverage-dynamic-native-instrumentation * Disable DynamicNative instrumentation by default by @nohwnd in https://github.com/microsoft/vstest/pull/15298 * Update MicrosoftInternalCodeCoveragePackageVersion to 18.0.6 by @nohwnd in https://github.com/microsoft/vstest/pull/15312 ### Internal changes * Update VersionPrefix to 18.0.1 by @nohwnd in https://github.com/microsoft/vstest/pull/15301 * Update build tools to 17.8.43 by @nohwnd in https://github.com/microsoft/vstest/pull/15305 **Full Changelog**: https://github.com/microsoft/vstest/compare/v18.0.0...v18.0.1 ## 18.0.0 ## What's Changed * Update reporting formatting by @martincostello in https://github.com/microsoft/vstest/pull/15082 * Fix stack trace for Trace.Fail and Debug.Fail by @nohwnd in https://github.com/microsoft/vstest/pull/15103 * Add documentation of environment variables by @Copilot in https://github.com/microsoft/vstest/pull/15095 * IFrameworkHandle.LaunchProcessWithDebuggerAttached allows null for workingDirectory in signature but throws by @Copilot in https://github.com/microsoft/vstest/pull/15091 * Add Dependabot configuration for .NET SDK updates by @JamieMagee in https://github.com/microsoft/vstest/pull/15114 * Handle dotnet_root in testhost version aware way by @nohwnd in https://github.com/microsoft/vstest/pull/15184 * Add magic bytes validation for Mach-O binaries in DotnetHostHelper by @Copilot in https://github.com/microsoft/vstest/pull/15230 * using globbing pattern doesn't work on windows with forward slashes by @Copilot in https://github.com/microsoft/vstest/pull/15088 * Remove tpv0 by @nohwnd in https://github.com/microsoft/vstest/pull/15247 * Cache AssemblyName in ManagedNameHelper by @Youssef1313 in https://github.com/microsoft/vstest/pull/15259 * Add ARM64 support to GetArchitectureForSource methods by @Copilot in https://github.com/microsoft/vstest/pull/15278 ### Internal fixes and updates * Fix formatting in two files by @ViktorHofer in https://github.com/microsoft/vstest/pull/15047 * Build TestPlatform packages in VMR by @ViktorHofer in https://github.com/microsoft/vstest/pull/15055 * Condition property on .NET FX MSBuild by @jaredpar in https://github.com/microsoft/vstest/pull/15054 * Migrate to awesome assertions by @nohwnd in https://github.com/microsoft/vstest/pull/15056 * Revert "Build TestPlatform packages in VMR" by @ViktorHofer in https://github.com/microsoft/vstest/pull/15057 * Update package Category by @ViktorHofer in https://github.com/microsoft/vstest/pull/15058 * Revert "Write props of tests into trx" by @nohwnd in https://github.com/microsoft/vstest/pull/15080 * Error on unsupported tfms (#15072) by @nohwnd in https://github.com/microsoft/vstest/pull/15073 * Use policies from testfx to align by @nohwnd in https://github.com/microsoft/vstest/pull/15085 * Update enable-auto-merge.yml by @nohwnd in https://github.com/microsoft/vstest/pull/15102 * Revert ignoring environment test by @Copilot in https://github.com/microsoft/vstest/pull/15094 * unignore tests by @Copilot in https://github.com/microsoft/vstest/pull/15093 * Update MSTest by @Youssef1313 in https://github.com/microsoft/vstest/pull/15108 * Bump dotnet-sdk from 9.0.106 to 9.0.301 by @dependabot[bot] in https://github.com/microsoft/vstest/pull/15179 * Use Assert.Equals by @nohwnd in https://github.com/microsoft/vstest/pull/15181 * Run VSTest tests with MTP by @Youssef1313 in https://github.com/microsoft/vstest/pull/15079 * Use the standard sdk for architecture switch test by @nohwnd in https://github.com/microsoft/vstest/pull/15188 * Remove CUIT (Coded UI Test) from NuGet packages and test projects by @Copilot in https://github.com/microsoft/vstest/pull/15177 * dump-logs? by @nohwnd in https://github.com/microsoft/vstest/pull/15187 * Moving to version 18 by @nohwnd in https://github.com/microsoft/vstest/pull/15209 * Update fakes version by @drognanar in https://github.com/microsoft/vstest/pull/15227 * Microsoft.Intellitrace.Core should be taken from nuget by @nohwnd in https://github.com/microsoft/vstest/pull/15229 * Remove MSTest.Assert.Extensions by @Youssef1313 in https://github.com/microsoft/vstest/pull/15178 * Sourcebuild fix by @nohwnd in https://github.com/microsoft/vstest/pull/15239 * Set dotnet_root_<arch> only when the architecture of dotnet in the path is the same by @nohwnd in https://github.com/microsoft/vstest/pull/15250 * Remove fakes v1 from FakesUtilities by @drognanar in https://github.com/microsoft/vstest/pull/15251 * Update fakes dependencies by @drognanar in https://github.com/microsoft/vstest/pull/15254 * Do half the work in GetManagedName by @Youssef1313 in https://github.com/microsoft/vstest/pull/15255 * check Vsix only when produced by @nohwnd in https://github.com/microsoft/vstest/pull/15261 * Set dotnet_root_<arch> always by @nohwnd in https://github.com/microsoft/vstest/pull/15266 * Don't hardcode old vswhere version in global.json by @akoeplinger in https://github.com/microsoft/vstest/pull/15267 * Revert dowgrade of fakes by @nohwnd in https://github.com/microsoft/vstest/pull/15263 * Update VSSDK to version with code flow guard by @nohwnd in https://github.com/microsoft/vstest/pull/15279 * Update Fakes to version with code flow guard by @nohwnd in https://github.com/microsoft/vstest/pull/15273 ... (truncated) ## 17.14.1 ## What's Changed * Error on unsupported target frameworks to prevent silently not running tests by @nohwnd in https://github.com/microsoft/vstest/pull/15072 and https://github.com/microsoft/vstest/pull/15078 * Revert writing additional properties to TRX by @nohwnd in https://github.com/microsoft/vstest/commit/47eb51b15ad8ca4a84ad7be5881fcd1713a0f68a **Full Changelog**: https://github.com/microsoft/vstest/compare/v17.14.0...v17.14.1 ## 17.14.0 ## What's Changed ### .NET versions updated This version of VS Test upgraded .NET to net8 and net9. All projects targeting net6.0 (or other end-of-life .NET target frameworks) should pin their version of Microsoft.NET.Test.SDK to 17.13.0, or update the projects to net8 or newer. We remain backwards compatible with previous versions of Microsoft.NET.Test.SDK. This change does **NOT** prevent you from: - Updating to the latest VS, and running tests from net6.0 test projects. - Updating to the latest .NET SDK, and running tests from net6.0 test projects. It also has no impact on .NET Framework projects, where we continue targeting .NET Framework 4.6.2. * Drop unsupported frameworks by @nohwnd in https://github.com/microsoft/vstest/pull/10565 ### Changes * Adding Process Query Flag For UWP .NET 9 Support by @adstep in https://github.com/microsoft/vstest/pull/15003 * Fix builds on WinUI and UWP .NET 9 projects by @Sergio0694 in https://github.com/microsoft/vstest/pull/15004 * don't report communication error on discovery abort by @nohwnd in https://github.com/microsoft/vstest/pull/14992 * Add dump minitool to vsix by @nohwnd in https://github.com/microsoft/vstest/pull/14707 * Make test runners long-path aware (#5179) by @peetw in https://github.com/microsoft/vstest/pull/15014 * Fix trace in DataCollectionRequestSender.cs by @stan-sz in https://github.com/microsoft/vstest/pull/15025 * Fix/readme grammar parallelism by @dellch in https://github.com/microsoft/vstest/pull/15030 * Add binding redirects by @nohwnd in https://github.com/microsoft/vstest/pull/15041 * Write props of tests into trx by @nohwnd in https://github.com/microsoft/vstest/pull/14905 ### Internal version updates and fixes * Update io.redist by @nohwnd in https://github.com/microsoft/vstest/pull/13872 * Use preview image for public build by @nohwnd in https://github.com/microsoft/vstest/pull/13888 * Remove xcopy-msbuild by @nohwnd in https://github.com/microsoft/vstest/pull/14138 * Move to macos14 by @nohwnd in https://github.com/microsoft/vstest/pull/14137 * Update diagnose.md by @nohwnd in https://github.com/microsoft/vstest/pull/14776 * hash with sha2 for mutex lock by @nohwnd in https://github.com/microsoft/vstest/pull/14777 * Update test projects for vmr by @nohwnd in https://github.com/microsoft/vstest/pull/14894 * 17.14 branding by @nohwnd in https://github.com/microsoft/vstest/pull/14903 * Update filter.md for NUnit by @OsirisTerje in https://github.com/microsoft/vstest/pull/14987 * Flag netstandard1.x dependencies in source-build by @ViktorHofer in https://github.com/microsoft/vstest/pull/14986 * Use VS dependencies versions from release VS to have archived symbols by @nohwnd in https://github.com/microsoft/vstest/pull/14991 * Remove extra ; by @nohwnd in https://github.com/microsoft/vstest/pull/14995 * Use dependencymodel 6.0.2 by @nohwnd in https://github.com/microsoft/vstest/pull/14996 * Make Testhost packable only on Windows by @mmitche in https://github.com/microsoft/vstest/pull/15001 * Add system text json to vsix by @nohwnd in https://github.com/microsoft/vstest/pull/15034 * Add more files to vsix by @nohwnd in https://github.com/microsoft/vstest/pull/15038 * Remove unnecessary CA2022 suppressions by @Winniexu01 in https://github.com/microsoft/vstest/pull/15035 * Update package project url by @mmitche in https://github.com/microsoft/vstest/pull/15040 ## New Contributors * @OsirisTerje made their first contribution in https://github.com/microsoft/vstest/pull/14987 * @adstep made their first contribution in https://github.com/microsoft/vstest/pull/15003 ... (truncated) ## 17.14.0-preview-25107-01 ## What's Changed ### .NET versions updated This version of VS Test upgraded .NET to net8 and net9. All projects targeting net6.0 (or other end-of-life .NET target frameworks) should pin their version of Microsoft.NET.Test.SDK to 17.13.0, or update the projects to net8 or newer. We remain backwards compatible with previous versions of Microsoft.NET.Test.SDK. This change does **NOT** prevent you from: - Updating to the latest VS, and running tests from net6.0 test projects. - Updating to the latest .NET SDK, and running tests from net6.0 test projects. It also has no impact on .NET Framework projects, where we continue targeting .NET Framework 4.6.2. * Drop unsupported frameworks by @nohwnd in https://github.com/microsoft/vstest/pull/10565 ### Changes * Adding Process Query Flag For UWP .NET 9 Support by @adstep in https://github.com/microsoft/vstest/pull/15003 * Fix builds on WinUI and UWP .NET 9 projects by @Sergio0694 in https://github.com/microsoft/vstest/pull/15004 * don't report communication error on discovery abort by @nohwnd in https://github.com/microsoft/vstest/pull/14992 * Add dump minitool to vsix by @nohwnd in https://github.com/microsoft/vstest/pull/14707 ### Internal version updates and fixes * Update io.redist by @nohwnd in https://github.com/microsoft/vstest/pull/13872 * Use preview image for public build by @nohwnd in https://github.com/microsoft/vstest/pull/13888 * Remove xcopy-msbuild by @nohwnd in https://github.com/microsoft/vstest/pull/14138 * Move to macos14 by @nohwnd in https://github.com/microsoft/vstest/pull/14137 * Update diagnose.md by @nohwnd in https://github.com/microsoft/vstest/pull/14776 * hash with sha2 for mutex lock by @nohwnd in https://github.com/microsoft/vstest/pull/14777 * Update test projects for vmr by @nohwnd in https://github.com/microsoft/vstest/pull/14894 * 17.14 branding by @nohwnd in https://github.com/microsoft/vstest/pull/14903 * Update filter.md for NUnit by @OsirisTerje in https://github.com/microsoft/vstest/pull/14987 * Flag netstandard1.x dependencies in source-build by @ViktorHofer in https://github.com/microsoft/vstest/pull/14986 * Use VS dependencies versions from release VS to have archived symbols by @nohwnd in https://github.com/microsoft/vstest/pull/14991 * Remove extra ; by @nohwnd in https://github.com/microsoft/vstest/pull/14995 * Use dependencymodel 6.0.2 by @nohwnd in https://github.com/microsoft/vstest/pull/14996 * Make Testhost packable only on Windows by @mmitche in https://github.com/microsoft/vstest/pull/15001 ### Will probably revert before release: * Write props of tests into trx by @nohwnd in https://github.com/microsoft/vstest/pull/14905 ## New Contributors * @OsirisTerje made their first contribution in https://github.com/microsoft/vstest/pull/14987 * @adstep made their first contribution in https://github.com/microsoft/vstest/pull/15003 * @Sergio0694 made their first contribution in https://github.com/microsoft/vstest/pull/15004 **Full Changelog**: https://github.com/microsoft/vstest/compare/v17.13.0...v17.14.0-preview-25107-01 Commits viewable in [compare view](https://github.com/microsoft/vstest/compare/v17.13.0...v18.0.1). </details> Updated [OpenFeature](https://github.com/open-feature/dotnet-sdk) from 2.4.0 to 2.11.1. <details> <summary>Release notes</summary> _Sourced from [OpenFeature's releases](https://github.com/open-feature/dotnet-sdk/releases)._ ## 2.11.1 ## [2.11.1](https://github.com/open-feature/dotnet-sdk/compare/v2.11.0...v2.11.1) (2025-12-30) ### 🐛 Bug Fixes * Fix dimension mismatch in active evaluation metric ([#679](https://github.com/open-feature/dotnet-sdk/issues/679)) ([0624332](https://github.com/open-feature/dotnet-sdk/commit/06243323e960464305e540b04bec069730f3cb79)) ## 2.11.0 ## [2.11.0](https://github.com/open-feature/dotnet-sdk/compare/v2.10.0...v2.11.0) (2025-12-18) ### ✨ New Features * Upgrade to dotnet version 10 ([#658](https://github.com/open-feature/dotnet-sdk/issues/658)) ([c7be7e0](https://github.com/open-feature/dotnet-sdk/commit/c7be7e0fbff694ec9ef794548f6e7a478412b68b)) ## 2.10.0 ## [2.10.0](https://github.com/open-feature/dotnet-sdk/compare/v2.9.0...v2.10.0) (2025-12-01) ### 🐛 Bug Fixes * Address issue with FeatureClient not being resolved when no Provider added ([#607](https://github.com/open-feature/dotnet-sdk/issues/607)) ([a8d12ef](https://github.com/open-feature/dotnet-sdk/commit/a8d12ef12d75aaa770551b3052cd8725b65b5fd8)) * Address issues when evaluating the context in the InMemoryProvider ([#615](https://github.com/open-feature/dotnet-sdk/issues/615)) ([94fcdc1](https://github.com/open-feature/dotnet-sdk/commit/94fcdc142c61f41619af222778d6d84264f2831c)) * Ensure AddPolicyName without adding a Provider does not get stuck in infinite loop ([#606](https://github.com/open-feature/dotnet-sdk/issues/606)) ([4b965dd](https://github.com/open-feature/dotnet-sdk/commit/4b965dddcaeef761e01f8fcbd28941ae3f3074c9)) * Ensure EvaluationContext is reliably added to the injected FeatureClient ([#605](https://github.com/open-feature/dotnet-sdk/issues/605)) ([c987b58](https://github.com/open-feature/dotnet-sdk/commit/c987b58b66c8186486fd06aebdc4042052f30beb)) ### ✨ New Features * Add DI for multi provider ([#621](https://github.com/open-feature/dotnet-sdk/issues/621)) ([ee862f0](https://github.com/open-feature/dotnet-sdk/commit/ee862f09cb2c58f43f84957fa95e8b25e8e36f72)) * Add disabled flag support to InMemoryProvider ([#632](https://github.com/open-feature/dotnet-sdk/issues/632)) ([df1765c](https://github.com/open-feature/dotnet-sdk/commit/df1765c7abc4e9e5f76954ddb361b3fd5bf0ddf7)) * Add optional CancellationToken parameter to SetProviderAsync ([#638](https://github.com/open-feature/dotnet-sdk/issues/638)) ([a1f7ff6](https://github.com/open-feature/dotnet-sdk/commit/a1f7ff6434842ff051e32af5c787e1bf40a5cb66)) * Add SourceLink configuration for .NET SDK 8+ to enhance debugging experience ([1b40391](https://github.com/open-feature/dotnet-sdk/commit/1b40391034b0762aa755a05374a908eb97cdf444)) * Add SourceLink configuration for .NET to enhance debugging experience ([#614](https://github.com/open-feature/dotnet-sdk/issues/614)) ([1b40391](https://github.com/open-feature/dotnet-sdk/commit/1b40391034b0762aa755a05374a908eb97cdf444)) * Add tracking to multi-provider ([#612](https://github.com/open-feature/dotnet-sdk/issues/612)) ([186b357](https://github.com/open-feature/dotnet-sdk/commit/186b3574702258fb33716162094888b9f7560c7c)) ### 🔧 Refactoring * Clean up project files by removing TargetFrameworks and formatting ([#611](https://github.com/open-feature/dotnet-sdk/issues/611)) ([dfbc3ee](https://github.com/open-feature/dotnet-sdk/commit/dfbc3eef1f7468dc363c71fef1eb1f42e1bb8a88)) * Pass cancellation tokens to Provider Initialization functions ([#640](https://github.com/open-feature/dotnet-sdk/issues/640)) ([8b472d8](https://github.com/open-feature/dotnet-sdk/commit/8b472d8ccd1367ba82a2ab39ad7a77b1a6609ce0)) * Remove deprecated Dependency Injection code ([#626](https://github.com/open-feature/dotnet-sdk/issues/626)) ([a36a906](https://github.com/open-feature/dotnet-sdk/commit/a36a9067102a70f80e7837ce18d287430c7452fc)) ## 2.9.0 ## [2.9.0](https://github.com/open-feature/dotnet-sdk/compare/v2.8.1...v2.9.0) (2025-10-16) ### 🐛 Bug Fixes * update provider status to Fatal during disposal ([#580](https://github.com/open-feature/dotnet-sdk/issues/580)) ([76bd94b](https://github.com/open-feature/dotnet-sdk/commit/76bd94b03ea19ad3c432a52dd644317e362b99ec)) ### ✨ New Features * Add events to the multi provider ([#568](https://github.com/open-feature/dotnet-sdk/issues/568)) ([9d8ab03](https://github.com/open-feature/dotnet-sdk/commit/9d8ab037df1749d098f5e1e210f71cf9d1e7adff)) * Add multi-provider support ([#488](https://github.com/open-feature/dotnet-sdk/issues/488)) ([7237053](https://github.com/open-feature/dotnet-sdk/commit/7237053561d9c36194197169734522f0b978f6e5)) * Deprecate AddHostedFeatureLifecycle method ([#531](https://github.com/open-feature/dotnet-sdk/issues/531)) ([fdf2297](https://github.com/open-feature/dotnet-sdk/commit/fdf229737118639d323e74cceac490d44c4c24dd)) * Implement hooks in multi provider ([#594](https://github.com/open-feature/dotnet-sdk/issues/594)) ([95ae7f0](https://github.com/open-feature/dotnet-sdk/commit/95ae7f03249e351c20ccd6152d88400a7e1ef764)) * Support retrieving numeric metadata as either integers or decimals ([#490](https://github.com/open-feature/dotnet-sdk/issues/490)) ([12de5f1](https://github.com/open-feature/dotnet-sdk/commit/12de5f10421bac749fdd45c748e7b970f3f69a39)) ### 🚀 Performance * Add NativeAOT Support ([#554](https://github.com/open-feature/dotnet-sdk/issues/554)) ([acd0486](https://github.com/open-feature/dotnet-sdk/commit/acd0486563f7b67a782ee169315922fb5d0f343e)) ## 2.8.1 ## [2.8.1](https://github.com/open-feature/dotnet-sdk/compare/v2.8.0...v2.8.1) (2025-07-31) ### 🐛 Bug Fixes * expose ValueJsonConverter for generator support and add JsonSourceGenerator test cases ([#537](https://github.com/open-feature/dotnet-sdk/issues/537)) ([e03aeba](https://github.com/open-feature/dotnet-sdk/commit/e03aeba0f515f668afaba0a3c6f0ea01b44d6ee4)) ## 2.8.0 ## [2.8.0](https://github.com/open-feature/dotnet-sdk/compare/v2.7.0...v2.8.0) (2025-07-30) ### 🐛 Bug Fixes * update DI lifecycle to use container instead of static instance ([#534](https://github.com/open-feature/dotnet-sdk/issues/534)) ([1a3846d](https://github.com/open-feature/dotnet-sdk/commit/1a3846d7575e75b5d7d05ec2a7db0b0f82c7b274)) ### ✨ New Features * Add Hook Dependency Injection extension method with Hook instance ([#513](https://github.com/open-feature/dotnet-sdk/issues/513)) ([12396b7](https://github.com/open-feature/dotnet-sdk/commit/12396b7872a2db6533b33267cf9c299248c41472)) * Add TraceEnricherHookOptions Custom Attributes ([#526](https://github.com/open-feature/dotnet-sdk/issues/526)) ([5a91005](https://github.com/open-feature/dotnet-sdk/commit/5a91005c888c8966145eae7745cc40b2b066f343)) * Add Track method to IFeatureClient ([#519](https://github.com/open-feature/dotnet-sdk/issues/519)) ([2e70072](https://github.com/open-feature/dotnet-sdk/commit/2e7007277e19a0fbc4c4c3944d24eea1608712e6)) * Support JSON Serialize for Value ([#529](https://github.com/open-feature/dotnet-sdk/issues/529)) ([6e521d2](https://github.com/open-feature/dotnet-sdk/commit/6e521d25c3dd53c45f2fd30f5319cae5cd2ff46d)) * Add Metric Hook Custom Attributes ([#512](https://github.com/open-feature/dotnet-sdk/issues/512)) ([8c05d1d](https://github.com/open-feature/dotnet-sdk/commit/8c05d1d7363db89b8379e1a4e46e455f210888e2)) ### 🧹 Chore * Add comparison to Value ([#523](https://github.com/open-feature/dotnet-sdk/issues/523)) ([883f4f3](https://github.com/open-feature/dotnet-sdk/commit/883f4f3c8b553dc01b5accdbae2782ca7805e8ed)) * **deps:** update github/codeql-action digest to 181d5ee ([#520](https://github.com/open-feature/dotnet-sdk/issues/520)) ([40bec0d](https://github.com/open-feature/dotnet-sdk/commit/40bec0d51b6fa782a8b6d90a3d84463f9fb73c1b)) * **deps:** update github/codeql-action digest to 4e828ff ([#532](https://github.com/open-feature/dotnet-sdk/issues/532)) ([20d1f37](https://github.com/open-feature/dotnet-sdk/commit/20d1f37a4f8991419bb14dae7eec9a08c2b32bc6)) * **deps:** update github/codeql-action digest to d6bbdef ([#527](https://github.com/open-feature/dotnet-sdk/issues/527)) ([03d3b9e](https://github.com/open-feature/dotnet-sdk/commit/03d3b9e5d6ff1706faffc25afeba80a0e2bb37ec)) * **deps:** update spec digest to 224b26e ([#521](https://github.com/open-feature/dotnet-sdk/issues/521)) ([fbc2645](https://github.com/open-feature/dotnet-sdk/commit/fbc2645efd649c0c37bd1a1cf473fbd98d920948)) * **deps:** update spec digest to baec39b ([#528](https://github.com/open-feature/dotnet-sdk/issues/528)) ([a0ae014](https://github.com/open-feature/dotnet-sdk/commit/a0ae014d3194fcf6e5e5e4a17a2f92b1df3dc7c7)) * remove redundant rule (now in parent) ([929fa74](https://github.com/open-feature/dotnet-sdk/commit/929fa7497197214d385eeaa40aba008932d00896)) ### 📚 Documentation * fix anchor link in readme ([#525](https://github.com/open-feature/dotnet-sdk/issues/525)) ([18705c7](https://github.com/open-feature/dotnet-sdk/commit/18705c7338a0c89f163f808c81e513a029c95239)) * remove curly brace from readme ([8c92524](https://github.com/open-feature/dotnet-sdk/commit/8c92524edbf4579d4ad62c699b338b9811a783fd)) ### 🔄 Refactoring * Simplify Provider Repository ([#515](https://github.com/open-feature/dotnet-sdk/issues/515)) ([2547a57](https://github.com/open-feature/dotnet-sdk/commit/2547a574e0d0328f909b7e69f3775d07492de3dd)) ## 2.7.0 ## [2.7.0](https://github.com/open-feature/dotnet-sdk/compare/v2.6.0...v2.7.0) (2025-07-03) ### 🐛 Bug Fixes * Add generic to evaluation event builder ([#500](https://github.com/open-feature/dotnet-sdk/issues/500)) ([68af649](https://github.com/open-feature/dotnet-sdk/commit/68af6493b09d29be5d4cdda9e6f792ee8667bf4f)) * ArgumentNullException when creating a client with optional name ([#508](https://github.com/open-feature/dotnet-sdk/issues/508)) ([9151dcd](https://github.com/open-feature/dotnet-sdk/commit/9151dcdf2cecde9b4b01f06c73d149e0ad3bb539)) ### ✨ New Features * Move OTEL hooks to the SDK ([#338](https://github.com/open-feature/dotnet-sdk/issues/338)) ([77f6e1b](https://github.com/open-feature/dotnet-sdk/commit/77f6e1bbb76973e078c1999ad0784c9edc9def96)) ### 🧹 Chore * **deps:** update actions/attest-build-provenance action to v2.4.0 ([#495](https://github.com/open-feature/dotnet-sdk/issues/495)) ([349c073](https://github.com/open-feature/dotnet-sdk/commit/349c07301d0ff97c759417344eef74a00b06edbc)) * **deps:** update actions/attest-sbom action to v2.4.0 ([#496](https://github.com/open-feature/dotnet-sdk/issues/496)) ([f7ca416](https://github.com/open-feature/dotnet-sdk/commit/f7ca4163e0ce549a015a7a27cb184fb76a199a04)) * **deps:** update dependency benchmarkdotnet to 0.15.0 ([#481](https://github.com/open-feature/dotnet-sdk/issues/481)) ([714425d](https://github.com/open-feature/dotnet-sdk/commit/714425d405a33231e85b1e62019fc678b2e883ef)) * **deps:** update dependency benchmarkdotnet to 0.15.2 ([#494](https://github.com/open-feature/dotnet-sdk/issues/494)) ([cab3807](https://github.com/open-feature/dotnet-sdk/commit/cab380727fe95b941384ae71f022626cdf23db53)) * **deps:** update dependency microsoft.net.test.sdk to 17.14.0 ([#482](https://github.com/open-feature/dotnet-sdk/issues/482)) ([520d383](https://github.com/open-feature/dotnet-sdk/commit/520d38305c6949c88b057f28e5dfe3305257e437)) * **deps:** update dependency microsoft.net.test.sdk to 17.14.1 ([#485](https://github.com/open-feature/dotnet-sdk/issues/485)) ([78bfdbf](https://github.com/open-feature/dotnet-sdk/commit/78bfdbf0850e2d5eb80cfbae3bfac8208f6c45b1)) * **deps:** update dependency opentelemetry.instrumentation.aspnetcore to 1.12.0 ([#505](https://github.com/open-feature/dotnet-sdk/issues/505)) ([241d880](https://github.com/open-feature/dotnet-sdk/commit/241d88024ff13ddd57f4e9c5719add95b5864043)) * **deps:** update dependency reqnroll.xunit to 2.4.1 ([#483](https://github.com/open-feature/dotnet-sdk/issues/483)) ([99f7584](https://github.com/open-feature/dotnet-sdk/commit/99f7584c91882ba59412e2306167172470cd4677)) * **deps:** update dependency system.valuetuple to 4.6.1 ([#503](https://github.com/open-feature/dotnet-sdk/issues/503)) ([39f884d](https://github.com/open-feature/dotnet-sdk/commit/39f884df420f1a9346852159948c288e728672b8)) * **deps:** update github/codeql-action digest to 39edc49 ([#504](https://github.com/open-feature/dotnet-sdk/issues/504)) ([08ff43c](https://github.com/open-feature/dotnet-sdk/commit/08ff43ce3426c8bb9f24446bdf62e56b10534c1f)) * **deps:** update github/codeql-action digest to ce28f5b ([#492](https://github.com/open-feature/dotnet-sdk/issues/492)) ([cce224f](https://github.com/open-feature/dotnet-sdk/commit/cce224fcf81aede5a626936a26546fe710fbcc30)) * **deps:** update github/codeql-action digest to fca7ace ([#486](https://github.com/open-feature/dotnet-sdk/issues/486)) ([e18ad50](https://github.com/open-feature/dotnet-sdk/commit/e18ad50e3298cb0dd19143678c3ef0fdcb4484d9)) * **deps:** update opentelemetry-dotnet monorepo to 1.12.0 ([#506](https://github.com/open-feature/dotnet-sdk/issues/506)) ([69dc186](https://github.com/open-feature/dotnet-sdk/commit/69dc18611399ab5e573268c35d414a028c77f0ff)) * **deps:** update spec digest to 1965aae ([#499](https://github.com/open-feature/dotnet-sdk/issues/499)) ([2e3dffd](https://github.com/open-feature/dotnet-sdk/commit/2e3dffd0ebbba4a9d95763e2ce9f3e2ac051a317)) * **deps:** update spec digest to 42340bb ([#493](https://github.com/open-feature/dotnet-sdk/issues/493)) ([909c51d](https://github.com/open-feature/dotnet-sdk/commit/909c51d4e25917d6a9a5ae9bb04cfe48665186ba)) * **deps:** update spec digest to c37ac17 ([#502](https://github.com/open-feature/dotnet-sdk/issues/502)) ([38f63fc](https://github.com/open-feature/dotnet-sdk/commit/38f63fceb5516cd474fd0e867aa25eae252cf2c1)) * **deps:** update spec digest to f014806 ([#479](https://github.com/open-feature/dotnet-sdk/issues/479)) ([dbe8b08](https://github.com/open-feature/dotnet-sdk/commit/dbe8b082c28739a1b81b74b29ed28fbccc94f7bc)) * fix sample build warning ([#498](https://github.com/open-feature/dotnet-sdk/issues/498)) ([08a00e1](https://github.com/open-feature/dotnet-sdk/commit/08a00e1d35834635ca296fe8a13507001ad25c57)) ### 📚 Documentation * add XML comment on FeatureClient ([#507](https://github.com/open-feature/dotnet-sdk/issues/507)) ([f923cea](https://github.com/open-feature/dotnet-sdk/commit/f923cea14eb552098edb987950ad4bc82bbadab1)) * updated contributing link on the README ([8435bf7](https://github.com/open-feature/dotnet-sdk/commit/8435bf7d8131307e627e59453008124ac4c71906)) ## 2.6.0 ## [2.6.0](https://github.com/open-feature/dotnet-sdk/compare/v2.5.0...v2.6.0) (2025-05-23) ### ✨ New Features * add AddHandler extension method to Dependency Injection package ([#462](https://github.com/open-feature/dotnet-sdk/issues/462)) ([ff414b8](https://github.com/open-feature/dotnet-sdk/commit/ff414b8a860108ca3cb372dc4a69b942bf4cd005)) * Add Extension Method for adding global Hook via DependencyInjection ([#459](https://github.com/open-feature/dotnet-sdk/issues/459)) ([9b04485](https://github.com/open-feature/dotnet-sdk/commit/9b04485173978d600a4e3fd24df111347070dc70)) * Add OTEL compatible telemetry object builder ([#397](https://github.com/open-feature/dotnet-sdk/issues/397)) ([6c44db9](https://github.com/open-feature/dotnet-sdk/commit/6c44db9237748735a22a162a88f61b2de7f3e9bd)) ### 🧹 Chore * Cleanup .props file ([#476](https://github.com/open-feature/dotnet-sdk/issues/476)) ([6d7a535](https://github.com/open-feature/dotnet-sdk/commit/6d7a5359bfcb8d12d648a75cf469e93909b999ed)) * **deps:** update actions/attest-build-provenance action to v2.3.0 ([#464](https://github.com/open-feature/dotnet-sdk/issues/464)) ([0a5ab0c](https://github.com/open-feature/dotnet-sdk/commit/0a5ab0c3c71a1a615b0ee8627dd4ff5db39cac9b)) * **deps:** update codecov/codecov-action action to v5.4.3 ([#475](https://github.com/open-feature/dotnet-sdk/issues/475)) ([fbcf3a4](https://github.com/open-feature/dotnet-sdk/commit/fbcf3a4b2478fae49f1566b828c9d0a8cffddd46)) * **deps:** update github/codeql-action digest to 60168ef ([#463](https://github.com/open-feature/dotnet-sdk/issues/463)) ([ea76351](https://github.com/open-feature/dotnet-sdk/commit/ea76351a095b7eeb777941aaf7ac42e4d925c366)) * **deps:** update github/codeql-action digest to ff0a06e ([#473](https://github.com/open-feature/dotnet-sdk/issues/473)) ([af1b20f](https://github.com/open-feature/dotnet-sdk/commit/af1b20f0822497b46b11ce8c21c47c8d39a5fbe9)) * **deps:** update spec digest to edf0deb ([#474](https://github.com/open-feature/dotnet-sdk/issues/474)) ([fc3bdfe](https://github.com/open-feature/dotnet-sdk/commit/fc3bdfef63147dbd10ace398127eb633dd34c773)) ### 📚 Documentation * Add AspNetCore sample app ([#477](https://github.com/open-feature/dotnet-sdk/issues/477)) ([9742a0d](https://github.com/open-feature/dotnet-sdk/commit/9742a0d4210d2dd6e315b4e5988261aae4352c2f)) ## 2.5.0 ## [2.5.0](https://github.com/open-feature/dotnet-sdk/compare/v2.4.0...v2.5.0) (2025-04-25) ### ✨ New Features * Add support for hook data. ([#387](https://github.com/open-feature/dotnet-sdk/issues/387)) ([4563512](https://github.com/open-feature/dotnet-sdk/commit/456351216ce9113d84b56d0bce1dad39430a26cd)) ### 🧹 Chore * add NuGet auditing ([#454](https://github.com/open-feature/dotnet-sdk/issues/454)) ([42ab536](https://github.com/open-feature/dotnet-sdk/commit/42ab5368d3d8f874f175ab9ad3077f177a592398)) * Change file scoped namespaces and cleanup job ([#453](https://github.com/open-feature/dotnet-sdk/issues/453)) ([1e74a04](https://github.com/open-feature/dotnet-sdk/commit/1e74a04f2b76c128a09c95dfd0b06803f2ef77bf)) * **deps:** update codecov/codecov-action action to v5.4.2 ([#432](https://github.com/open-feature/dotnet-sdk/issues/432)) ([c692ec2](https://github.com/open-feature/dotnet-sdk/commit/c692ec2a26eb4007ff428e54eaa67ea22fd20728)) * **deps:** update github/codeql-action digest to 28deaed ([#446](https://github.com/open-feature/dotnet-sdk/issues/446)) ([dfecd0c](https://github.com/open-feature/dotnet-sdk/commit/dfecd0c6a4467e5c1afe481e785e3e0f179beb25)) * **deps:** update spec digest to 18cde17 ([#395](https://github.com/open-feature/dotnet-sdk/issues/395)) ([5608dfb](https://github.com/open-feature/dotnet-sdk/commit/5608dfbd441b99531add8e89ad842ea9d613f707)) * **deps:** update spec digest to 2ba05d8 ([#452](https://github.com/open-feature/dotnet-sdk/issues/452)) ([eb688c4](https://github.com/open-feature/dotnet-sdk/commit/eb688c412983511c7ec0744df95e4a113f610c5f)) * **deps:** update spec digest to 36944c6 ([#450](https://github.com/open-feature/dotnet-sdk/issues/450)) ([e162169](https://github.com/open-feature/dotnet-sdk/commit/e162169af0b5518f12527a8601d6dfcdf379b4f7)) * **deps:** update spec digest to d27e000 ([#455](https://github.com/open-feature/dotnet-sdk/issues/455)) ([e0ec8ca](https://github.com/open-feature/dotnet-sdk/commit/e0ec8ca28303b7df71699063b02b6967cdc37bcd)) * packages read in release please ([1acc00f](https://github.com/open-feature/dotnet-sdk/commit/1acc00fa7a6a38152d97fd7efc9f7e8befb1c3ed)) * update release permissions ([d0bf40b](https://github.com/open-feature/dotnet-sdk/commit/d0bf40b9b40adc57a2a008a9497098b3cd1a05a7)) * **workflows:** Add permissions for contents and pull-requests ([#439](https://github.com/open-feature/dotnet-sdk/issues/439)) ([568722a](https://github.com/open-feature/dotnet-sdk/commit/568722a4ab1f863d8509dc4a172ac9c29f267825)) ### 📚 Documentation * update documentation on SetProviderAsync ([#449](https://github.com/open-feature/dotnet-sdk/issues/449)) ([858b286](https://github.com/open-feature/dotnet-sdk/commit/858b286dba2313239141c20ec6770504d340fbe0)) * Update README with spec version ([#437](https://github.com/open-feature/dotnet-sdk/issues/437)) ([7318b81](https://github.com/open-feature/dotnet-sdk/commit/7318b8126df9f0ddd5651fdd9fe32da2e4819290)), closes [#204](https://github.com/open-feature/dotnet-sdk/issues/204) ### 🔄 Refactoring * InMemoryProvider throwing when... _Description ... _Description has been truncated_ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
