dotnet-docker
dotnet-docker copied to clipboard
Update samples documentation to clarify limitation of dotnet watch in Windows containers.
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.