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
2020-01-08Merge pull request #9400 from mono/pr-ignore-unsupported-sdksRodrigo Moya
2020-01-02[AspNetCore] Enable support for launchSettings.json in Worker servicesRodrigo Moya
2019-12-02Update the version of NuGetVersionMicrosoftTestPlatform to 16.4.0Keting Yang
2019-11-28[DotNetCore] Add tests for TFM version checksRodrigo Moya
2019-11-28[DotNetCore] Add test for unsupported SDK ignoring in template wizardRodrigo Moya
2019-11-28[DotNetCore] Ignore unsupported SDKs in template wizardRodrigo Moya
2019-11-13[FeatureSwitch] Fix "_description" property nameRodrigo Moya
2019-11-13[Core] Move FeatureSwitches extension to CoreRodrigo Moya
2019-11-13[Core] Switch FeatureSwitchService to use XML rather than classesRodrigo Moya
2019-11-13[Core] Add base implementation for IFeatureSwitchControllerRodrigo Moya
2019-11-13[Core] Add tests for IFeatureSwitchController registrationRodrigo Moya
2019-11-13[Ide] Mark feature switches' descriptions for translationRodrigo Moya
2019-11-13[DotNetCore] Add .NET Core IFeatureSwitchControllerRodrigo Moya
2019-10-31Disable global tool test temporarilynosami
2019-10-31[DotNetCore] Fix error messageRodrigo Moya
2019-10-31[DotNetCore] Fix "dotnet tool install" command executionRodrigo Moya
2019-10-31[DotNetCore] Add tests for Global tool managerRodrigo Moya
2019-10-31[DotNetCore] Add Global Tool managerRodrigo Moya
2019-10-30[DotNetCore] Fix incorrect folders displayed for multi-target projectsMatt Ward
2019-10-28Merge pull request #9102 from mono/pr-netcore-retarget-frameworkRodrigo Moya
2019-10-28[DotNetCore] Use the correct frameworks arrayRodrigo Moya
2019-10-27[DotNetCore] Add Get*Frameworks() checks on project template testsRodrigo Moya
2019-10-27[DotNetCore] Allow re-targetting to any of the supported frameworksRodrigo Moya
2019-10-26Only show Pack command on project nodenosami
2019-10-23[DotNetCore] Fix detection of required runtime for the project being runRodrigo Moya
2019-10-17[DotNetCore] Fix focus in SDK locations options pageMatt Ward
2019-10-11[DotNetCore] Continue on error when finding framework referencesMatt Ward
2019-10-11Always run Build as it is a no-op if already builtnosami
2019-10-10Add test to validate packing a multi-target projectnosami
2019-10-10Add a separator to separate Folder Profiles from Packnosami
2019-10-10Hide command as well as disable for non SDK projectsnosami
2019-10-10remove async voidnosami
2019-10-10Add try catch for async voidnosami
2019-10-10Add support to Pack .net std lib projectsnosami
2019-10-09[DotNetCore] Add support for upcoming .NET Core 3.1Rodrigo Moya
2019-09-24Add an invalid verion TryParse testnosami
2019-09-24Don't throw exception for invalid dotnet core versionnosami
2019-09-23[AspNetCore] Don't allow selecting 2.x target framework for 3.0-only templatesRodrigo Moya
2019-09-23[AspNetCore] Remove unneeded usingRodrigo Moya
2019-09-23[AspNetCore] Add Blazor Server app templateRodrigo Moya
2019-09-19Merge pull request #8778 from mono/pr-Move-Azure-CLI-to-version-with-runtimeRodrigo Moya
2019-09-19Force download of 2.1 runtime instead of 2.2nosami
2019-09-17Filter DotNetCore TargetFramework list selection to only include those with s...Ian Toal
2019-09-13Merge pull request #8625 from mono/pr-add-netcore-runtime-componentLluis Sanchez
2019-09-13Do not force download on users who never installed any dotnet clinosami
2019-09-13Change to check for 2.2.xnosami
2019-09-13Force install of 2.2 runtimenosami
2019-09-13Apply suggestions from code review Jason Imison
2019-09-12fix testnosami
2019-09-12Don't offer update if runtime is not installedJason Imison