We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When saving a file, I've observed that multiple file changed events are triggered. This is something that the dotnet team acknowledges and provides sample code in the documentation to hash the file contents and check new hash versus old hash before proceeded with reacting to a file change notification. DAB should integrate those suggestions: https://learn.microsoft.com/en-us/aspnet/core/fundamentals/change-tokens?view=aspnetcore-8.0#simple-startup-change-token
The text was updated successfully, but these errors were encountered:
91f47a2
seantleonard
Successfully merging a pull request may close this issue.
When saving a file, I've observed that multiple file changed events are triggered. This is something that the dotnet team acknowledges and provides sample code in the documentation to hash the file contents and check new hash versus old hash before proceeded with reacting to a file change notification. DAB should integrate those suggestions: https://learn.microsoft.com/en-us/aspnet/core/fundamentals/change-tokens?view=aspnetcore-8.0#simple-startup-change-token
The text was updated successfully, but these errors were encountered: