Xabaril / Esquio

Esquio is a Feature Toggle Library for .NET Developers.
Apache License 2.0
428 stars 49 forks source link

Improve StoreOptions use #136

Open unaizorrilla opened 4 years ago

unaizorrilla commented 4 years ago

Improve StoreOptions use to simplify change schemas, table etc without ceremony.

Started with #135

unaizorrilla commented 4 years ago

Moved to Esquio 4 because we are working on multiple stores and we address this issue at same time!

Kronos11 commented 4 years ago

What else is needed for this? Should we make a way to setup the options via Configuration?

unaizorrilla commented 4 years ago

Well, the problem on this is about EF migrations, if you change the StoreOptions need also create a new migration to represent these changes!

I'm not sure at this moment how to simplify the customization of the schema without adding more code (migrations ) to do that!