Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Discriminate MissingMethodException from hot reload #3098

Merged
merged 6 commits into from
Jun 14, 2024

Conversation

Evangelink
Copy link
Member

We added a special case when MissingMethodException is throw inside the execution of a test when we added the support for hot reload in MSTest. The handling wasn't precise enough leading to mixing up between the test method not being found and the test method content failing with MissingMethodException.

Fixes #3076

@Evangelink Evangelink merged commit dc273a2 into microsoft:main Jun 14, 2024
6 checks passed
@Evangelink Evangelink deleted the missingmethod branch June 14, 2024 14:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants