Matt Ward
2ce1a82a47
Log messages in Package Management Console.
...
The Package Management Console now shows messages logged during the
execution of the install, uninstall or update cmdlets. The messages
logged are the same ones that Visual Studio shows in its console.
11 years ago
Daniel Grunwald
eec385146f
Change LGPL headers to MIT header.
12 years ago
Matt Ward
fdcc282862
Support FileConflictAction parameter in NuGet commands.
...
install-package jquery -FileConflictAction Overwrite
update-package jquery -FileConflictAction Ignore
12 years ago
Matt Ward
e33c7f4edd
Allow MvcScaffolding to set the default PowerShell runspace through the IConsoleInitializer.
13 years ago
Matt Ward
53d9fc382b
Support updating all NuGet packages in a solution when using the Update-Package PowersShell cmdlet.
14 years ago
Matt Ward
e0030363b0
Execute commands using the console host instead of directly accessing the scripting console.
14 years ago
Matt Ward
7cb14bbf56
Fix hang caused by Package Management console on closing SharpDevelop with a solution open.
14 years ago
Matt Ward
625c7568a8
Create package management console pad before running package initialization PowerShell scripts.
14 years ago
Matt Ward
fe39e572dc
Add Invoke-InitializePackages cmdlet to run package init.ps1 PowerShell scripts.
14 years ago
Matt Ward
2109e77dc3
Add support for running NuGet package init.ps1 scripts when a solution is opened. Currently only works when package management console is opened before opening solution.
14 years ago
Matt Ward
034ced130a
Override the Clear-Host PowerShell function to support clearing the package management console on the command line.
14 years ago
Matt Ward
6091f9a250
Remove dependency on project service from package management console host.
14 years ago
Matt Ward
8837c0ce31
Add get-project cmdlet.
14 years ago
Matt Ward
84a08041c1
Remove cmdlet dependency on the active solution.
14 years ago
Matt Ward
ab1229eadc
Return PackageManagementProjects from console host.
14 years ago
Matt Ward
77c0d4c4ca
Move unit tests for package processing actions into separate test classes.
14 years ago
Matt Ward
9cfc77aa5b
Add install-package cmdlet.
15 years ago
Matt Ward
95689ed33f
Add Package Management Console.
15 years ago