VS 2017.3 template issues #673

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

Originally created by @SteveSandersonMS on 6/9/2017

When running the templates from VS2017.3, the following issues occur:

  • Immediately after creating a new project, it display a dialog box containing the string "npm install". This must be the "manual install" instructions. This should not occur when running from inside VS - it should only be used when running from the CLI. Update: fixed in 728b18431d
  • On build, the TypeScript tooling logs this warning: warning : Your project does not specify a TypeScriptToolsVersion. The latest available TypeScript compiler will be used (2.3). To remove this warning, set TypeScriptToolsVersion to a specific version or "Latest" to always select the latest compiler.. Update: fixed in 8396be24c8
  • The "ASP.NET Core Web Server" console shows OperationCanceledException errors being logged each time HMR rebuilds the app and stops the old one. This doesn't affect the running application, but is distracting and would ideally not appear. Update: fixed in 5e7bb0f5c5
*Originally created by @SteveSandersonMS on 6/9/2017* When running the templates from VS2017.3, the following issues occur: * Immediately after creating a new project, it display a dialog box containing the string "npm install". This must be the "manual install" instructions. This should not occur when running from inside VS - it should only be used when running from the CLI. **Update: fixed in 728b18431dbe731d4cfbbde4c98c1c35d097a667** * On build, the TypeScript tooling logs this warning: `warning : Your project does not specify a TypeScriptToolsVersion. The latest available TypeScript compiler will be used (2.3). To remove this warning, set TypeScriptToolsVersion to a specific version or "Latest" to always select the latest compiler.`. **Update: fixed in 8396be24c8779f5b29f77f2c5dbcc20a9418eb58** * The "ASP.NET Core Web Server" console shows `OperationCanceledException` errors being logged each time HMR rebuilds the app and stops the old one. This doesn't affect the running application, but is distracting and would ideally not appear. **Update: fixed in 5e7bb0f5c5a12cce07f6d37384f05983d4d16ef8**
fergalmoran added the 3 - Done3 - Done labels 2025-08-09 17:17:12 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/JavaScriptServices#673
No description provided.