Merged
Conversation
50890ab to
2076026
Compare
2076026 to
d12d208
Compare
Member
Author
|
/backport to rel/4.0 |
Contributor
|
Started backporting to rel/4.0: https://github.com/microsoft/testfx/actions/runs/18463577664 |
Member
Author
|
/backport to rel/4.0 |
Contributor
|
Started backporting to rel/4.0: https://github.com/microsoft/testfx/actions/runs/18463790290 |
Member
Author
|
/backport to rel/4.0 |
Contributor
|
Started backporting to rel/4.0: https://github.com/microsoft/testfx/actions/runs/18464005693 |
Member
Author
|
/backport to rel/4.0 |
Contributor
|
Started backporting to rel/4.0: https://github.com/microsoft/testfx/actions/runs/18465014328 |
Member
Author
|
/backport to rel/4.0 |
Contributor
|
Started backporting to rel/4.0: https://github.com/microsoft/testfx/actions/runs/18492376996 |
nohwnd
approved these changes
Oct 14, 2025
Youssef1313
added a commit
that referenced
this pull request
Oct 14, 2025
….0) (#6734) Co-authored-by: Youssef1313 <youssefvictor00@gmail.com>
Member
Author
|
/backport to rel/3.11 |
Contributor
|
Started backporting to rel/3.11: https://github.com/microsoft/testfx/actions/runs/19167623432 |
Youssef1313
added a commit
that referenced
this pull request
Nov 7, 2025
….11) (#6904) Co-authored-by: Youssef1313 <youssefvictor00@gmail.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.
Fixes #6713
When we introduced the caching of UnitTestElement on the TestCase object, we missed the case where the source gets updated.
When deployment items feature is used, the source points to the assembly in deployment directory, and not from bin. The test assembly should only be loaded ever from the deployment directory. Loading the test assembly twice in the same app domain but in two different contexts (LoadFrom and default contexts) will lead to errors at run time.