psibr / REstate

Portable state-flows (state-machine based workflows)
MIT License
36 stars 7 forks source link

Throw strongly-typed exceptions for invalid transitions #47

Closed itzamna314 closed 6 years ago

itzamna314 commented 6 years ago

Throw strongly-typed exceptions for invalid transitions, due to state not found or due to failed precondidtions.

Allow building REState from any machine instead of relying on a particular install location for System.Data.SqlClient

Applicable Issues