389 Commits (e3a387d4b43fb0d942551357c93e198626ab66b7)

Author SHA1 Message Date
Matt Ward 3c84135a41 Fix NuGet package id not displayed in logging output. 13 years ago
Matt Ward c7e1cece1a Fix index out of range exception in Package Sources option panel. 13 years ago
Matt Ward 2d45e51d81 Fix blank summary in NuGet package license accept dialog. 13 years ago
Matt Ward f75a871712 Fix blank package summary in Manage Packages dialog packages list. 13 years ago
Matt Ward 94db4acf62 Show last published date for NuGet packages. 13 years ago
Matt Ward d6501ec632 Fix NuGet package dependencies not displaying. 13 years ago
Matt Ward 2b3edb2784 Fix pre-release NuGet packages always being installed. 13 years ago
Matt Ward 35df476a73 Fix null reference when installing unknown NuGet package. 13 years ago
Matt Ward 1c8b4c0c75 Update NuGet to version 2.1 13 years ago
Matt Ward 144ea87548 Fix COM exception when enabling migrations. 13 years ago
Matt Ward 2fc93423c0 Support latest T4MVC 2.13.0 13 years ago
Matt Ward 1671b462e9 EnvDTE types now implement parameterised properties instead of methods. 13 years ago
Matt Ward 859d3ab9a0 Fix EF Add-Migrations not adding migration designer files as dependencies. 13 years ago
Matt Ward ebbd829bdd Fix EntityFramework Add-Migration failing to add file to project. 13 years ago
Matt Ward a11658efa2 Implement EnvDTE.SolutionBuild.BuildProject 13 years ago
Matt Ward db529dc711 Implement EnvDTE.ProjectItems.Kind 13 years ago
Matt Ward 08b85bb7ec Implement EnvDTE.CodeModel.Language 13 years ago
Matt Ward e810ff78d5 Implement EnvDTE.ProjectItem.FileCount 13 years ago
Matt Ward 2681f78212 Provide a way for the DTE to provide the IVsSolution interface. 13 years ago
Matt Ward ea9b39b01f Implement Get-VSComponentModel cmdlet and IVsPackageInstallerServices. 13 years ago
Matt Ward 04c483a83a Fix Get-Package NuGet cmdlet not finding projects. 13 years ago
Matt Ward 71f8ccce41 Support finding a project by unique name in EnvDTE.Solution.Projects. 13 years ago
Matt Ward 07fe2e57fc Implement EnvDTE.SolutionBuild.ActiveConfiguration 13 years ago
Matt Ward e428c65ef7 Implement EnvDTE.Solution.Properties. 13 years ago
Matt Ward 899e4a6964 Implement EnvDTE.SolutionBuild.StartupProjects 13 years ago
Matt Ward 3859303d20 Fix EF NuGet package adding web.config files to non-web projects. 13 years ago
Matt Ward 7dd2cc0296 Fix T4MVC T4 template failing to run. 13 years ago
Matt Ward 639908ac89 Fix MvcScaffolding NuGet package failing to install. 13 years ago
Matt Ward fea395030b Fix EF PowerShell extensions not finding SharpDevelop's EnvDTE assembly. 13 years ago
Matt Ward 11c7563d42 Add option to enable/disable NuGet package restore. 13 years ago
Matt Ward 1dfa232205 Hide disabled NuGet package sources in manage packages dialog. 13 years ago
Matt Ward 878cd428db Hide disabled NuGet package sources in package management console. 13 years ago
Matt Ward 4d27532e1a Support disabling NuGet package sources. 13 years ago
Matt Ward df62b5a0b6 Use latest official NuGet feed source. 13 years ago
Matt Ward 4724b05c7a Create stub classes for Entity Framework migrations. 13 years ago
Matt Ward a8f92d9e3e Set CustomTool for files added by NuGet. 13 years ago
Matt Ward db2f9dbb06 T4 template can now add virtual keyword to public methods. 13 years ago
Matt Ward d7b7ee5247 T4 template can now add partial keyword to class. 13 years ago
Matt Ward 12fe1bbc73 Fix T4MVC template not generating method parameters. 13 years ago
Matt Ward debe1eae99 Fix incorrect namespace returned for EnvDTE.CodeType. 13 years ago
Matt Ward a2a0f04240 Add new dependent files to project browser. 13 years ago
Matt Ward 3b15af69c1 Set DependentUpon for file added to EnvDTE file project item. 13 years ago
Matt Ward 31560dd552 Add dependent files as child EnvDTE.ProjectItems. 13 years ago
Matt Ward 7b0d8e92c9 Fix different EnvDTE behaviour between SharpDevelop and Visual Studio. 13 years ago
Matt Ward 14d0d235df Fix cross appdomain serialisation exception for EnvDTE project items. 13 years ago
Matt Ward d9ed0169a4 Make EnvDTE classes serialisable. 13 years ago
Matt Ward 61cccdf063 Implement EnvDTE.ProjectItem.Open() 13 years ago
Matt Ward 69ccf0af45 Implement EnvDTE.Document.Saved 13 years ago
Matt Ward d67c82e1f1 Implement EnvDTE.ProjectItem.Document 13 years ago
Matt Ward 358fbf071b Implement EnvDTE.CodeParameter.Attributes 13 years ago