Dazinator.Extensions.FileProviders icon indicating copy to clipboard operation
Dazinator.Extensions.FileProviders copied to clipboard

Create separate NuGet libs for each file provider type?

Open pauldotknopf opened this issue 7 years ago • 2 comments

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.

pauldotknopf avatar Jul 01 '18 17:07 pauldotknopf

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

dazinator avatar Jul 01 '18 17:07 dazinator

Great, I'll look into it. Thanks!

pauldotknopf avatar Jul 01 '18 17:07 pauldotknopf