This repository was archived by the owner on Nov 20, 2018. It is now read-only.

Description
Both dotnet-watch and MVC use environment variables to enable polling. Currently, dotnet-watch uses USE_POLLING_FILE_WATCHER, while MVC uses ASPNETCORE_POLL_FOR_FILE_CHANGES. To simplify things for customers, including the Dockerfile generated by Docker for VS Tooling, we would like to use the same variable for both dotnet-watch and MVC, and name it accordingly.
Related: aspnet/Mvc#4696