Opening generated .csproj freezes VS2017 #559

Closed
opened 2025-08-09 17:16:45 +00:00 by fergalmoran · 0 comments
Owner

Originally created by @mlorbetske on 7/21/2017

From @kakins on June 16, 2017 23:43

I have VS2017 (latest update as of today).

I did the following

  1. dotnet new --install Microsoft.AspNetCore.SpaTemplates::*
  2. dotnet new angular
  3. Opened the generated .csproj in VS2017.

VS2017 freezes indefinitely.

However, I did notice that the .csproj opens if I do "dotnet restore" and "npm install -d" after creating the angular project. Perhaps Visual Studio is freezing when trying to resolve all the dependencies? That seems odd though. At this point I'm not sure if it's a VS issue or not.

Copied from original issue: dotnet/templating#962

*Originally created by @mlorbetske on 7/21/2017* _From @kakins on June 16, 2017 23:43_ I have VS2017 (latest update as of today). I did the following 1. dotnet new --install Microsoft.AspNetCore.SpaTemplates::* 2. dotnet new angular 3. Opened the generated .csproj in VS2017. VS2017 freezes indefinitely. However, I did notice that the .csproj opens if I do "dotnet restore" and "npm install -d" after creating the angular project. Perhaps Visual Studio is freezing when trying to resolve all the dependencies? That seems odd though. At this point I'm not sure if it's a VS issue or not. _Copied from original issue: dotnet/templating#962_
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/JavaScriptServices#559
No description provided.