cake-build / cake-build/cake

Simplified task graph configuration

Open
#26 12 comments 3 reactions 0 assignees View on GitHub
Feature Investigate
Dominant language
C#
Stars
4.2k
Forks
778
Avg merge
1h 15m
Merged PRs (30d)
19

Description

Simplified task graph configuration.

``` CSharp
Graph("Clean")
.Then("Build")
.Then("Run-Unit-Tests", If(() => runTests))
.Then("Copy-Files")
.Then("Zip-Files", If(c => c.HasArgument("zipFiles")))
.Then("Create-NuGet-Package")
.Then("Publish-NuGet-Package", If(publish))
.Then("All")
```

Contributor guide

Open the contributing guide

Research direction

Start by reviewing the issue's proposed CSharp task-graph example and then locate the existing task graph configuration entry points in the repository. The issue does not name files, tests, or a concrete acceptance criterion, so the desired implementation scope and definition of done need clarification before work begins.

Written by the indexing model from the issue text.

Assessment

Tech stack
csharp
Domain
build-system
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.