Fallout-build / Fallout-build/Fallout.Extensions.VSCode
Run Configuration: populate parameters & secrets from the build's declarations
- Lingua principale
- C#
- Stelle
- 0
- Fork
- 0
- Merge medio
- 2h 43m
- PR unite (30g)
- 8
Descrizione
**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.
Guida per i contributori
Apri la guida per i contributori
Direzione di ricerca
Inizia dalla vista Run Configuration e dai dati parameters[] di build-graph.json, quindi traccia attraverso SecretStorage i flussi esistenti da parametro a CLI e da secret a variabile d'ambiente. Verifica come viene consumato l'output del grafo Fallout#499 e assicurati che i parametri dichiarati popolino le righe appropriate, mentre i grafi senza parameters[] mantengano il comportamento a forma libera.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Valutazione
- Stack tecnologico
- csharp
- Ambito
- devtools
- Tipo di issue
- Funzionalità
- Difficoltà
- 4/5
- Tempo stimato
- 3-5 giorni
- Stato di attività
- Attiva
- Chiarezza
- Abbastanza chiara
- Idoneità per principianti
- 48/100