Matt Ward
|
5ce9465f25
|
Show better error messages in the Add Package Reference dialog when an aggregate exception has an inner aggregate exception.
|
14 years ago |
Matt Ward
|
f1e142228b
|
Remove unused code.
|
14 years ago |
Matt Ward
|
4d3453902c
|
Add missing unit tests.
|
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
|
b229231c85
|
Remove properties no longer required from package actions.
|
14 years ago |
Matt Ward
|
e7fb02720a
|
Move install/uninstall/update package actions to project.
|
14 years ago |
Matt Ward
|
8e12bbc046
|
Remove unused code.
|
14 years ago |
Matt Ward
|
41ee929603
|
Add PackageManagementProject class.
|
14 years ago |
Matt Ward
|
a354836b3b
|
Rename PackageManagementService to PackageManagementSolution.
|
15 years ago |
Matt Ward
|
e182ef53ae
|
Reduce number of parameters in PackageViewModel constructor.
|
15 years ago |
Matt Ward
|
aecbb026b4
|
Move package view model logging to separate class.
|
15 years ago |
Matt Ward
|
0a8be1d18f
|
PackageManagementOutputMessagesView no longer needs to implement ILogger.
|
15 years ago |
Matt Ward
|
c6ff8a7ad1
|
Package operation log messages are now raised as package management events.
|
15 years ago |
Matt Ward
|
c1d3a8dda5
|
Move package install/uninstall events into package management events class.
|
15 years ago |
Matt Ward
|
56caa05034
|
Remove message reporter class.
|
15 years ago |
Matt Ward
|
7443b601fb
|
Remove options dependency from PackageManagementService class.
|
15 years ago |
Matt Ward
|
8eee3a31f6
|
Move package repository code into separate class.
|
15 years ago |
Matt Ward
|
77c0d4c4ca
|
Move unit tests for package processing actions into separate test classes.
|
15 years ago |
Matt Ward
|
00e5a5206b
|
Prevent package install/uninstall events being captured by closed Add Package Reference dialog.
|
15 years ago |
Matt Ward
|
92e828e142
|
Refactor PackageManagementService to reduce the number of method parameters.
|
15 years ago |
Matt Ward
|
612f075644
|
Show help in package management console.
|
15 years ago |
Matt Ward
|
6dd81bc8ab
|
Display NuGet version in package management console.
|
15 years ago |
Matt Ward
|
6aae2a7abe
|
Add update-package cmdlet.
|
15 years ago |
mrward
|
713fcb745f
|
Use NuGet update methods when updating a package.
|
15 years ago |
mrward
|
93b0dfcee8
|
Update to NuGet 1.2
|
15 years ago |
Matt Ward
|
aa89bc79b5
|
Add uninstall-package cmdlet.
|
15 years ago |
Matt Ward
|
9cfc77aa5b
|
Add install-package cmdlet.
|
15 years ago |
Matt Ward
|
e77c921ed8
|
PowerShell output fills console window if width is larger than 80 characters.
|
15 years ago |
Matt Ward
|
9e873eb31a
|
Add get-package cmdlet.
|
15 years ago |
mrward
|
6bfdcc0912
|
Handle errors on opening Add Package Reference dialog.
|
15 years ago |
Matt Ward
|
95689ed33f
|
Add Package Management Console.
|
15 years ago |
mrward
|
f3e3671a3c
|
Handle exceptions when installing and uninstalling NuGet packages.
|
15 years ago |
mrward
|
31aa4d74a1
|
Refresh recent packages when a package is uninstalled.
|
15 years ago |
mrward
|
50d17bbe3a
|
Save recent NuGet packages used in properties file.
|
15 years ago |
mrward
|
6e703ce950
|
Add recent packages to Add Package Reference dialog.
|
15 years ago |
mrward
|
f68d4162e8
|
Enable logging for the shared package repository when installing and uninstalling NuGet packages.
|
15 years ago |
mrward
|
4d2b963d57
|
Log start and end of NuGet package installation in the Output window.
|
15 years ago |
mrward
|
cc85f6564a
|
Add logging to SharpDevelopProjectSystem.
|
15 years ago |
mrward
|
28ce7f2d26
|
Files added by NuGet package are now removed when package is uninstalled.
|
15 years ago |
mrward
|
3d6c88d5cc
|
Show NuGet log messages in Output window.
|
15 years ago |
mrward
|
19729e1bdb
|
Determine PackageOperations only once and use them when installing packages.
|
15 years ago |
mrward
|
b7f372bb64
|
Update to NuGet 1.1
|
15 years ago |
mrward
|
a7dd797c87
|
Do not send empty search criteria in http request to NuGet repository.
|
15 years ago |
mrward
|
f69e6bdb83
|
Prevent repeated http requests sent to NuGet repository when selecting a different page.
|
15 years ago |
mrward
|
50c9455dec
|
Sort packages by id.
|
15 years ago |
mrward
|
d4fccb2f42
|
Cache package repositories.
|
15 years ago |
mrward
|
871c373b11
|
Do not create package repositories in background thread.
|
15 years ago |
mrward
|
a4d467fb87
|
Show error messages in Add Package Reference dialog.
|
15 years ago |
mrward
|
0a05faa707
|
Read NuGet packages from repositories on background worker thread.
|
15 years ago |