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

InMemoryFileSystem doesn't support FileShare.Delete #12

Closed
9 of 11 tasks
manuelroemer opened this issue Jun 1, 2020 · 1 comment
Closed
9 of 11 tasks

InMemoryFileSystem doesn't support FileShare.Delete #12

manuelroemer opened this issue Jun 1, 2020 · 1 comment
Labels
bug Something isn't working

Comments

@manuelroemer
Copy link
Owner

Bug Report

Environment / Version Details

Operating System (OS):

  • Windows
    • Win32
    • UWP
  • Linux
  • macOS

.NET Runtime:

  • .NET Framework
  • .NET Core
  • .NET
  • Other (Please specify the details in the description)

Files Version:

  • Newest Version
  • Older Version (Please specify the details in the description)

Description

This is a follow-up issue for #11 (see Discussion).

The InMemoryFileSystem doesn't support FileShare.Delete.

Expected behavior

The InMemoryFileSystem should support FileShare.Delete. Files should be deleteable when initially opened with this FileShare value.

Actual behavior

Currently deletion will simply fail because FileShare.Delete is not handled in any way.

Steps to Reproduce

None.

Discussion

None.

@manuelroemer manuelroemer added the bug Something isn't working label Jun 1, 2020
@manuelroemer
Copy link
Owner Author

Closing for now. See this comment for the reasons.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant