-
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
Inline Declaration refactoring on out parameter crashes IDE #16306
Comments
Tagging @gafter . |
Did this come from a DeveloperCommunity issue for this? Can you link it here? |
jcouv
changed the title
Inline declaration crashes IDE.
Inline Declaration refactoring on out parameter crashes IDE
Jan 16, 2017
jcouv
added
4 - In Review
A fix for the issue is submitted for review.
and removed
3 - Working
labels
Jan 21, 2017
jcouv
added
3 - Working
and removed
4 - In Review
A fix for the issue is submitted for review.
labels
Feb 11, 2017
No longer tracked by VSO. |
See also #10604 |
Please enable CSharpInlineDeclarationTests.TestInLoops3 when this is fixed. |
Load-balancing back to Aleksey. I didn't get time to investigate. |
AlekseyTs
added a commit
to AlekseyTs/roslyn
that referenced
this issue
Apr 13, 2017
… cache in order to avoid “polluting” regular cache. Fixes dotnet#10604. Fixes dotnet#16306.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Start with the following code:
Try to invoke 'inline declaration' on
int rowCount
. This crashes the IDE with this callstack:With an exception:
The text was updated successfully, but these errors were encountered: