You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 11, 2020. It is now read-only.
I created a new ASP.NET 5 RC 1 Web App using the "StarterWeb" template in VS 2015 Update 1. Solution Explorer displays my Gulp configuration file correctly as gulpfile.js. Task Runner Explorer, however, displays it incorrectly as Gulpfile.js. The file name should be all lower case to match what's displayed in Solution Explorer.
The text was updated successfully, but these errors were encountered:
scottaddie
changed the title
Inconsistent casing for gulpfile.js in Task Runner Explorer
Task Runner Explorer: Inconsistent casing for gulpfile.js
May 25, 2016
If this issue is still a problem with the RTW release of Visual Studio 2017, please report a new issue using the Report a Problem tool. While you can still use .NET Core and ASP.NET Preview tools with Visual Studio 2015, Visual Studio 2017 is now the officially supported tool for developing .NET Core and ASP.NET Core projects.
By using the Report a Problem tool (available in both VS 2017 and VS 2015), you can collect detailed information about the problem, and send it to Microsoft with just a few button clicks. See Visual Studio's Talk to Us page for more details.
Please use the discussion topic here for feedback and questions on the deprecation of this issue tracker. Thanks!
I created a new ASP.NET 5 RC 1 Web App using the "StarterWeb" template in VS 2015 Update 1. Solution Explorer displays my Gulp configuration file correctly as
gulpfile.js
. Task Runner Explorer, however, displays it incorrectly asGulpfile.js
. The file name should be all lower case to match what's displayed in Solution Explorer.The text was updated successfully, but these errors were encountered: