-
Notifications
You must be signed in to change notification settings - Fork 198
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
Add reference to ExternalAccess.RazorCompiler
#8142
Conversation
jjonescz
commented
Jan 17, 2023
•
edited
Loading
edited
- Based on Consolidate roslyn versions #8103.
- Adding reference to the EA package into Razor source generator (without actually using it, that's in Emit host outputs #8242).
- The only relevant commit is d2b3dfa.
We had multiple sets of roslyn references, differing between the compiler and the tooling. This consolidates those versions and updates the compiler references to be inline with the tooling.
…nd EmbeddedAttribute.
4063040
to
69cfb34
Compare
@jjonescz be sure to run this against https://devdiv.visualstudio.com/DevDiv/_build?definitionId=15591&_a=summary as well since we need to make sure that the changes work in both VSPreview and VSMain. In order for that pipeline to work for PR builds you need to manually push your branch to both the base GitHub repo (not your fork) and to razor's repo in dnceng (I know, it's super annoying). Feel free to message me if you run into trouble. |
...r/src/Microsoft.CodeAnalysis.Razor.Workspaces/ProjectSystem/DefaultProjectSnapshotManager.cs
Outdated
Show resolved
Hide resolved
...Studio.LanguageServices.Razor.Test/Microsoft.VisualStudio.LanguageServices.Razor.Test.csproj
Outdated
Show resolved
Hide resolved
29e93ac
to
c9d22d8
Compare
c42ac51
to
425d1ed
Compare
425d1ed
to
d2b3dfa
Compare
Included in #8242. |