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

VSMaster Experimental instance - Cannot load Razor OOP service and attempts to create sessions stop further execution #38022

Open
NTaylorMullen opened this issue Aug 15, 2019 · 1 comment
Assignees
Milestone

Comments

@NTaylorMullen
Copy link
Contributor

NTaylorMullen commented Aug 15, 2019

Version Used:
image

Steps to Reproduce:
This doesn't happen when using VSMaster proper (non-experimental instance) for whatever reason.

  1. Install VSMaster build
  2. git clone https://github.com/aspnet/AspNetCore-Tooling.git
  3. Run ./build.cmd
  4. Open src/Razor/Razor.sln
  5. Run the Microsoft.VisualStudio.RazorExtension project.
  6. Create a new ASP.NET Core project (can be Blazor, Razor pages, MVC, any of them).

If you want you can even git checkout 69aed0295581cf85501679f882da9d68f931ae0a to synchronize with the exact Razor bits in VS master for extra certainty (tried, fails the same way).

@ajaybhargavb tried the same repro and also ran into the same issue. This does not repro on public 16.3-preview2.

Expected Behavior:

  • We can resolve information in Roslyn's OOP host

Actual Behavior:

image

Also, our catch never fires for whatever reason. The entire flow just stops because of how this method is exploding.

@NTaylorMullen
Copy link
Contributor Author

/cc @heejaechang This is a huge blocker for us over at https://github.com/aspnet/AspNetCore-Tooling. Did something change in this area to break this?

FYI @rynowak @ajaybhargavb

@vatsalyaagrawal vatsalyaagrawal modified the milestones: Backlog, 16.3 Aug 15, 2019
@vatsalyaagrawal vatsalyaagrawal self-assigned this Aug 15, 2019
@jinujoseph jinujoseph modified the milestones: 16.3, Backlog Oct 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants