SoCreate / service-fabric-distributed-cache

MIT License
36 stars 19 forks source link

Split fabric shared abstractions and client into separate projects #2

Closed esbenbach closed 5 years ago

esbenbach commented 5 years ago

While the project is not huge, it "feels" wrong that consumers/users of the caching should also have the code for hosting the cache available. To avoid this I have split the project into three parts.

I am guess there is some NuGet packaging which needs to be solved.

Kill the PR if you dont think its important!

lurock commented 5 years ago

This is something I thought of while building this library and I agree with you. For simplicity of the build system and trying to keep it simply to setup (having just one package to install) I have chosen not to break it up at this time. I may in the future break it up when adding additional functionality. Thank you very much for sharing your thoughts and effort.