JasperFx / oakton

Parsing and Utilities for Command Line Tools in .Net
http://jasperfx.github.io/oakton
Apache License 2.0
308 stars 41 forks source link

Provide the capability to allow stateful resources to have dependencies #81

Closed SeanFarrow closed 2 months ago

SeanFarrow commented 1 year ago

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.

jeremydmiller commented 1 year ago

Oh, yeah, I'll buy into that one.