aspnet/FileSystem

Make DirectoryInfoWrapper implementation details internal

natemcmaster opened this issue · 1 comments

Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoWrapper has public API that is really only an implementation detail. We could make some of this to internal instead.

Would be a breaking change, so we can't do this until 2.0.

We could start by marking it as Obsolete. One alternative after doing so is to clone the type into a separate namespace that we can use without having to pragma suppress the obsolete warning.