Matt Ward
|
8837c0ce31
|
Add get-project cmdlet.
|
15 years ago |
Matt Ward
|
a456ad58c5
|
Support PowerShell scripts that access the TargetFrameworkMoniker project property.
|
15 years ago |
Matt Ward
|
9b465c972b
|
Support enumerating project references and removing references from PowerShell scripts.
|
15 years ago |
Matt Ward
|
2f3d89a313
|
Return the NuGet version number for the PowerShell host version.
|
15 years ago |
Matt Ward
|
8fae88d020
|
Support opening files from PowerShell scripts that use DTE.ItemOperations.OpenFile.
|
15 years ago |
Matt Ward
|
a3566e1c68
|
Support installing SQL Server Compact NuGet package.
|
15 years ago |
Matt Ward
|
f036b01bac
|
Save project after making changes with PowerShell scripts.
|
15 years ago |
Matt Ward
|
873c6af946
|
Add support for adding GAC references and post build events in NuGet PowerShell scripts.
|
15 years ago |
Matt Ward
|
adeeb6ceb9
|
Show line being executed in the console window when a PowerShell script has a runtime error.
|
15 years ago |
Matt Ward
|
9e2d9ff8b0
|
Fix exceptions thrown when PowerShell script writes to host.
|
15 years ago |
Matt Ward
|
e37674ff62
|
Fix cross-thread exception when deleting files and directories.
|
15 years ago |
Matt Ward
|
a3b896b2e6
|
Check PowerShell scripts exist before attempting to run them.
|
15 years ago |
Matt Ward
|
776d564105
|
Disable support for running PowerShell scripts in Add Package Reference dialog.
|
15 years ago |
Matt Ward
|
9a726f5b07
|
Add support for running PowerShell scripts in NuGet packages.
|
15 years ago |
Matt Ward
|
5ce9465f25
|
Show better error messages in the Add Package Reference dialog when an aggregate exception has an inner aggregate exception.
|
15 years ago |
Matt Ward
|
23142939d5
|
Log exceptions raised in the Add Package Reference dialog.
|
15 years ago |
Matt Ward
|
f1e142228b
|
Remove unused code.
|
15 years ago |
Matt Ward
|
4d3453902c
|
Add missing unit tests.
|
15 years ago |
Matt Ward
|
84a08041c1
|
Remove cmdlet dependency on the active solution.
|
15 years ago |
Matt Ward
|
ab1229eadc
|
Return PackageManagementProjects from console host.
|
15 years ago |
Matt Ward
|
b229231c85
|
Remove properties no longer required from package actions.
|
15 years ago |
Matt Ward
|
e7fb02720a
|
Move install/uninstall/update package actions to project.
|
15 years ago |
Matt Ward
|
8e12bbc046
|
Remove unused code.
|
15 years ago |
Matt Ward
|
41ee929603
|
Add PackageManagementProject class.
|
15 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
|
6888b03202
|
Add extra text helper methods to save text written to scripting console.
|
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 |
Matt Ward
|
4be69831a8
|
Merge branch 'master' of github.com:icsharpcode/SharpDevelop into powershell
Conflicts:
src/AddIns/Misc/PackageManagement/Project/PackageManagement.csproj
src/AddIns/Misc/PackageManagement/Project/Src/Design/FakePackageManagementService.cs
src/AddIns/Misc/PackageManagement/Project/Src/Design/FakePackageManager.cs
src/AddIns/Misc/PackageManagement/Project/Src/IPackageManagementService.cs
src/AddIns/Misc/PackageManagement/Project/Src/ISharpDevelopPackageManager.cs
src/AddIns/Misc/PackageManagement/Project/Src/PackageManagementService.cs
src/AddIns/Misc/PackageManagement/Project/Src/SharpDevelopPackageManager.cs
src/AddIns/Misc/PackageManagement/Project/Src/SharpDevelopProjectSystem.cs
src/AddIns/Misc/PackageManagement/Test/PackageManagement.Tests.csproj
src/AddIns/Misc/PackageManagement/Test/Src/PackageManagementServiceTests.cs
src/AddIns/Misc/PackageManagement/Test/Src/SharpDevelopPackageManagerTests.cs
|
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
|
51bdbe6243
|
Change Get-Package cmdlet parameters to match those in NuGet 1.2
|
15 years ago |
Matt Ward
|
3c89d6aaef
|
Fix cross thread operation when removing a reference from a project.
|
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
|
bf9e815a0f
|
Scroll to end of console when any text is output.
|
15 years ago |
Matt Ward
|
9e873eb31a
|
Add get-package cmdlet.
|
15 years ago |