Coder Social home page Coder Social logo

Comments (1)

vandycknick avatar vandycknick commented on June 30, 2024 2

Yes this tool is made specifically to fix the issue you just described. I tried to explain the reason for this in my README (it's a bit tough to explain so sr if it didn't make much sense, I'll see if I can revise that).

Most tools work around the issue by falling back to polling for file changes which is also what the dotnet watch command will do when you set the following environment variable DOTNET_USE_POLLING_FILE_WATCHER : https://github.com/aspnet/AspNetCore/tree/master/src/Tools/dotnet-watch#environment-variables . When you use one of the official microsoft aspnet images this will automatically be set for you: https://github.com/dotnet/dotnet-docker/blob/041ee92829af883ff14377c95d4b6773ff483220/2.1/sdk/alpine3.7/amd64/Dockerfile#L26 and thus you will never notice that dotnet watch is falling back to polling.

So you actually have a few options here:

  1. Set the DOTNET_USE_POLLING_FILE_WATCHER to true and fall back to polling
  2. Use on of the official microsoft aspnet core docker images and not worry about how changes are detected.
  3. Use this tool (docker-watch) and it will fix this issue for every mounted volume without changing your docker images. 😄

Hope this helps 👍

from docker-watch.

Related Issues (1)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.