PowerShell-RFC
PowerShell-RFC copied to clipboard
RFC (Request for Comments) documents for community feedback on design changes and improvements to PowerShell ecosystem
The [RFC for generalized splatting](https://github.com/PowerShell/PowerShell-RFC/blob/master/2-Draft-Accepted/RFC0002-Generalized-Splatting.md) is currently in the Draft-Approved state, but not being implemented due to a combination of other priorities and complexities in the implementation. While it's in...
Experimental features should have two additional elements: 1. An indication of quality similar to: - Alpha - Beta - RC 2. A link to the design and or a place...
from #161/ #106 @PowerShell/powershell-committee discussed this one in detail today. We believe that there's massive value in figuring out how to tee **ScriptBlock and AMSI style** logs off to remote...
Per #106, this is to track the need for an RFC that would create a pluggable provider model for logging. Quoting me from that thread: > @PowerShell/powershell-committee discussed this one...
Use this issue to comment on this RFC: https://github.com/PowerShell/PowerShell-Language-RFC/blob/master/1-Draft/RFC0004-PowerShell-Module-Versioning.md
Use this issue to comment on this RFC: https://github.com/PowerShell/PowerShell-Language-RFC/blob/master/1-Draft/RFC0003-Lexical-Strict-Mode.md
-- RFC: RFC00xx Author: Nik Charlebois --- # Reverse Engineering Existing Environment into DSC Users have been complaining about the learning curve to get started with DSC and about the...
Feedback for https://github.com/PowerShell/PowerShell-RFC/blob/master/1-Draft/RFC0012-Enable-SSH-Remoting.md
Fix link to discussions.
This is a draft spec for auto-discovering feedback provider and tab-completer. Relevant GitHub issues: - [Enable loading of Feedback providers via config](https://github.com/PowerShell/PowerShell/issues/25115) - [Add a way to lazily autoload argument...