-
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
EnC: Changing the type of an expression around an active foreach statement should be a rude edit #3627
Labels
Milestone
Comments
Ported from internal bug 1009555 |
Check also 781309 - EnC: Report warning (that local value will be dropped) if local type has changed |
Assigning to @drognanar (fyi @tmat). |
Fixed by #74526 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected: Rude edit saying "cannot edit foreach around an active statement"
Actual: NullReferenceException when stepping into the next iteration of the loop
The text was updated successfully, but these errors were encountered: