PowerShell cmdlets support -whatif. It reports what will happen in a structured and standard way without actually making changes.
Comments: would love: ``` get-package | update-package -whatif ``` Often I see updates in nuget GUI, but wonder what version it's going to update from so i know if it's major/minor update. whatif would prevent a lot of clicking or typing for each update.
Comments: would love: ``` get-package | update-package -whatif ``` Often I see updates in nuget GUI, but wonder what version it's going to update from so i know if it's major/minor update. whatif would prevent a lot of clicking or typing for each update.