[release/10.0] Source code updates from dotnet/dotnet - #66963
Merged
wtgodbe merged 1 commit intoJun 3, 2026
Conversation
Updated Dependencies: Microsoft.NET.Runtime.WebAssembly.Sdk, Microsoft.NET.Runtime.MonoAOTCompiler.Task, dotnet-ef, Microsoft.Bcl.AsyncInterfaces, Microsoft.Bcl.TimeProvider, Microsoft.EntityFrameworkCore, Microsoft.EntityFrameworkCore.Design, Microsoft.EntityFrameworkCore.InMemory, Microsoft.EntityFrameworkCore.Relational, Microsoft.EntityFrameworkCore.Sqlite, Microsoft.EntityFrameworkCore.SqlServer, Microsoft.EntityFrameworkCore.Tools, Microsoft.Extensions.Caching.Abstractions, Microsoft.Extensions.Caching.Memory, Microsoft.Extensions.Configuration, Microsoft.Extensions.Configuration.Abstractions, Microsoft.Extensions.Configuration.Binder, Microsoft.Extensions.Configuration.CommandLine, Microsoft.Extensions.Configuration.EnvironmentVariables, Microsoft.Extensions.Configuration.FileExtensions, Microsoft.Extensions.Configuration.Ini, Microsoft.Extensions.Configuration.Json, Microsoft.Extensions.Configuration.UserSecrets, Microsoft.Extensions.Configuration.Xml, Microsoft.Extensions.DependencyInjection, Microsoft.Extensions.DependencyInjection.Abstractions, Microsoft.Extensions.DependencyModel, Microsoft.Extensions.Diagnostics, Microsoft.Extensions.Diagnostics.Abstractions, Microsoft.Extensions.FileProviders.Abstractions, Microsoft.Extensions.FileProviders.Composite, Microsoft.Extensions.FileProviders.Physical, Microsoft.Extensions.FileSystemGlobbing, Microsoft.Extensions.Hosting, Microsoft.Extensions.Hosting.Abstractions, Microsoft.Extensions.Http, Microsoft.Extensions.Logging, Microsoft.Extensions.Logging.Abstractions, Microsoft.Extensions.Logging.Configuration, Microsoft.Extensions.Logging.Console, Microsoft.Extensions.Logging.Debug, Microsoft.Extensions.Logging.EventLog, Microsoft.Extensions.Logging.EventSource, Microsoft.Extensions.Logging.TraceSource, Microsoft.Extensions.Options, Microsoft.Extensions.Options.ConfigurationExtensions, Microsoft.Extensions.Options.DataAnnotations, Microsoft.Extensions.Primitives, Microsoft.NETCore.App.Ref, System.Collections.Immutable, System.Composition, System.Configuration.ConfigurationManager, System.Diagnostics.DiagnosticSource, System.Diagnostics.EventLog, System.Diagnostics.PerformanceCounter, System.DirectoryServices.Protocols, System.Formats.Asn1, System.Formats.Cbor, System.IO.Hashing, System.IO.Pipelines, System.Memory.Data, System.Net.Http.Json, System.Net.Http.WinHttpHandler, System.Net.ServerSentEvents, System.Numerics.Tensors, System.Reflection.Metadata, System.Resources.Extensions, System.Runtime.Caching, System.Security.Cryptography.Pkcs, System.Security.Cryptography.Xml, System.Security.Permissions, System.ServiceProcess.ServiceController, System.Text.Encodings.Web, System.Text.Json, System.Threading.AccessControl, System.Threading.Channels, System.Threading.RateLimiting (Version 10.0.10 -> 10.0.10) Microsoft.NETCore.BrowserDebugHost.Transport, Microsoft.Extensions.HostFactoryResolver.Sources, Microsoft.Internal.Runtime.AspNetCore.Transport, Microsoft.NETCore.Platforms (Version 10.0.10-servicing.26279.112 -> 10.0.10-servicing.26301.104) Microsoft.DotNet.Arcade.Sdk, Microsoft.DotNet.Build.Tasks.Archives, Microsoft.DotNet.Build.Tasks.Installers, Microsoft.DotNet.Build.Tasks.Templating, Microsoft.DotNet.Helix.Sdk, Microsoft.DotNet.RemoteExecutor, Microsoft.DotNet.SharedFramework.Sdk (Version 10.0.0-beta.26279.112 -> 10.0.0-beta.26301.104) Microsoft.Web.Xdt (Version 3.2.10 -> 3.2.10) NuGet.Frameworks, NuGet.Packaging, NuGet.Versioning (Version 7.0.3-rc.28012 -> 7.0.3-rc.30204) [[ commit created by automation ]]
5 tasks
github-actions Bot
added a commit
that referenced
this pull request
Jun 2, 2026
…irtualizationTest anchor mode - Quarantine RedirectionTest.RedirectStreamingGetToExternal (issue #66958) - Quarantine RedirectionTest.RedirectStreamingEnhancedGetToExternal (issue #66958) - Quarantine ServerVirtualizationTest.AnchorMode_End_AppendAfterLeavingBottom_DoesNotReengage (issue #66963) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
4 tasks
wtgodbe
added a commit
that referenced
this pull request
Jun 2, 2026
* Harden test-quarantine prompt against wrong issue links The test-quarantine workflow committed incorrect issue numbers (#66958, #66963) into [QuarantinedTest(...)] attributes in PR #66971, while the run actually created issues #66969/#66970. Root cause: the agent ignored the #aw_<temporary_id> protocol, invented its own placeholders, then tried to predict the deferred issue numbers by probing the issue API. It misread "filtered / lower-integrity / not accessible" read errors as "this issue number is free" and wrote those guessed numbers into code. Strengthen the agent prompt (no behavior/lock changes needed): - B1: Forbid guessing, predicting, probing, or reverse-engineering issue numbers, and explicitly require treating not-found/filtered/permission errors as access-denied, never as "number is available". - B2: Mandate the #aw_<temporary_id> reference for every newly created quarantine; allow a literal numeric URL only when reusing a confirmed open, test-failure-labeled existing issue (Case B). - B3: Add a mandatory pre-PR self-check that re-reads the diff and validates every added [QuarantinedTest] issue reference before creating the PR. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Address review: disambiguate token, fix Case B reuse constraints - Use the unambiguous `#{temporary_id}` form (a literal `#` + the exact temporary_id, e.g. `#aw_http2ign`) instead of `#aw_<temporary_id>`, which could be misread as adding a second `aw_` prefix. - Case B reuse no longer requires the tracking issue to be open — an unquarantine PR (Step 3.2) can auto-close it, and re-quarantine still reuses the original. Require only that it exists and is the correct test-failure-labeled issue. - Clarify that looking up a known, specific issue number to validate a Case B reuse is allowed; only probing/guessing a new issue's number is forbidden. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Address review: resolve numeric-vs-temporary_id contradiction; allow factual Case B lookups Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
wtgodbe
approved these changes
Jun 2, 2026
wtgodbe
deleted the
darc-release/10.0-8dfc10ee-3583-4828-9e82-fe4c891f529f
branch
June 3, 2026 00:27
wtgodbe
added a commit
that referenced
this pull request
Jun 3, 2026
…ng get and ServerVirtualizationTest anchor mode (#66971) * Quarantine flaky E2E tests: RedirectionTest streaming get and ServerVirtualizationTest anchor mode - Quarantine RedirectionTest.RedirectStreamingGetToExternal (issue #66958) - Quarantine RedirectionTest.RedirectStreamingEnhancedGetToExternal (issue #66958) - Quarantine ServerVirtualizationTest.AnchorMode_End_AppendAfterLeavingBottom_DoesNotReengage (issue #66963) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Update quarantine issue links for flaky E2E tests Co-authored-by: wtgodbe <14283640+wtgodbe@users.noreply.github.com> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: wtgodbe <14283640+wtgodbe@users.noreply.github.com>
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.
Note
This is a codeflow update. It may contain both source code changes from
the VMR
as well as dependency updates. Learn more here.
This pull request brings the following source code changes
From https://github.com/dotnet/dotnet
Updated Dependencies
Associated changes in source repos
Diff the source with this PR branch