Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dotnet watch behavior on DevDrives / ReFS #46674

Open
Schlurcher opened this issue Feb 8, 2025 · 0 comments
Open

dotnet watch behavior on DevDrives / ReFS #46674

Schlurcher opened this issue Feb 8, 2025 · 0 comments
Labels
Area-NetSDK untriaged Request triage from a team member

Comments

@Schlurcher
Copy link

Schlurcher commented Feb 8, 2025

Describe the bug

On DevDrives / ReFS dotnet watch picks up one file change multiple times, probably due to ReFS file handling.

Image

For comparison, here's the output of the same project when not run from a DevDrive:

Image

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\

@dotnet-issue-labeler dotnet-issue-labeler bot added Area-NetSDK untriaged Request triage from a team member labels Feb 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-NetSDK untriaged Request triage from a team member
Projects
None yet
Development

No branches or pull requests

1 participant