bau icon indicating copy to clipboard operation
bau copied to clipboard

The C# task runner

Results 54 bau issues
Sort by recently updated
recently updated
newest added

From https://jabbr.net/#/rooms/scriptcs in response to @nblumhardt > - it's something I've been thinking about a lot, and there's been a twitter conversation about it today > - the aim of...

feature
spike

E.g. A and B depend on C, C depends on D. I reset D and that walks _up_ the dependency graph and resets all the other tasks. ``` A B...

feature

E.g. A depends on B, B depends on C and D. I call a method which resets A and traverses down the dependency graph to reset all the other tasks....

feature

Depends on #66

feature

Rake 10.3 has this with a new '--build-all', '-B' switch.

feature

Depends on https://github.com/scriptcs/scriptcs/issues/607

feature

It would be useful to have a method ("ForAll" is the proposed name, but there are a number of other possibilities) that can be used to configure all tasks of...

So far Bau's plugin system has been used as a fluent api for adding tasks of a particular type. However, it could also be used to create multiple related tasks....

As discussed in #215, creating granular per-project build tasks can result in a more efficient developer experience than solution-level tasks, particularly for large solutions. However, relying on MSBuild to build...