System.IO.Abstractions
System.IO.Abstractions copied to clipboard
Add more attributes of EnumerationOptions
Describe the bug See #652 .
I see more problems in the future with the following settings in:
- MatchType = MatchType.Win32,
- IgnoreInaccessible
- ReturnSpecialDirectories
- AttributesToSkip
- MatchCasing
To Reproduce Use one of the top usings to see if that works.
Additional context
I know that EnumerationOptions
is one of the newest addition of the code, but it is incomplete.
Issue-Label Bot is automatically applying the label type: enhancement
to this issue, with a confidence of 0.67. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!
Links: app homepage, dashboard and code for this bot.
With #655 we now explicitly throw NotSupportedException
s when encountering unsupported EnumerationOptions
property values.
Hey, When I was testing a class, I came over this problem. Its already 2 years after, oh man time flies
Whats the status of this?
I need the MatchCasing.CaseSensitive it seems