217 Commits (73eb90fe9d8b60df3ffb8034d845f46db6dd5d67)

Author SHA1 Message Date
Matt Ward e8338ae539 Update EnvDTE.CodeVariable tests. 12 years ago
Matt Ward 22b2a6e177 Update EnvDTE.CodeType unit tests. 12 years ago
Matt Ward 13b519f062 Implement parts of EnvDTE.CodeModel 12 years ago
Matt Ward 1fabf08c7a Fix NuGet packages showing as installed in solution. 12 years ago
Matt Ward aa6ec0d463 Fix error when installing Fody addins with NuGet. 12 years ago
Matt Ward 4f618c4e46 Update NuGet to version 2.7.1 12 years ago
Matt Ward e2b05442f7 Support restoring NuGet packages. 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
Matt Ward e6c04de4a0 Refactor package management unit tests. 13 years ago
Matt Ward e4e9410a44 Use NuGet-Operation install HTTP header when adding packages from dialog. 13 years ago
Matt Ward 25a316f1d5 Show NuGet console when running PowerShell scripts from Manage Packages dialog. 13 years ago
Matt Ward 5b441b46ab Report PowerShell script errors in Manage Packages dialog. 13 years ago
Matt Ward fdcc282862 Support FileConflictAction parameter in NuGet commands. 13 years ago
Daniel Grunwald 7fa7a51b5a Started implementing the EnvDTE code model. 13 years ago
Matt Ward cacfb33313 Support installation of Microsoft.Bcl.Build NuGet package. 13 years ago
Matt Ward 1f1620234d Support pre-release NuGet packages in dialog. 13 years ago
Matt Ward 0ad4adb5a8 Refresh Projects window after updating all NuGet packages. 13 years ago
Matt Ward 3d0a095487 Fix packages.config not being added to project. 13 years ago
Matt Ward b23d8c969b Fix updated packages not being shown in dialog. 13 years ago
Matt Ward a1e33374d9 Support updating all NuGet packages in solution from dialog 13 years ago
Matt Ward beb62296ac Add Update All button to Manage Packages dialog. 13 years ago
Matt Ward 164a546985 Support NuGet packages containing MSBuild targets and props files. 13 years ago
Matt Ward ae02e5fb3f Add file conflict dialog. 13 years ago
Matt Ward b0767b8518 Update to NuGet 2.5 13 years ago
Daniel Grunwald 1229e35d23 Use class FileName for the ProjectItem.FileName property. 13 years ago
Daniel Grunwald 571a8d08bb Move all code related to file/project templates to SharpDevelop.Templates. 13 years ago
Matt Ward 3deb4ecd54 Add PowerShell support for NuGet addin. 13 years ago
Daniel Grunwald 7f08fe1c0f Simplify project creation API. 13 years ago
Daniel Grunwald bb4e74c170 Worked on IProjectService API. 13 years ago
Daniel Grunwald 194dcce61d Add FakeMessageLoop as a fall-back service so that unit tests don't have to instantiate it manually. 13 years ago
Daniel Grunwald 7aa8e6c63b Initial implementation of new ISolution-API. 13 years ago
Daniel Grunwald 5ac93c1540 Port most of SharpDevelop to new ISolution API. 13 years ago
Daniel Grunwald b88947a4fe Started refactoring the project service / solution API. 13 years ago
Matt Ward 5506c43932 Add Package Management addin. 13 years ago
Matt Ward 07fe2e57fc Implement EnvDTE.SolutionBuild.ActiveConfiguration 14 years ago
Matt Ward e428c65ef7 Implement EnvDTE.Solution.Properties. 14 years ago
Matt Ward 899e4a6964 Implement EnvDTE.SolutionBuild.StartupProjects 14 years ago
Matt Ward 3859303d20 Fix EF NuGet package adding web.config files to non-web projects. 14 years ago
Matt Ward fea395030b Fix EF PowerShell extensions not finding SharpDevelop's EnvDTE assembly. 14 years ago
Matt Ward d7b7ee5247 T4 template can now add partial keyword to class. 14 years ago
Matt Ward 12fe1bbc73 Fix T4MVC template not generating method parameters. 14 years ago
Matt Ward 31560dd552 Add dependent files as child EnvDTE.ProjectItems. 14 years ago
Matt Ward 69ccf0af45 Implement EnvDTE.Document.Saved 14 years ago
Matt Ward d67c82e1f1 Implement EnvDTE.ProjectItem.Document 14 years ago
Matt Ward 358fbf071b Implement EnvDTE.CodeParameter.Attributes 14 years ago
Matt Ward b80bfb80b6 Implement EnvDTE.CodeParameter2.ParameterKind 14 years ago
Matt Ward 8bab34c5fb Implemented EnvDTE.CodeFunction2.IsGeneric 14 years ago
Matt Ward 1e6d363c41 Fix CodeFunction.CanOverride returning false for overridden methods. 14 years ago
Matt Ward 32d5d39e8b Implement EnvDTE.CodeFunction2.OverrideKind 14 years ago