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

Fix CloneFlags #8

Closed
wants to merge 1 commit into from
Closed

Fix CloneFlags #8

wants to merge 1 commit into from

Conversation

Sardelka9515
Copy link

Fix CloneFlags not using proper value for bitwise comparison, resulting CloneFlags.NoSerializedCloning = CloneFlags.NoFileIntegrityCheck | CloneFlags.NoSparseFileCheck

@erikmav
Copy link
Contributor

erikmav commented Sep 15, 2022

Thanks! I incorporated these changes into #9 and package version 0.1.13.

@erikmav erikmav closed this Sep 15, 2022
erikmav added a commit that referenced this pull request Sep 15, 2022
Add new factory flag that sets a mode to require cross-process Windows mutexes for safe source file locking to avoid ReFS concurrency bug. Add optimization to allow bypassing redundant Path.GetFullPath() when caller has done it already. Fix CloneFlags to use individual bits (see #8).

Published new package version 0.1.13 with these changes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants