PowerShell / PowerShell/DSC

Contributor DevX: Enable per-project builds

Open
#569 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Issue-Enhancement Needs Triage
Dominant language
Rust
Stars
523
Forks
75
Avg merge
3d 16h
Merged PRs (30d)
24

Description

Summary of the new feature / enhancement

As a contributor, I want to quickly rebuild only the project I'm currently working on, not the full set of projects, when I make a change I want to validate and explore that doesn't affect the other projects, so I can iterate more quickly.

For example, reviewing any change to the registry resource requires running the build script and regenerating the tree sitter, DSC itself, and all the unrelated projects - which can take several minutes for each build.

Proposed technical implementation details (optional)

Enhance the build script to support a Project parameter that only deletes and rebuilds the specified projects, not the entire output folder. Alternatively, add per-project build scripts that a contributor can execute to rebuild only that project.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the repository's build script and reviewing how it currently deletes and rebuilds the output folder and projects. Implement a way to select one project, such as a Project parameter or per-project build entry point, while leaving unrelated projects untouched. Done means a contributor can rebuild only the selected project and validate the result without rebuilding the full project set.

Written by the indexing model from the issue text.

Assessment

Tech stack
rust
Domain
build-system, developer-experience
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.