mrward / monodevelop-nuget-extensions

Extends the MonoDevelop NuGet addin
MIT License
72 stars 9 forks source link

Prompt for choice does not allow default option to be selected #42

Closed mrward closed 2 years ago

mrward commented 2 years ago

Repro:

Remove-Item test.cs -confirm

The default response when return is pressed without entering any value is 'Y'.

However this is not supported. In VS Mac 8.10 nothing happens. In VS Mac 17.0 a new prompt appears without any action being taken and PowerShell is still waiting for user input.

mrward commented 2 years ago

Fixed in vsmac-17.0 branch.