PowerShellEditorServices
PowerShellEditorServices copied to clipboard
Get rid of optional parameters in API function signatures
Apparently optional parameters cause issues with backwards compatibility in .NET APIs. Best to remove that pattern entirely.
More info: http://haacked.com/archive/2010/08/10/versioning-issues-with-optional-arguments.aspx/
:+1: for overloads
Indeed!
Probably can't get this in for 0.1.0 so it will have to be a breaking change for 0.2.0.