System.IO.Abstractions icon indicating copy to clipboard operation
System.IO.Abstractions copied to clipboard

Add more attributes of EnumerationOptions

Open P-Storm opened this issue 4 years ago • 3 comments

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.

P-Storm avatar Oct 09 '20 22:10 P-Storm

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.

issue-label-bot[bot] avatar Oct 09 '20 22:10 issue-label-bot[bot]

With #655 we now explicitly throw NotSupportedExceptions when encountering unsupported EnumerationOptions property values.

fgreinacher avatar Oct 13 '20 06:10 fgreinacher

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

Chaosflo avatar Nov 24 '22 06:11 Chaosflo