Skip to content

VS project reloads cause language server to not boot. #4942

@vsfeedback

Description

@vsfeedback

This issue has been moved from a ticket on Developer Community.


  1. New project >Blazor App > .NET 6.0 ~ Blazor WebAssembly App, checking ASP .NET Core hosted> Create

  2. Add a Razor Class Library : Open a command prompt at the location of the solution folder and add a Razor class library to the solution by running:

     dotnet new razorclass --support-pages-and-views false -o RazorLib1
     dotnet sln add .\RazorLib1\RazorLib1.csproj
     dotnet add .\<project name>\<client app name> reference RazorLib1
  1. Navigate to VS, it pops up a dialog to indicate you should reload the project. Just click "reload".

Original Comments

Feedback Bot on 2/7/2021, 01:13 AM:

We have directed your feedback to the appropriate engineering team for further evaluation. The team will review the feedback and notify you about the next steps.


Original Solutions

(no solutions)

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions