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
Operating System (OS):
.NET Runtime:
Files Version:
This is a follow-up issue for #11 (see Discussion).
The InMemoryFileSystem doesn't support FileShare.Delete.
InMemoryFileSystem
FileShare.Delete
The InMemoryFileSystem should support FileShare.Delete. Files should be deleteable when initially opened with this FileShare value.
FileShare
Currently deletion will simply fail because FileShare.Delete is not handled in any way.
None.
The text was updated successfully, but these errors were encountered:
Closing for now. See this comment for the reasons.
Sorry, something went wrong.
No branches or pull requests
Bug Report
Environment / Version Details
Operating System (OS):
.NET Runtime:
Files Version:
Description
This is a follow-up issue for #11 (see Discussion).
The
InMemoryFileSystem
doesn't supportFileShare.Delete
.Expected behavior
The
InMemoryFileSystem
should supportFileShare.Delete
. Files should be deleteable when initially opened with thisFileShare
value.Actual behavior
Currently deletion will simply fail because
FileShare.Delete
is not handled in any way.Steps to Reproduce
None.
Discussion
None.
The text was updated successfully, but these errors were encountered: