-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Migrate BasicEditAndContinue integration tests from Tao to .NET #19381
Conversation
|
||
public void ExecuteStatement(string statement) => _debugger.ExecuteStatement(statement); | ||
|
||
public void CheckExpression(string expression, string expectedType, string expectedValue) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CheckExpression [](start = 20, length = 15)
Why is this needed? can't this just be an assert in the test?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you! Agree. Moved asserts from InProc to OutProc.
Fixes (almost) #16689 (also will need to remove BasicEditAndContinue.xml at another repository).
Tests only. No need for ask mode approval.
Tagging @dotnet/roslyn-ide for review