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

updated to Roslyn 3.3.0-beta2-19401-05 to address a StackOverflowException #1579

Merged
merged 2 commits into from
Aug 5, 2019

Conversation

filipw
Copy link
Member

@filipw filipw commented Aug 5, 2019

With the update to Roslyn 3.3.0-beta2-19376-02 we introduced a critical StackOverflowException when performing code analysis on partial classes.
This is a bug described in dotnet/roslyn#37567

It was fixed in dotnet/roslyn#37623 and is available in 3.3.0-beta2-19401-05.
We should merge this and release 1.34.2 soonest as the current version is unusable with analyzers+partial classes.

cc @akshita31 @jonsequitur who lured us into updating to that specific build in the first place 😀

@filipw
Copy link
Member Author

filipw commented Aug 5, 2019

this fixes the issue discussed here: #1550 (comment)

Copy link
Member

@david-driscoll david-driscoll left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@rchande
Copy link

rchande commented Aug 5, 2019

Nice find. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants