-
Notifications
You must be signed in to change notification settings - Fork 225
Remove EA.RazorCompiler reference
#9649
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
Conversation
davidwengier
left a comment
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.
No tooling changes I can see 👍
| } | ||
|
|
||
| [Fact(Skip = "Host outputs disabled - https://github.com/dotnet/razor/issues/8400")] | ||
| public async Task SourceGenerator_RazorFiles_DesignTime() |
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.
Why are we deleting these tests? I get that we're going to switch to reflection, but we still want the underlying functionality, right?
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.
This code's been disabled since we renamed the DLLs. It seems like it's going to remain off until the tooling team fixes the in process loading code and that wont' land until very late 17.9. As such we thought just delete the behavior entirely for 17.9 and bring back in 17.10 once we're in same process, the EA DLL saga is behind us and we're ready to move forward with actuallyusing this.
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.
The code cannot stay since the reference is removed, so it doesn't compile (even the test uses the EA DLL to verify the expected host outputs). When we want to bring back the test, we can dig it from Git history.
Part of dotnet/roslyn#71024.
Mostly reverts: