PowerShell-RFC
PowerShell-RFC copied to clipboard
RFC (Request for Comments) documents for community feedback on design changes and improvements to PowerShell ecosystem
## Summary 1. **Incremental Binding**: As `RuntimeDefinedParameter` objects are written to the output in the `dynamicparam` block, they are immediately bound if an argument is available. This behavior differs from...
This RFC was originally proposed as part of a collection of RFCs in PR #187. I am separating those RFCs into separate PRs to better adhere to the RFC process.
Link to original: #261
Has it been thought about potentially moving the RFC process across to the discussions functionality that has come out lately?
### Summary of the new feature / enhancement As a user, I have a consistent need to manage secure strings without exposing them in scripts and other automation artifacts. To...