Directory.GetFileSystemEntries is missing the SearchOption parameter #775
Labels
area: core
Issues that address the core abstractions & the wrappers
flag: good-first-issue
Issues that are good for first time contributors
state: ready to pick
Issues that are ready for being worked on
state: released
Issues that are released
type: enhancement
Issues that propose new functionality
The windows method for Directory.GetFileSystemEntries supports a parameter SearchOption to return not only values of the top most entries, but also the possibility to search within all sub directories. However, the mock hereby has no option for it yet.
It would be great to use this method here. Is there a chance, that you add this functionality?
(Function gets used within a .Net Core ASP.NET MVC application)
The text was updated successfully, but these errors were encountered: