Support environment variables DSC Meta Configuration
Open
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
With the initial batch completed in #574, I want to be able to use environment variables in the directories field. The current implementation in preview.12 doesn't support the following:
{
"resourcePath": {
"allowEnvOverride": true,
"appendEnvPath": true,
"directories": ["%SYSTEMDRIVE%\\CompanyResources"]
},
"tracing": {
"level": "TRACE",
"format": "Default",
"allowOverride": true
}
}
Proposed technical implementation details (optional)
No response
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Review the initial batch referenced in #574 and the preview.12 handling of the resourcePath directories field. Confirm how environment variables such as %SYSTEMDRIVE% should be expanded, then verify that the example configuration works with environment variables in directories.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- devops, tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100