This repository was archived by the owner on Nov 20, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 74
Rename environment variable used to enable polling #101
Labels
Milestone
Comments
@Eilon Can we agree on a name? @victorhurdugaci will do the change both here and on aspnet/Mvc#4696 cc @pranavkm |
Existing names:
Proposals for unified name:
|
|
Yeah I dig that name. |
That is, the name that @muratg suggested. |
@victorhurdugaci please update it both here and in MVC. |
This was referenced May 26, 2016
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Both dotnet-watch and MVC use environment variables to enable polling. Currently, dotnet-watch uses
USE_POLLING_FILE_WATCHER
, while MVC usesASPNETCORE_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
The text was updated successfully, but these errors were encountered: