I really like the stateful resource feature, but what would be really nice is to have the ability to allow one stateful resource to only run after another had successfully executed.
For example, let's say I'm using asp.net Identity to manage a user database with EntityFramework. I would want ot run migrations, then potentially seed some users.
I really like the stateful resource feature, but what would be really nice is to have the ability to allow one stateful resource to only run after another had successfully executed.
For example, let's say I'm using asp.net Identity to manage a user database with EntityFramework. I would want ot run migrations, then potentially seed some users.