You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently two of the integration tests for breakpoint placement don't assert the correct action has been taken, and are thus useless. Additionally on my machine they don't actually take the correct action, so just adding in asserts would make them fail.
The text was updated successfully, but these errors were encountered:
Fixes an issue found in app building. Thanks @phil-allen-msft!
Also fixes#9161
To make reviewing easier:
* First commit is entirely mechanical cleanup, renames, etc. and can be
skipped.
* Second commit is the fix.
* Third commit is tests.
* Fourth commit is updating more tests because these days when you ask
VS to build things it doesn't build all of it and I need to get into the
habit of doing a command line build before pushing
Because of the type and file renames, looking at the PR as a whole is
inadvised.
Currently two of the integration tests for breakpoint placement don't assert the correct action has been taken, and are thus useless. Additionally on my machine they don't actually take the correct action, so just adding in asserts would make them fail.
The text was updated successfully, but these errors were encountered: