Merging internal commits for release/6.0#58299
Merged
wtgodbe merged 22 commits intodotnet:release/6.0from Oct 8, 2024
Merged
Conversation
…ng/internal/dotnet-efcore, dnceng/internal/dotnet-runtime This pull request updates the following dependencies [marker]: <> (Begin:1ac68a20-28fc-4e11-3a4d-08d961c5a689) ## From https://dev.azure.com/dnceng/internal/_git/dotnet-efcore - **Subscription**: 1ac68a20-28fc-4e11-3a4d-08d961c5a689 - **Build**: 20240814.8 - **Date Produced**: August 14, 2024 10:19:57 PM UTC - **Commit**: 91665330a655ab4532253b4fc274ffdb8650525e - **Branch**: refs/heads/internal/release/6.0 [DependencyUpdate]: <> (Begin) - **Updates**: - **dotnet-ef**: [from 6.0.34 to 6.0.34][5] - **Microsoft.EntityFrameworkCore**: [from 6.0.34 to 6.0.34][5] - **Microsoft.EntityFrameworkCore.Design**: [from 6.0.34 to 6.0.34][5] - **Microsoft.EntityFrameworkCore.InMemory**: [from 6.0.34 to 6.0.34][5] - **Microsoft.EntityFrameworkCore.Relational**: [from 6.0.34 to 6.0.34][5] - **Microsoft.EntityFrameworkCore.Sqlite**: [from 6.0.34 to 6.0.34][5] - **Microsoft.EntityFrameworkCore.SqlServer**: [from 6.0.34 to 6.0.34][5] - **Microsoft.EntityFrameworkCore.Tools**: [from 6.0.34 to 6.0.34][5] [5]: https://dev.azure.com/dnceng/internal/_git/dotnet-efcore/branches?baseVersion=GC4cd57af2692a2f290446406a0f5093ba6724f851&targetVersion=GC91665330a655ab4532253b4fc274ffdb8650525e&_a=files [DependencyUpdate]: <> (End) [marker]: <> (End:1ac68a20-28fc-4e11-3a4d-08d961c5a689) [marker]: <> (Begin:7745f62d-e15b-4ba3-39b3-08d960f4ca81) ## From https://dev.azure.com/dnceng/internal/_git/dotnet-runtime - **Subscription**: 7745f62d-e15b-4ba3-39b3-08d960f4ca81 - **Build**: 20240812.10 - **Date Produced**: August 13, 2024 2:56:37 AM UTC - **Commit**: 4493500184d43f2d0c60001d557433e40de1663c - **Branch**: refs/heads/internal/release/6.0 [DependencyUpdate]: <> (Begin) - **Updates**: - **Microsoft.Internal.Runtime.AspNetCore.Transport**: [from 6.0.34-servicing.24406.8 to 6.0.34-servicing.24412.10][4] - **Microsoft.NET.Runtime.MonoAOTCompiler.Task**: [from 6.0.34 to 6.0.34][4] - **Microsoft.NET.Runtime.WebAssembly.Sdk**: [from 6.0.34 to 6.0.34][4] - **Microsoft.NETCore.App.Ref**: [from 6.0.34 to 6.0.34][4] - **Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.browser-wasm**: [from 6.0.34 to 6.0.34][4] - **Microsoft.NETCore.App.Runtime.win-x64**: [from 6.0.34 to 6.0.34][4] - **Microsoft.NETCore.BrowserDebugHost.Transport**: [from 6.0.34-servicing.24406.8 to 6.0.34-servicing.24412.10][4] [4]: https://dev.azure.com/dnceng/internal/_git/dotnet-runtime/branches?baseVersion=GC6e4bec0ab4141e6681c87e3f34317f3d670946cd&targetVersion=GC4493500184d43f2d0c60001d557433e40de1663c&_a=files [DependencyUpdate]: <> (End) [marker]: <> (End:7745f62d-e15b-4ba3-39b3-08d960f4ca81)
…ng/internal/dotnet-runtime This pull request updates the following dependencies [marker]: <> (Begin:7745f62d-e15b-4ba3-39b3-08d960f4ca81) ## From https://dev.azure.com/dnceng/internal/_git/dotnet-runtime - **Subscription**: 7745f62d-e15b-4ba3-39b3-08d960f4ca81 - **Build**: 20240816.23 - **Date Produced**: August 17, 2024 4:41:32 AM UTC - **Commit**: 98588b0f0d72383aca8722755d838ae1d542ce62 - **Branch**: refs/heads/internal/release/6.0 [DependencyUpdate]: <> (Begin) - **Updates**: - **Microsoft.Internal.Runtime.AspNetCore.Transport**: [from 6.0.34-servicing.24412.10 to 6.0.34-servicing.24416.23][1] - **Microsoft.NET.Runtime.MonoAOTCompiler.Task**: [from 6.0.34 to 6.0.34][1] - **Microsoft.NET.Runtime.WebAssembly.Sdk**: [from 6.0.34 to 6.0.34][1] - **Microsoft.NETCore.App.Ref**: [from 6.0.34 to 6.0.34][1] - **Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.browser-wasm**: [from 6.0.34 to 6.0.34][1] - **Microsoft.NETCore.App.Runtime.win-x64**: [from 6.0.34 to 6.0.34][1] - **Microsoft.NETCore.BrowserDebugHost.Transport**: [from 6.0.34-servicing.24412.10 to 6.0.34-servicing.24416.23][1] [1]: https://dev.azure.com/dnceng/internal/_git/dotnet-runtime/branches?baseVersion=GC4493500184d43f2d0c60001d557433e40de1663c&targetVersion=GC98588b0f0d72383aca8722755d838ae1d542ce62&_a=files [DependencyUpdate]: <> (End) [marker]: <> (End:7745f62d-e15b-4ba3-39b3-08d960f4ca81)
#### AI description (iteration 1) #### PR Classification Code cleanup and script enhancement. #### PR Summary This pull request refactors and enhances post-build scripts, including the addition of a new NuGet verification script and the removal of redundant scripts. - Added `nuget-verification.ps1` to verify Microsoft NuGet packages. - Removed `post-build-utils.ps1`, `trigger-subscriptions.ps1`, and `add-build-to-channel.ps1` scripts. - Updated `publish-build-assets.yml` and `setup-maestro-vars.yml` to use `AzureCLI@2` instead of `PowerShell@2`. - Updated dependencies in `Version.Details.xml`.
#### AI description (iteration 1) #### PR Classification Dependency update #### PR Summary This pull request adds a direct reference to `System.Text.Json` in the project. - Added `System.Text.Json` reference in `src/Tools/dotnet-user-secrets/src/dotnet-user-secrets.csproj`
…otnet-efcore build 20240830.4 dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Design , Microsoft.EntityFrameworkCore.InMemory , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.SqlServer , Microsoft.EntityFrameworkCore.Tools From Version 6.0.34 -> To Version 6.0.35
…ng/internal/dotnet-efcore This pull request updates the following dependencies [marker]: <> (Begin:1ac68a20-28fc-4e11-3a4d-08d961c5a689) ## From https://dev.azure.com/dnceng/internal/_git/dotnet-efcore - **Subscription**: 1ac68a20-28fc-4e11-3a4d-08d961c5a689 - **Build**: 20240830.4 - **Date Produced**: August 31, 2024 4:09:18 AM UTC - **Commit**: d483beee8d3dcb6b3878c900fba2375e8bc72e9b - **Branch**: refs/heads/internal/release/6.0 [DependencyUpdate]: <> (Begin) - **Updates**: - **dotnet-ef**: [from 6.0.34 to 6.0.35][1] - **Microsoft.EntityFrameworkCore**: [from 6.0.34 to 6.0.35][1] - **Microsoft.EntityFrameworkCore.Design**: [from 6.0.34 to 6.0.35][1] - **Microsoft.EntityFrameworkCore.InMemory**: [from 6.0.34 to 6.0.35][1] - **Microsoft.EntityFrameworkCore.Relational**: [from 6.0.34 to 6.0.35][1] - **Microsoft.EntityFrameworkCore.Sqlite**: [from 6.0.34 to 6.0.35][1] - **Microsoft.EntityFrameworkCore.SqlServer**: [from 6.0.34 to 6.0.35][1] - **Microsoft.EntityFrameworkCore.Tools**: [from 6.0.34 to 6.0.35][1] [1]: https://dev.azure.com/dnceng/internal/_git/dotnet-efcore/branches?baseVersion=GC91665330a655ab4532253b4fc274ffdb8650525e&targetVersion=GCd483beee8d3dcb6b3878c900fba2375e8bc72e9b&_a=files [DependencyUpdate]: <> (End) [marker]: <> (End:1ac68a20-28fc-4e11-3a4d-08d961c5a689)
…otnet-runtime build 20240909.18 Microsoft.Extensions.Caching.Memory , Microsoft.Extensions.DependencyModel , Microsoft.Internal.Runtime.AspNetCore.Transport , Microsoft.NET.Runtime.MonoAOTCompiler.Task , Microsoft.NET.Runtime.WebAssembly.Sdk , Microsoft.NETCore.App.Ref , Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.browser-wasm , Microsoft.NETCore.App.Runtime.win-x64 , Microsoft.NETCore.BrowserDebugHost.Transport , System.Text.Json From Version 6.0.1 -> To Version 6.0.2
…ng/internal/dotnet-runtime This pull request updates the following dependencies [marker]: <> (Begin:7745f62d-e15b-4ba3-39b3-08d960f4ca81) ## From https://dev.azure.com/dnceng/internal/_git/dotnet-runtime - **Subscription**: 7745f62d-e15b-4ba3-39b3-08d960f4ca81 - **Build**: 20240909.18 - **Date Produced**: September 10, 2024 9:34:05 AM UTC - **Commit**: b357f86ce3bce7c232ea242074b17bebdc50b543 - **Branch**: refs/heads/internal/release/6.0 [DependencyUpdate]: <> (Begin) - **Updates**: - **Microsoft.Extensions.Caching.Memory**: [from 6.0.1 to 6.0.2][1] - **Microsoft.Extensions.DependencyModel**: [from 6.0.0 to 6.0.1][2] - **Microsoft.Internal.Runtime.AspNetCore.Transport**: [from 6.0.34-servicing.24416.23 to 6.0.35-servicing.24459.18][3] - **Microsoft.NET.Runtime.MonoAOTCompiler.Task**: [from 6.0.34 to 6.0.35][3] - **Microsoft.NET.Runtime.WebAssembly.Sdk**: [from 6.0.34 to 6.0.35][3] - **Microsoft.NETCore.App.Ref**: [from 6.0.34 to 6.0.35][3] - **Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.browser-wasm**: [from 6.0.34 to 6.0.35][3] - **Microsoft.NETCore.App.Runtime.win-x64**: [from 6.0.34 to 6.0.35][3] - **Microsoft.NETCore.BrowserDebugHost.Transport**: [from 6.0.34-servicing.24416.23 to 6.0.35-servicing.24459.18][3] - **System.Text.Json**: [from 6.0.9 to 6.0.10][4] [1]: https://dev.azure.com/dnceng/internal/_git/dotnet-runtime/branches?baseVersion=GC839cdfb0ecca5e0be3dbccd926e7651ef50fdf10&targetVersion=GCb357f86ce3bce7c232ea242074b17bebdc50b543&_a=files [2]: https://dev.azure.com/dnceng/internal/_git/dotnet-runtime/branches?baseVersion=GC4822e3c3aa77eb82b2fb33c9321f923cf11ddde6&targetVersion=GCb357f86ce3bce7c232ea242074b17bebdc50b543&_a=files [3]: https://dev.azure.com/dnceng/internal/_git/dotnet-runtime/branches?baseVersion=GC98588b0f0d72383aca8722755d838ae1d542ce62&targetVersion=GCb357f86ce3bce7c232ea242074b17bebdc50b543&_a=files [4]: https://dev.azure.com/dnceng/internal/_git/dotnet-runtime/branches?baseVersion=GC492abbeef0d8a6ea902ac8f90ed339c7b1d18bf4&targetVersion=GCb357f86ce3bce7c232ea242074b17bebdc50b543&_a=files [DependencyUpdate]: <> (End) [marker]: <> (End:7745f62d-e15b-4ba3-39b3-08d960f4ca81)
…otnet-efcore build 20240911.1 dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Design , Microsoft.EntityFrameworkCore.InMemory , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.SqlServer , Microsoft.EntityFrameworkCore.Tools From Version 6.0.35 -> To Version 6.0.35
…ng/internal/dotnet-efcore This pull request updates the following dependencies [marker]: <> (Begin:1ac68a20-28fc-4e11-3a4d-08d961c5a689) ## From https://dev.azure.com/dnceng/internal/_git/dotnet-efcore - **Subscription**: 1ac68a20-28fc-4e11-3a4d-08d961c5a689 - **Build**: 20240911.1 - **Date Produced**: September 11, 2024 11:04:21 PM UTC - **Commit**: d25a073f97f9a7caaf0851c4fda0ad288b4be8a6 - **Branch**: refs/heads/internal/release/6.0 [DependencyUpdate]: <> (Begin) - **Updates**: - **dotnet-ef**: [from 6.0.35 to 6.0.35][1] - **Microsoft.EntityFrameworkCore**: [from 6.0.35 to 6.0.35][1] - **Microsoft.EntityFrameworkCore.Design**: [from 6.0.35 to 6.0.35][1] - **Microsoft.EntityFrameworkCore.InMemory**: [from 6.0.35 to 6.0.35][1] - **Microsoft.EntityFrameworkCore.Relational**: [from 6.0.35 to 6.0.35][1] - **Microsoft.EntityFrameworkCore.Sqlite**: [from 6.0.35 to 6.0.35][1] - **Microsoft.EntityFrameworkCore.SqlServer**: [from 6.0.35 to 6.0.35][1] - **Microsoft.EntityFrameworkCore.Tools**: [from 6.0.35 to 6.0.35][1] [1]: https://dev.azure.com/dnceng/internal/_git/dotnet-efcore/branches?baseVersion=GCd483beee8d3dcb6b3878c900fba2375e8bc72e9b&targetVersion=GCd25a073f97f9a7caaf0851c4fda0ad288b4be8a6&_a=files [DependencyUpdate]: <> (End) [marker]: <> (End:1ac68a20-28fc-4e11-3a4d-08d961c5a689)
…otnet-efcore build 20240912.8 dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Design , Microsoft.EntityFrameworkCore.InMemory , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.SqlServer , Microsoft.EntityFrameworkCore.Tools From Version 6.0.35 -> To Version 6.0.35
…ng/internal/dotnet-efcore This pull request updates the following dependencies [marker]: <> (Begin:1ac68a20-28fc-4e11-3a4d-08d961c5a689) ## From https://dev.azure.com/dnceng/internal/_git/dotnet-efcore - **Subscription**: 1ac68a20-28fc-4e11-3a4d-08d961c5a689 - **Build**: 20240912.8 - **Date Produced**: September 12, 2024 9:06:57 PM UTC - **Commit**: 2903f6b1b808dc685547bfa6146abd90ca5bd8ac - **Branch**: refs/heads/internal/release/6.0 [DependencyUpdate]: <> (Begin) - **Updates**: - **dotnet-ef**: [from 6.0.35 to 6.0.35][1] - **Microsoft.EntityFrameworkCore**: [from 6.0.35 to 6.0.35][1] - **Microsoft.EntityFrameworkCore.Design**: [from 6.0.35 to 6.0.35][1] - **Microsoft.EntityFrameworkCore.InMemory**: [from 6.0.35 to 6.0.35][1] - **Microsoft.EntityFrameworkCore.Relational**: [from 6.0.35 to 6.0.35][1] - **Microsoft.EntityFrameworkCore.Sqlite**: [from 6.0.35 to 6.0.35][1] - **Microsoft.EntityFrameworkCore.SqlServer**: [from 6.0.35 to 6.0.35][1] - **Microsoft.EntityFrameworkCore.Tools**: [from 6.0.35 to 6.0.35][1] [1]: https://dev.azure.com/dnceng/internal/_git/dotnet-efcore/branches?baseVersion=GCd25a073f97f9a7caaf0851c4fda0ad288b4be8a6&targetVersion=GC2903f6b1b808dc685547bfa6146abd90ca5bd8ac&_a=files [DependencyUpdate]: <> (End) [marker]: <> (End:1ac68a20-28fc-4e11-3a4d-08d961c5a689)
…-merge-6.0-2024-10-08-1029
wtgodbe
approved these changes
Oct 8, 2024
This was referenced Nov 21, 2025
This was referenced Dec 2, 2025
This was referenced Feb 19, 2026
This was referenced Feb 26, 2026
This was referenced Mar 11, 2026
This was referenced Mar 19, 2026
This was referenced Apr 2, 2026
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.
No description provided.