Fix test property lifecycle scope by @Evangelink in #10080 (backport to rel/4.3) - #10110
Merged
Evangelink merged 2 commits intoJul 21, 2026
Merged
Conversation
Keep per-test traits, categories, and TCM properties out of assembly and class lifecycle contexts while preserving downward flow from assembly and class initialization. Fixes microsoft#10041 Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 872b37f5-a59d-4cde-a730-df6c766ef8a7
Evangelink
approved these changes
Jul 21, 2026
Evangelink
enabled auto-merge (squash)
July 21, 2026 13:05
Contributor
🔍 Build Failure Analysis
Please inspect the originating [Azure DevOps build]((dev.azure.com/redacted) directly for the full build logs. The GitHub Actions run has the fetch-step diagnostics. Warning Firewall blocked 1 domainThe following domain was blocked by the firewall during workflow execution:
network:
allowed:
- defaults
- "awmgmcpg"See Network Configuration for more information.
|
Use the release branch's TestCase, IMessageLogger, and EngineConstants abstractions while preserving separate lifecycle properties. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: a569ca23-8ca1-403b-a2d0-1e48779788af
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.
Backport of #10080 to rel/4.3
/cc @Evangelink