74 Commits (79307ebd003ef5c28df32827bf34c52e1fdb5688)

Author SHA1 Message Date
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 d4d5a3cad0 Fix build. 14 years ago
Tomasz Tretkowski 112850f057 First take to mspec behaviors. 15 years ago
Siegfried Pammer fa38d8060a fix unit tests 15 years ago
Siegfried Pammer 7fd8260112 add MockProjectChangeWatcher for Unit Tests 15 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 3de9a8a8d3 Show last updated date for NuGet package in Manage Packages dialog. 15 years ago
Matt Ward 17dc0e7771 Rename Add Package Reference dialog to Manage Packages. 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 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 80ddd955f2 Run the package initialize PowerShell scripts for the open solution when the package management console is opened for the first time. 15 years ago
Matt Ward 625c7568a8 Create package management console pad before running package initialization PowerShell scripts. 15 years ago
Matt Ward e549d51049 Add methods to determine if a package PowerShell script file exists on the file system. 15 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. 15 years ago
Matt Ward 034ced130a Override the Clear-Host PowerShell function to support clearing the package management console on the command line. 15 years ago
mrward 464759343d Use NuGet.Config file to store package sources. 15 years ago
mrward 81f323322b Add tools options to clear recent NuGet packages and clear the local machine NuGet package cache. 15 years ago
mrward 787fce196d Can now browse for a directory containing NuGet packages in the options dialog. 15 years ago
Matt Ward 92df3493a9 Add minimal support for accessing project files inside subdirectories in PowerShell scripts. 15 years ago
Matt Ward d507dfeccf Support updating a project item's CustomTool with a PowerShell script. 15 years ago
Matt Ward 1c4db6e458 Support getting and setting the project file's CopyToOutputDirectory property via PowerShell script. 15 years ago
Matt Ward ca40c856d2 Support navigating to a web page from a PowerShell script. 15 years ago
Matt Ward fa0d1d9b24 Support adding files into the project with PowerShell scripts. 15 years ago
Matt Ward 9b465c972b Support enumerating project references and removing references from PowerShell scripts. 15 years ago
Matt Ward a3566e1c68 Support installing SQL Server Compact NuGet package. 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 a3b896b2e6 Check PowerShell scripts exist before attempting to run them. 15 years ago
Matt Ward 9a726f5b07 Add support for running PowerShell scripts in NuGet packages. 15 years ago