dotnet-docker icon indicating copy to clipboard operation
dotnet-docker copied to clipboard

Update samples documentation to clarify limitation of dotnet watch in Windows containers.

Open MichaelSimons opened this issue 5 years ago • 0 comments

The samples documentation mentions the following in a couple places:

Alternatively, you can use dotnet watch run. This command reruns the application within a running container, with every local code change.

There appears to be some limitations in Windows containers because of https://github.com/dotnet/aspnetcore/issues/22797. This should be called out.

MichaelSimons avatar Jun 10 '20 20:06 MichaelSimons