Rel (v1.80.0) Prep for stable release#2723
Merged
JamesNK merged 1 commit intoApr 29, 2026
Merged
Conversation
JamesNK
approved these changes
Apr 23, 2026
This was referenced May 5, 2026
Merged
corpo-iwillspeak
pushed a commit
to crispthinking/athena-dotnet-client
that referenced
this pull request
Jun 25, 2026
Updated [coverlet.collector](https://github.com/coverlet-coverage/coverlet) from 8.0.1 to 10.0.1. <details> <summary>Release notes</summary> _Sourced from [coverlet.collector's releases](https://github.com/coverlet-coverage/coverlet/releases)._ ## 10.0.1 ### Improvements - Coverlet with MTP 2 doesn't show test coverage statistic in console [#1907](coverlet-coverage/coverlet#1907) - Avoid unnecessary testhost restarts [#1912](coverlet-coverage/coverlet#1912) by <https://github.com/mawosoft> ### Fixed - Fix inconsistent paths in cobertura reports [#1723](coverlet-coverage/coverlet#1723) - Fix when using "is" with "and" in pattern matching, branch coverage is lower than normal [#1313](coverlet-coverage/coverlet#1313) - Fix Coverlet flagging a branch for an async functions finally block where none exists [#1337](coverlet-coverage/coverlet#1337) - Fix Coverlet Tracker Missing CompilerGeneratedAttribute [#1828](coverlet-coverage/coverlet#1828) ### Maintenance - Add architecture docs and diagrams for all integrations [#1927](coverlet-coverage/coverlet#1927) - Update NuGet packages and .NET SDK versions [#1933](coverlet-coverage/coverlet#1933) [Diff between 10.0.0 and 10.0.1](coverlet-coverage/coverlet@v10.0.0...v10.0.1) ## 10.0.0 ## Improvements - Unique Report Filenames (coverlet.MTP and AzDO) [#1866](coverlet-coverage/coverlet#1866) - Add `--coverlet-file-prefix` option for unique report files [#1869](coverlet-coverage/coverlet#1869) - Introduce .NET 10 support [#1823](coverlet-coverage/coverlet#1823) ## Fixed - Fix [BUG] Wrong branch rate on IAsyncEnumerable for generic type [#1836](coverlet-coverage/coverlet#1836) - Fix [BUG] Missing Coverage after moving to MTP [#1843](coverlet-coverage/coverlet#1843) - Fix [BUG] No coverage reported when targeting .NET Framework with 8.0.1 [#1842](coverlet-coverage/coverlet#1842) - Fix [BUG] Behavior changes between MTP and Legacy (msbuild) [#1878](coverlet-coverage/coverlet#1878) - Fix [BUG] Coverlet.MTP - Unable to load coverlet.mtp.appsettings.json [#1880](coverlet-coverage/coverlet#1880) - Fix [BUG] Coverlet.Collector produces empty report when Mediator.SourceGenerator is referenced [#1718](coverlet-coverage/coverlet#1718) by <https://github.com/yusyd> - Fix [BUG] Crash during instrumentation (Methods using LibraryImport/DllImport have no body) [#1762](coverlet-coverage/coverlet#1762) ## Maintenance - Add comprehensive async method tests and documentation for issue [#1864](coverlet-coverage/coverlet#1864) - Replace Tmds.ExecFunction Package in coverlet.core.coverage.tests [#1833](coverlet-coverage/coverlet#1833) - Add net9.0 and net10.0 targets [#1822](coverlet-coverage/coverlet#1822) [Diff between 8.0.1 and 10.0.0](coverlet-coverage/coverlet@v8.0.1...v10.0.0) Commits viewable in [compare view](coverlet-coverage/coverlet@v8.0.1...v10.0.1). </details> Updated [dotenv.net](https://github.com/bolorundurowb/dotenv.net) from 4.0.1 to 4.0.2. <details> <summary>Release notes</summary> _Sourced from [dotenv.net's releases](https://github.com/bolorundurowb/dotenv.net/releases)._ No release notes found for this version range. Commits viewable in [compare view](https://github.com/bolorundurowb/dotenv.net/commits). </details> Pinned [Grpc.Net.Client](https://github.com/grpc/grpc-dotnet) at 2.80.0. <details> <summary>Release notes</summary> _Sourced from [Grpc.Net.Client's releases](https://github.com/grpc/grpc-dotnet/releases)._ ## 2.80.0 ## What's Changed * Update .NET 10, System.CommandLine 2.0.0, fix warnings by @JamesNK in grpc/grpc-dotnet#2677 * Fix System.CommandLine 2.0.0 Uri parsing in GrpcClient benchmark app by @ilonatommy in grpc/grpc-dotnet#2695 * Implement GrpcServiceEndpointConventionBuilder.Finally by @halter73 in grpc/grpc-dotnet#2693 * Bump axios from 1.11.0 to 1.12.2 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot[bot] in grpc/grpc-dotnet#2669 * Bump webpack from 5.101.0 to 5.105.0 in /examples/Browser/Server/wwwroot by @dependabot[bot] in grpc/grpc-dotnet#2689 * Bump lodash from 4.17.21 to 4.17.23 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot[bot] in grpc/grpc-dotnet#2687 * Bump glob from 10.4.5 to 10.5.0 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot[bot] in grpc/grpc-dotnet#2679 * Bump basic-ftp from 5.0.5 to 5.2.0 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot[bot] in grpc/grpc-dotnet#2698 * Bump serialize-javascript and terser-webpack-plugin in /examples/Browser/Server/wwwroot by @dependabot[bot] in grpc/grpc-dotnet#2699 * Bump minimatch in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot[bot] in grpc/grpc-dotnet#2700 * Bump axios from 1.12.2 to 1.13.6 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot[bot] in grpc/grpc-dotnet#2701 * Bump js-yaml in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot[bot] in grpc/grpc-dotnet#2702 * Handle Trailers-Only OK responses in streaming calls without exception handling by @michaelmccord in grpc/grpc-dotnet#2697 * Bump picomatch in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot[bot] in grpc/grpc-dotnet#2703 * Implement v1 reflection service and clean up integration by @JamesNK in grpc/grpc-dotnet#2704 * Bump brace-expansion in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot[bot] in grpc/grpc-dotnet#2706 * Fix flaky PickAsync_UpdateAddressesWhileRequestingConnection_DoesNotDeadlock test by @JamesNK in grpc/grpc-dotnet#2705 * Bump Tools Version prep for release v2.80.0 by @asheshvidyut in grpc/grpc-dotnet#2707 * [Release v2.80.x] Fix the version number - Step 3 by @asheshvidyut in grpc/grpc-dotnet#2711 * Rel (v1.80.0) Prep for stable release by @asheshvidyut in grpc/grpc-dotnet#2723 ## New Contributors * @ilonatommy made their first contribution in grpc/grpc-dotnet#2695 * @halter73 made their first contribution in grpc/grpc-dotnet#2693 * @michaelmccord made their first contribution in grpc/grpc-dotnet#2697 **Full Changelog**: grpc/grpc-dotnet@v2.76.0...v2.80.0 ## 2.80.0-pre1 ## What's Changed * Update .NET 10, System.CommandLine 2.0.0, fix warnings by @JamesNK in grpc/grpc-dotnet#2677 * Fix System.CommandLine 2.0.0 Uri parsing in GrpcClient benchmark app by @ilonatommy in grpc/grpc-dotnet#2695 * Implement GrpcServiceEndpointConventionBuilder.Finally by @halter73 in grpc/grpc-dotnet#2693 * Bump axios from 1.11.0 to 1.12.2 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot[bot] in grpc/grpc-dotnet#2669 * Bump webpack from 5.101.0 to 5.105.0 in /examples/Browser/Server/wwwroot by @dependabot[bot] in grpc/grpc-dotnet#2689 * Bump lodash from 4.17.21 to 4.17.23 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot[bot] in grpc/grpc-dotnet#2687 * Bump glob from 10.4.5 to 10.5.0 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot[bot] in grpc/grpc-dotnet#2679 * Bump basic-ftp from 5.0.5 to 5.2.0 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot[bot] in grpc/grpc-dotnet#2698 * Bump serialize-javascript and terser-webpack-plugin in /examples/Browser/Server/wwwroot by @dependabot[bot] in grpc/grpc-dotnet#2699 * Bump minimatch in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot[bot] in grpc/grpc-dotnet#2700 * Bump axios from 1.12.2 to 1.13.6 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot[bot] in grpc/grpc-dotnet#2701 * Bump js-yaml in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot[bot] in grpc/grpc-dotnet#2702 * Handle Trailers-Only OK responses in streaming calls without exception handling by @michaelmccord in grpc/grpc-dotnet#2697 * Bump picomatch in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot[bot] in grpc/grpc-dotnet#2703 * Implement v1 reflection service and clean up integration by @JamesNK in grpc/grpc-dotnet#2704 * Bump brace-expansion in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot[bot] in grpc/grpc-dotnet#2706 * Fix flaky PickAsync_UpdateAddressesWhileRequestingConnection_DoesNotDeadlock test by @JamesNK in grpc/grpc-dotnet#2705 * Bump Tools Version prep for release v2.80.0 by @asheshvidyut in grpc/grpc-dotnet#2707 * [Release v2.80.x] Fix the version number - Step 3 by @asheshvidyut in grpc/grpc-dotnet#2711 ## New Contributors * @ilonatommy made their first contribution in grpc/grpc-dotnet#2695 * @halter73 made their first contribution in grpc/grpc-dotnet#2693 * @michaelmccord made their first contribution in grpc/grpc-dotnet#2697 **Full Changelog**: grpc/grpc-dotnet@v2.76.0...v2.80.0-pre1 Commits viewable in [compare view](grpc/grpc-dotnet@v2.76.0...v2.80.0). </details> Pinned [Microsoft.Extensions.DependencyInjection](https://github.com/dotnet/dotnet) at 10.0.9. <details> <summary>Release notes</summary> _Sourced from [Microsoft.Extensions.DependencyInjection's releases](https://github.com/dotnet/dotnet/releases)._ No release notes found for this version range. Commits viewable in [compare view](https://github.com/dotnet/dotnet/commits). </details> Pinned [Microsoft.Extensions.Http](https://github.com/dotnet/dotnet) at 10.0.9. <details> <summary>Release notes</summary> _Sourced from [Microsoft.Extensions.Http's releases](https://github.com/dotnet/dotnet/releases)._ No release notes found for this version range. Commits viewable in [compare view](https://github.com/dotnet/dotnet/commits). </details> Updated [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 18.3.0 to 18.7.0. <details> <summary>Release notes</summary> _Sourced from [Microsoft.NET.Test.Sdk's releases](https://github.com/microsoft/vstest/releases)._ ## 18.7.0 ## What's Changed * Add ARM64 msdia140.dll support to test platform packages by @jamesmcroft in microsoft/vstest#15689 * Update System.Memory from 4.5.5 to 4.6.3 by @nohwnd in microsoft/vstest#15706 ## New Contributors * @jamesmcroft made their first contribution in microsoft/vstest#15689 **Full Changelog**: microsoft/vstest@v18.6.0...v18.7.0 ## 18.6.0 ## What's Changed * Revert removal of Video Recorder by @nohwnd in microsoft/vstest#15336 * Speed up blame by filtering non-.NET processes from dump collection by @nohwnd in microsoft/vstest#15518 * Add README.md to NuGet packages by @nohwnd in microsoft/vstest#15550 * Report child process info on connection timeout by @nohwnd in microsoft/vstest#15603 ### Changes to tests and infra * Brand as 18.6 by @nohwnd in microsoft/vstest#15423 * Upgrading code coverage version to 18.5.1, by @fhnaseer in microsoft/vstest#15422 * Updating System.Collections.Immutable to 9.0.11 by @MSLukeWest in microsoft/vstest#15425 * Fix attachVS when used for debugging integration tests by @nohwnd in microsoft/vstest#15451 * Replace dotnet.config, with global.json by @nohwnd in microsoft/vstest#15449 * Document debugging integration tests with AttachVS by @Copilot in microsoft/vstest#15452 * Fix stack overflow tests by @nohwnd in microsoft/vstest#15461 * Make TestAssets.sln buildable locally by @Youssef1313 in microsoft/vstest#15466 * Try filtering out tests by @nohwnd in microsoft/vstest#15463 * Build just once when tfms run in parallel by @nohwnd in microsoft/vstest#15465 * Review simplify compatibility sources, deduplicate tests by @nohwnd in microsoft/vstest#15472 * Cleanup dead TRX code by @Youssef1313 in microsoft/vstest#15474 * Update .NET runtimes to 8.0.25, 9.0.14, and 10.0.4 by @nohwnd in microsoft/vstest#15481 * Compat matrix checker by @nohwnd in microsoft/vstest#15480 * Add trx analysis skill by @nohwnd in microsoft/vstest#15486 * Split integration tests to single tfm and multi tfm project by @nohwnd in microsoft/vstest#15484 * Update matrix by @nohwnd in microsoft/vstest#15477 * Break infinite restore loop in VS by @nohwnd in microsoft/vstest#15503 * Use global package cache for build, and local for running integration tests by @nohwnd in microsoft/vstest#15500 * Update contributing by @nohwnd in microsoft/vstest#15505 * Reduce test wall-clock time by increasing minThreads by @drognanar in microsoft/vstest#15502 * Indicator flakiness by @nohwnd in microsoft/vstest#15513 * Fix ci build by @nohwnd in microsoft/vstest#15515 * Fix thread safety issues by @Evangelink in microsoft/vstest#15512 * Optimize DotnetSDKSimulation_PostProcessing test (163s → 61s) by @nohwnd in microsoft/vstest#15516 * Build isolated test assets for single TFM instead of 7 by @nohwnd in microsoft/vstest#15517 * Remove unused dependencies from Library.IntegrationTests by @nohwnd in microsoft/vstest#15527 * Remove printing _attachments content to console by @nohwnd in microsoft/vstest#15520 * Add Linux/macOS test filtering guide to CONTRIBUTING.md by @nohwnd in microsoft/vstest#15521 * Change integration test parallelization from ClassLevel to MethodLevel by @nohwnd in microsoft/vstest#15526 * Unify target framework checks with IsNetFrameworkTarget/IsNetTarget by @nohwnd in microsoft/vstest#15523 * Add unattended work instructions to copilot-instructions.md by @nohwnd in microsoft/vstest#15531 * Reduce code style rule severity from warning to suggestion by @nohwnd in microsoft/vstest#15522 * Remove Debug/Release line number branching from tests by @nohwnd in microsoft/vstest#15519 * Revise unattended work instructions in copilot-instructions.md by @nohwnd in microsoft/vstest#15532 * Improve CompatibilityRowsBuilder error message with diagnostic details by @nohwnd in microsoft/vstest#15529 * docs: add git worktree and upstream sync workflow to copilot-instructions.md by @nohwnd in microsoft/vstest#15538 * Add VSIX runner to smoke tests by @nohwnd in microsoft/vstest#15541 * Remove deprecated WebTest and TMI test methods by @nohwnd in microsoft/vstest#15525 * Fix compatibility test failures for legacy vstest.console and MSTest adapter by @nohwnd in microsoft/vstest#15534 * Convert TestPlatform.sln to slnx format by @nohwnd in microsoft/vstest#15551 * Convert test/TestAssets .sln files to .slnx format by @nohwnd in microsoft/vstest#15557 ... (truncated) ## 18.5.1 ## What's Changed * Fix System.Collections.Immutable binding mismatch in Common.dll (rel/18.5) by @nohwnd in microsoft/vstest#15720 * Port verify-binding-redirects.ps1 to rel/18.5 by @nohwnd in microsoft/vstest#15719 * Bump to 18.5.1 by @nohwnd in microsoft/vstest#15721 **Full Changelog**: microsoft/vstest@v18.5.0...v18.5.1 ## 18.5.0⚠️ Unlisted on Nuget, because of #15718 ## What's Changed * Add runtime configs by @nohwnd in microsoft/vstest#15377 * Add net8.0 target for TranslationLayer by @nohwnd in microsoft/vstest#15375 * Determine architecture of remote process on windows by @nohwnd in microsoft/vstest#15396 * Updating System.Collections.Immutable package reference to version 9.0.0 by @MSLukeWest in microsoft/vstest#15392 * Dump via netcore tool on windows by @nohwnd in microsoft/vstest#15397 * Fix answer file splitting by @nohwnd in microsoft/vstest#15381 * Run tests against vsix runner by @nohwnd in microsoft/vstest#15419 **Full Changelog**: microsoft/vstest@v18.4.0...v18.5.0 ## 18.4.0 ## What's Changed * Add LoongArch64 support by @stdmnpkg in microsoft/vstest#15359 * Refactor Condition evaluation by @Youssef1313 in microsoft/vstest#15357 * Adding info on extensions points part 1 by @nohwnd in microsoft/vstest#15360 * Add option to ask for uploading code QL before the standard window ends by @nohwnd in microsoft/vstest#15373 * Update runtime versions by @nohwnd in microsoft/vstest#15372 * Fix .NET 10 regression for traits by @Youssef1313 in microsoft/vstest#15370 * Update target frameworks to net10.0 and net11.0 by @dotnet-maestro[bot] in microsoft/vstest#15349 * Fix names in pipeline matrix so we don't have to align them by @nohwnd in microsoft/vstest#15365 * Update SECURITY.md by @Youssef1313 in microsoft/vstest#15342 ## New Contributors * @stdmnpkg made their first contribution in microsoft/vstest#15359 **Full Changelog**: microsoft/vstest@v18.3.0...v18.4.0 Commits viewable in [compare view](microsoft/vstest@v18.3.0...v18.7.0). </details> Updated [System.CommandLine](https://github.com/dotnet/dotnet) from 2.0.5 to 2.0.9. <details> <summary>Release notes</summary> _Sourced from [System.CommandLine's releases](https://github.com/dotnet/dotnet/releases)._ No release notes found for this version range. Commits viewable in [compare view](https://github.com/dotnet/dotnet/commits). </details> Pinned [System.Threading.Tasks.Dataflow](https://github.com/dotnet/dotnet) at 10.0.9. <details> <summary>Release notes</summary> _Sourced from [System.Threading.Tasks.Dataflow's releases](https://github.com/dotnet/dotnet/releases)._ No release notes found for this version range. Commits viewable in [compare view](https://github.com/dotnet/dotnet/commits). </details> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This was referenced Jun 25, 2026
Bump the nuget-production-dependencies group with 22 updates
Mide69/Open-Telementry-project-demo#373
Open
Open
Open
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Prep for stable release -
v1.80.0