hhblaze / DBreeze

C# .NET NOSQL ( key value store embedded ) ACID multi-paradigm database management system.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove duplicates

HakanL opened this issue · comments

It seems that all source files are duplicated into DBreeze.UWP and NETCore folders. It would probably be better to link the files, hard to maintain multiple copies, risky and error-prone.

commented

I will not do it for now, I find my way better

Ok, that's fine, your project, but how do you manage changes to the files, don't you have to redo the changes in each of the 3 projects?

commented

Actually 2 projects, because UWP will work everywhere and will become the only project in the future. Standard DBreeze sources is more about support of .NET35.

ok, good, thx for the additional info.