You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On DevDrives / ReFS dotnet watch picks up one file change multiple times, probably due to ReFS file handling.
For comparison, here's the output of the same project when not run from a DevDrive:
Functionality doesn't seem to be impacted, but this behavior threw me off and should either be documented or changed in a ways to handle file changes more gracefully on ReFS.
To Reproduce
dotnet new webapp on a DevDrive dotnet watch
Change a file, watch console
Describe the bug
On DevDrives / ReFS dotnet watch picks up one file change multiple times, probably due to ReFS file handling.
For comparison, here's the output of the same project when not run from a DevDrive:
Functionality doesn't seem to be impacted, but this behavior threw me off and should either be documented or changed in a ways to handle file changes more gracefully on ReFS.
To Reproduce
dotnet new webapp on a DevDrive
dotnet watch
Change a file, watch console
Further technical details
.NET SDK:
Version: 9.0.102
Commit: cb83cd4
Workload version: 9.0.100-manifests.4a54b1a6
MSBuild version: 17.12.18+ed8c6aec5
Laufzeitumgebung:
OS Name: Windows
OS Version: 10.0.26100
OS Platform: Windows
RID: win-x64
Base Path: C:\Program Files\dotnet\sdk\9.0.102\
The text was updated successfully, but these errors were encountered: