Matt Ward
43bffe6e32
Update EnvDTE.CodeParameter2 tests.
12 years ago
Matt Ward
9c6217e718
Implement EnvDTE.CodeProperty2
12 years ago
Matt Ward
73eb90fe9d
Implement more EnvDTE.CodeClass2 tests.
12 years ago
Matt Ward
e8338ae539
Update EnvDTE.CodeVariable tests.
12 years ago
Matt Ward
22b2a6e177
Update EnvDTE.CodeType unit tests.
...
Return correct value for InfoLocation on EnvDTE.CodeType.
12 years ago
Matt Ward
13b519f062
Implement parts of EnvDTE.CodeModel
12 years ago
Matt Ward
1cfe96d5b5
Fix error when installing EF.SharpDevelop NuGet package.
...
Enumerating the EnvDTE.Project.Object.References in a different app domain
was trying to load the PackageManagement assembly and failing. Changed
EnvDTE.References so it only exposes types in the SharpDevelop.EnvDTE assembly
and switch to using IEnumerable on the EnvDTE.References class.
12 years ago
Matt Ward
d5d7fd4281
Add PublicKeyToken, StrongName and Identity to EnvDTE.Reference
...
Used by Entity Framework 6
12 years ago
Matt Ward
edaea04978
Remove unused code.
12 years ago
Matt Ward
91473ac505
Fix old NuGet packages not being removed on updating.
...
Updating to a new NuGet package or installing a new NuGet
package with the old one still installed would leave the
old unused NuGet package in the packages folder.
12 years ago
Matt Ward
1fabf08c7a
Fix NuGet packages showing as installed in solution.
...
NuGet packages that were still in the packages folder but
not installed in any projects are now not shown in the
Installed tab when managing NuGet packages for the solution.
12 years ago
Matt Ward
69bd540863
Fix error when installing MVVMLight NuGet package.
...
Append backslash to project directory name when returning
the full path from EnvDTE.Project.Properties.
12 years ago
Matt Ward
8272845a47
Support LocalPath in EnvDTE.Project.Properties.
12 years ago
Matt Ward
9fc8710252
Support LocalPath property in an EnvDTE.ProjectItem.Properties.
12 years ago
Matt Ward
aa6ec0d463
Fix error when installing Fody addins with NuGet.
...
Implement EnvDTE ProjectItem.Save()
12 years ago
Matt Ward
5a4cac8dae
Fix project build error after installing Fody NuGet package.
...
The Fody NuGet package has an install PowerShell script that
directly updates the MSBuild project from the
Microsoft.Build.Evaluation.ProjectCollection.GlobalProjectCollection
to set a FodyPath property that defines where the Fody.targets
file should find the main Fody assembly.
Extended the support added for the Microsoft.Bcl.Build NuGet package
so project properties added by directly updating the MSBuild project
from the GlobalProjectCollection are added/updated in the actual
project file.
No support for updating properties that exist multiple times inside
a project (e.g. OutputPath).
12 years ago
Matt Ward
5d2417fdc0
Update NuGet to version 2.7.2
...
NuGet.Core version 2.7.41101.299
12 years ago
Siegfried Pammer
ba2cd7a6aa
make some projects with x86 dependencies compile as x86 (fixes MSB3270)
12 years ago
Siegfried Pammer
07f929dfc5
fix nuget reference platform incompatibility compiler warning
12 years ago
Matt Ward
4f618c4e46
Update NuGet to version 2.7.1
...
NuGet.Core version 2.7.40911.225
12 years ago
Matt Ward
75bbd21910
Allow Package Management addin tests to be run separately.
13 years ago
Matt Ward
5870705edd
Fix recent NuGet packages not being saved in settings.
13 years ago
Matt Ward
cf1c456d6f
Fix position of NuGet menu items when project selected.
13 years ago
Matt Ward
6641a37b67
Update NuGet.exe to 2.7.40809.172
...
This version does not have Visual Studio specific
messages when using package restore.
13 years ago
Matt Ward
e2b05442f7
Support restoring NuGet packages.
...
Add Restore Packages menu item which executes "NuGet.exe restore"
to restore all packages in the solution.
13 years ago
Matt Ward
86a171505b
Fix null path error when uninstalling jQuery NuGet package.
...
Run uninstall PowerShell scripts before the NuGet package is
removed so the jQuery uninstall.ps1 script can find the Scripts
folder in the project when uninstalling.
13 years ago
Matt Ward
a3a594700d
Update default NuGet package url.
13 years ago
Matt Ward
762b7609fc
Update to NuGet 2.7 RC
13 years ago
Daniel Grunwald
64501c842d
Use NullSafeSimpleModelCollection where possible
13 years ago
Daniel Grunwald
efd7e21b10
Introduce 'RichText' class and use it in new output pad API.
13 years ago
Daniel Grunwald
73dda200d7
Add basic rich-text support to AvalonEdit.
13 years ago
Matt Ward
4da10a963a
Use NuGet-Operation update HTTP header when using Update-Package cmdlet.
13 years ago
Matt Ward
e6c04de4a0
Refactor package management unit tests.
13 years ago
Matt Ward
87eac5a4af
Use NuGet-Operation update HTTP header when using Update All button.
13 years ago
Matt Ward
275f7dbf2b
Use NuGet-Operation install HTTP header when using Install-Package cmdlet.
13 years ago
Matt Ward
837c22ee72
Use NuGet-Operation install HTTP header when manage packages button used.
13 years ago
Matt Ward
586adc1d54
Use NuGet-Operation update HTTP header when updating packages from dialog.
13 years ago
Matt Ward
e4e9410a44
Use NuGet-Operation install HTTP header when adding packages from dialog.
13 years ago
Matt Ward
a933b8e838
Add SharpDevelop user agent in NuGet feed requests.
13 years ago
Matt Ward
3cd88717c3
Support AllVersions parameter with Get-Package cmdlet.
13 years ago
Matt Ward
7b22f707c0
Support showing updated pre-release packages with Get-Package cmdlet.
...
Get-Package -Updates -Prerelease
13 years ago
Matt Ward
5dcc9fc509
Use selected package source when using Get-Package -Updates
13 years ago
Matt Ward
202b3fdabf
Fix console output when showing solution packages from Get-Packages.
13 years ago
Matt Ward
1cd9ea9876
Display all package versions in solution when calling Get-Package cmdlet.
13 years ago
Matt Ward
320d8862e8
Display only latest pre-release version from Get-Package cmdlet.
13 years ago
Matt Ward
cb8e332ba7
Support pre-release packages in Get-Package cmdlet.
13 years ago
Matt Ward
be9327b7a2
Remove Recent parameter from Get-Packages cmdlet.
13 years ago
Siegfried Pammer
de377d1f39
update tests to work with IAssemblyModel
13 years ago
Matt Ward
7cadb40e97
Show NuGet package id when package selected.
...
The list of packages now shows the package title so
the package id is shown as a hyperlink on the right
hand side of the Manage Packages dialog when the
package is selected.
13 years ago
Matt Ward
f0cdd01d92
Show NuGet package title in Manage Packages dialog.
...
In the packages list views display the package title
if it exists otherwise show the package id.
13 years ago