Matt Ward
|
4bff959fbd
|
Implement Reference3.AutoReferenced property.
|
14 years ago |
Matt Ward
|
e33c7f4edd
|
Allow MvcScaffolding to set the default PowerShell runspace through the IConsoleInitializer.
|
14 years ago |
Matt Ward
|
6e460e179f
|
Implement EnvDTE.CodeClass.AddVariable.
|
14 years ago |
Matt Ward
|
ab45879b9f
|
Implement EnvDTE.EditPoint.ReplaceText.
|
14 years ago |
Matt Ward
|
a1e8921ac5
|
Implement EnvDTE.CodeElement.Kind.
|
14 years ago |
Matt Ward
|
a7e6377779
|
Implement EnvDTE.CodeTypeRef and EnvDTE.CodeTypeRef2.
|
14 years ago |
Matt Ward
|
1dbdbf2e64
|
Implement Getter and Setter properties on EnvDTE.CodeProperty.
|
14 years ago |
Matt Ward
|
bbf32f7059
|
Implement EnvDTE.CodeProperty2.Parameters.
|
14 years ago |
Matt Ward
|
31d0f03af4
|
Implement CodeType.Members for fields, methods and properties.
|
14 years ago |
Matt Ward
|
5d28bce57c
|
Implement EnvDTE.CodeType.Bases
|
14 years ago |
Matt Ward
|
b01d17d5dd
|
Implement EnvDTE.CodeClass.ImplementedInterfaces.
|
14 years ago |
Matt Ward
|
9aa770e5b9
|
Implement EnvDTE.CodeType.Attributes.
|
14 years ago |
Matt Ward
|
2578b8c77d
|
Implement EnvDTE.CodeAttribute.
|
14 years ago |
Matt Ward
|
5b528bc2eb
|
Implement EnvDTE.CodeElement.Language.
|
14 years ago |
Matt Ward
|
c5da8349f9
|
Return project or external vsCMInfoLocation for EnvDTE.CodeType
|
14 years ago |
Matt Ward
|
79307ebd00
|
Switch to using IProjectContent.GetNamespaceContents in EnvDTE.CodeModel to simplify the implementation.
|
14 years ago |
Matt Ward
|
fa497e62cf
|
Implement EnvDTE.CodeModel and CodeNamespace.
|
14 years ago |
Matt Ward
|
8e4fa6759f
|
Implement EnvDTE.CodeModel.CodeTypeFromFullName.
|
14 years ago |
Matt Ward
|
c1835c0fbc
|
Implement IVsSolution and FlavoredProject for T4 scaffolding.
|
14 years ago |
Matt Ward
|
5c26245277
|
Implement Visual Studio API to support installing T4 scaffolding package.
|
14 years ago |
Matt Ward
|
f12e3df59e
|
Create EnvDTE and Visual Studio API classes without any implementation to support MvcScaffolding.
|
14 years ago |
Matt Ward
|
a9c9850ca5
|
Update to NuGet 1.7
|
14 years ago |
Matt Ward
|
01268b2cfa
|
Add tests for prerelease NuGet packages.
|
14 years ago |
Matt Ward
|
b1f0cc48f4
|
Support updating a NuGet package in all projects when using the Update-Package PowersShell cmdlet.
|
15 years ago |
Matt Ward
|
53d9fc382b
|
Support updating all NuGet packages in a solution when using the Update-Package PowersShell cmdlet.
|
15 years ago |
Matt Ward
|
b2b4126712
|
Support updating all NuGet packages in a project when using the Update-Package PowersShell cmdlet.
|
15 years ago |
Matt Ward
|
c1fc88ffb1
|
Prevent selection of projects that do not have an old version of a NuGet package when updating multiple projects in Manage Packages dialog.
|
15 years ago |
Matt Ward
|
f8b2824786
|
Projects are only selected in the Select Projects dialog in the Installed Packages tab if the NuGet package is installed. No longer selected in the Available or Update tabs.
|
15 years ago |
Matt Ward
|
c32cb0b018
|
Installed tab now supports uninstalling NuGet packages by unchecking the project in the Select Projects dialog.
|
15 years ago |
Matt Ward
|
051bda8c6a
|
Supporting installing a NuGet package into selected projects in one step.
|
15 years ago |
Matt Ward
|
17dc0e7771
|
Rename Add Package Reference dialog to Manage Packages.
|
15 years ago |
Matt Ward
|
33fc889dec
|
Update to NuGet 1.4
|
15 years ago |
Matt Ward
|
c9968cd1f8
|
Remove code duplication.
|
15 years ago |
Matt Ward
|
4f4bf9936a
|
Can now configure NuGet package sources for project templates in Tools Options.
|
15 years ago |
Matt Ward
|
2eb67539d6
|
Support using NuGet packages in project templates.
|
15 years ago |
Matt Ward
|
66d07b6e62
|
Fix errors when installing jQuery NuGet package.
|
15 years ago |
mrward
|
efc8507e50
|
Move PowerShell specific code to separate assembly.
|
15 years ago |
Matt Ward
|
b7a218199c
|
Support updating the text editor's font size and default text background and foreground colours from PowerShell.
|
15 years ago |
Matt Ward
|
79edee6940
|
Show error message in package management console if PowerShell 2.0 is not installed.
|
15 years ago |
Matt Ward
|
65baef9f19
|
Fix cross-thread exceptions when running PowerShell scripts with Add Package Reference dialog is open.
|
15 years ago |
Matt Ward
|
74a201369f
|
Implement same behaviour as Visual Studio's EnvDTE.ProjectItems by throwing an exception when AddFileFromCopy called and the destination file exists.
|
15 years ago |
Matt Ward
|
dadb1e0ceb
|
Fix exception when NuGetPSVariables package iterates over project properties.
|
15 years ago |
Matt Ward
|
72a2251995
|
Prevent a package from being uninstalled before a PowerShell script has run when uninstalling from the Add Package Reference dialog.
|
15 years ago |
Matt Ward
|
62b1dc36cb
|
Run PowerShell scripts when installing/uninstalling NuGet packages with the Add Package Reference dialog.
|
15 years ago |
Matt Ward
|
52ada1773b
|
Add cmdlet to run a set of package scripts inside the PowerShell console.
|
15 years ago |
Matt Ward
|
827bfdbcd1
|
Use script runner instead of running PowerShell scripts directly.
|
15 years ago |
Matt Ward
|
5fda9cdf73
|
Refactor Package Managementment addin.
|
15 years ago |
Matt Ward
|
64a7c8ab80
|
Reset PowerShell working directory when solution is closed.
|
15 years ago |
Matt Ward
|
d56517ab61
|
Change PowerShell working directory to solution directory when solution is opened.
|
15 years ago |
Matt Ward
|
625c7568a8
|
Create package management console pad before running package initialization PowerShell scripts.
|
15 years ago |