This directory contains code samples related to the book "Domain Modeling Made Functional"
/src/OrderTakingcontains the workflow as part of a complete bounded context./src/OrderTakingEvolvedcontains the workflow after the changes in the Evolution chapter.
After downloading this code, do the following steps:
- Run
build.cmdorbuild.shto download all the NuGet packages and compile the project - If that is not successful, you may need to install the .NET SDK 4.6.1 from here
- If you have problems, please create an issue on this repo