PowerShell-RFC icon indicating copy to clipboard operation
PowerShell-RFC copied to clipboard

RFC (Request for Comments) documents for community feedback on design changes and improvements to PowerShell ecosystem

Results 29 PowerShell-RFC issues
Sort by recently updated
recently updated
newest added

## 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...

WG-Engine

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.

WG-Engine

Link to original: #261

Committee-Reviewed
Experimental - Approved
WG-DevEx-Portability
WG-Engine

update using statements

WG-Engine

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...