VistianOpenSource / Birch

A platform agnostic .NET library for the creation of code first user interfaces; Code your user interface, update your state, and let Birch do the rest.
9 stars 1 forks source link

Environment Host Builder enhancements #11

Closed VistianOpenSource closed 4 years ago

VistianOpenSource commented 4 years ago

I suspect that some of the configurable elements of the framework e.g. transaction model, cloning of models etc currently are being specified through the environment builder.

VistianOpenSource commented 4 years ago

Added support for changing the transaction model (why anyone would however).

Cloning of models left for a later date - C#9 would make this a redundant change.