Fallout-build / Fallout-build/Fallout.Extensions.VSCode

Run Configuration: populate parameters & secrets from the build's declarations

オープン
#1 コメント 1 件 リアクション 0 件 担当者 0 名 GitHub で見る
blocked enhancement
主要言語
C#
スター
0
フォーク
0
平均マージ
2時間 43分
マージ済み PR(30日)
8

説明

**Problem**

The extension's Run Configuration view is free-form — it only shows params/secrets you hand-type. Declared members like `NuGetApiKey` (`[Parameter][Secret]`) don't appear, so the Secrets section looks empty.

Blocked on **Fallout-build/Fallout#499** (the framework graph must emit `parameters[]` first).

**Outcome**

Run Configuration reads `parameters[]` from `build-graph.json` and pre-populates:
- non-secret params → **Parameters** rows (fill value → CLI args)
- `[Secret]` params → **Secrets** rows, shown *"not set"* until a value is entered (→ SecretStorage → env var on run)

**Acceptance criteria**

- `NuGetApiKey` and peers appear automatically after a build/plan.
- Declared secrets read *"not set"* until set; values live in SecretStorage, applied as env vars on run.
- Values still flow to runs as today (params → args, secrets → env); free-form add still works for extras.
- Graceful when the graph has no `parameters[]` (older builds) — falls back to today's free-form behaviour.

コントリビューションガイド

コントリビューションガイドを開く

調査の方向性

Start at the Run Configuration view and the build-graph.json parameters[] data, then trace the existing parameter-to-CLI and secret-to-environment-variable flows through SecretStorage. Confirm how the Fallout#499 graph output is consumed and verify that declared parameters populate the appropriate rows, while graphs without parameters[] retain free-form behavior.

索引モデルが issue の本文から書いたものです。

評価

技術スタック
csharp
領域
devtools
issue の種類
機能追加
難易度
4/5
見積もり時間
3〜5日
活発さ
活発
明瞭さ
おおむね明確
初心者へのやさしさ
48/100

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。