-
Notifications
You must be signed in to change notification settings - Fork 196
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
Use an OOP service for getting compilation info from Roslyn #11143
base: main
Are you sure you want to change the base?
Conversation
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.
Makes sense to me, although agree in the future we should probably unify that in some way.
Test insertion: https://dev.azure.com/devdiv/DevDiv/_git/VS/pullrequest/589851 |
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.
src/Razor/src/Microsoft.CodeAnalysis.Razor.Workspaces/CompilationInfo.cs
Outdated
Show resolved
Hide resolved
Retargeted this to main, as we took a revert for 17.13 in #11165, but I think I'll probably close this in time |
Hopefully fixes a regression in RPS, due to bytes allocated from creating a compilation.
In future I think its probably worth combining this and the tag helper provider, since all of it comes from a compilation, and combine into one OOP call, but given I'm targetting 17.13 I'm trying not to nerd snipe myself. If anything thinks that's important to do up front, let me know.