Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-08-17[NuGet] Add uninstall tests for managing packages dialogMatt Ward
2019-08-17[NuGet] Add update package tests for manage packages dialogMatt Ward
2019-08-17[NuGet] Check acceptance dialog is not shown again for same packageMatt Ward
2019-08-17[NuGet] Add install package tests for managing NuGet packagesMatt Ward
2019-08-17[NuGet] Add consolidate package testsMatt Ward
2019-08-15[NuGet] Use different command ids for manage packages commandsMatt Ward
2019-08-15[NuGet] Make references dialog aware of multi-target projectsMatt Ward
2019-08-12[NuGet] Fix current version label in Manage NuGet packages dialogMatt Ward
2019-08-12[NuGet] Fix failing test due to change in .NET Core 8.0 SDK preview 8Matt Ward
2019-08-09[PackageManagement] Fix .NET Core tests with only 3.0 installedRodrigo Moya
2019-08-07[NuGet] Move framework icon to IdeMatt Ward
2019-08-06[NuGet] Change Manage NuGet Packages dialog titleMatt Ward
2019-08-05[NuGet] Remove some duplicated codeMatt Ward
2019-08-05[NuGet] Update after reviewMatt Ward
2019-07-31[NuGet] Show current installed package version in Updates tabMatt Ward
2019-07-29[NuGet] Adjust Manage Packages dialog sizeMatt Ward
2019-07-29[NuGet] Indicate latest stable package version in manage packages dialogMatt Ward
2019-07-29[NuGet] Select latest package version in Consolidate tabMatt Ward
2019-07-29[NuGet] Change Manage Packages dialog titleMatt Ward
2019-07-26[NuGet] Manage Packages dialog UI changesMatt Ward
2019-07-26[NuGet] Fix project information not displayed in Consolidate tabMatt Ward
2019-07-26[NuGet] Change button labels in Manage Packages dialogMatt Ward
2019-07-26[NuGet] Change order of projects in Consolidate tabMatt Ward
2019-07-26[NuGet] Do not show Version combo box on Installed tabMatt Ward
2019-07-26[NuGet] Remove select all check box from consolidate tabMatt Ward
2019-07-25[NuGet] Remove debug assertionMatt Ward
2019-07-25[NuGet] Support package check boxes in Consolidate tabMatt Ward
2019-07-25[NuGet] Remember checked projects in consolidate tabMatt Ward
2019-07-25[NuGet] Clear checked packages on opening different tabMatt Ward
2019-07-25[NuGet] Show projects on Consolidate tabMatt Ward
2019-07-25[NuGet] Add separator to Solution window context menuMatt Ward
2019-07-25[NuGet] Fix text colour when row selected in Manage Packages dialogMatt Ward
2019-07-25[NuGet] Remove reflection codeMatt Ward
2019-07-25[NuGet] Remove unused codeMatt Ward
2019-07-25[NuGet] Add tests for manage packages search result view modelMatt Ward
2019-07-25[NuGet] Migrate recent NuGet package repositry testsMatt Ward
2019-07-25[NuGet] Add manage packages view model testsMatt Ward
2019-07-25[NuGet] Manage NuGet Packages menu available in project context menuMatt Ward
2019-07-25[NuGet] Update Manage packages dialog with missing changesMatt Ward
2019-07-25[NuGet] Add Manage NuGet Packages dialogMatt Ward
2019-07-09[NuGet] Update to NuGet 5.2Matt Ward
2019-06-21[NuGet] Show update icon for package updates in Solution windowMatt Ward
2019-06-21[NuGet] Show package versions in solution pad for non-SDK style projectsMatt Ward
2019-06-21[DotNetCore] Update Solution pad labels and menus after design reviewMatt Ward
2019-06-21[DotNetCore] Show package updates in Solution windowMatt Ward
2019-06-06Merge pull request #7712 from mono/nuget-enabling-restore-commandsMatt Ward
2019-05-30Merge pull request #7694 from mono/nuget-5.1Marius Ungureanu
2019-05-29[NuGet] Fix restore menu incorrectly disabled.Matt Ward
2019-05-29[NuGet] Add tests for restore command handlers being enabledMatt Ward
2019-05-29Packaging: More thread-safety in NuGetPackageServicesProxySandy Armstrong