Results 885 comments of Ilya

@fflaten Feel free to pull PR with simple check (==32) and new tests.

> If this is seen as a documentation issue, the _max parameters sets allowed_ (being 32) should be documented in the reference document for [about_Functions_Advanced_Parameters](https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_functions_advanced_parameters#parametersetname-argument) and in the conceptual document...

Should we document this as a breaking change (formally at least)?

Code for the Line: https://github.com/PowerShell/PowerShell/blob/f4382202ae4622bf26795e29a7b39b9d7cdfb3fb/src/System.Management.Automation/engine/InvocationInfo.cs#L259-L270 @TylerLeonhardt @SeeminglyScience Can we return `ScriptPosition.Text`? Or it break PSES?

> My team uses powershell scripts a lot as part of our Azure DevOps pipelines and there is a lot of times we don't have _enough information to debug_ when...

> Make sure the file name does not have any extension Why cannot you add .ps1 extension?

> Windows signature checking is based on file extension, and this is something we cannot control. Hmm, sheband is Unix alternative to Windows file extension , so to speak. Interesting,...

Why don't Git like file extensions?

> > Why don't Git like file extensions? > > In Unix-like systems the piece of information that tells the operating system that file is executable is an attribute of...