Dazinator.Extensions.FileProviders
Dazinator.Extensions.FileProviders copied to clipboard
Create separate NuGet libs for each file provider type?
I needed the memory file provider for unit tests. I think it is weird I couldn't use it because of the ASP.NET references were outdated (considering I don't need them, see #31).
I'd send a pull request, but I'm on a Mac, and you are referencing net4*, which I can't guarantee works on this platform.
Im open to splitting the providers into seperate projects, starting with the inmemory if that is what you mean? I am also open to retargerting to netstandard rather than full net framework. The lowest netstandard possible the better, ideally < 2. I dont have much time for this at the present but feel free to fork and make changes to anything holding you back, and I'd consider PR's
Great, I'll look into it. Thanks!