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
2018-06-20Clean various redundancies from project filesMikayla Hutchinson
2018-06-18[DotNetCore] Fix default build action for new fileMatt Ward
2018-06-06[netcore] Fix warningsMikayla Hutchinson
2018-05-11Merge branch 'master' into remove-xbuild-engineMikayla Hutchinson
2018-04-27Fixed typo occured -> occurred.Mike Krüger
2018-04-17Obsolete some unused propertiesMikayla Hutchinson
2018-04-17Remove xbuild supportMikayla Hutchinson
2018-04-17[DotNetCore] Handle .NET Core 2.1 SDK not installedMatt Ward
2018-04-09Merge branch 'master' into xamarin-forms-use-dotnet-templating-project-templatesMatt Ward
2018-03-28[DotNetCore] Fix dotnet cli file selector dialog cancel behaviourMatt Ward
2018-03-28[DotNetCore] Do not show project templates if no runtimes availableMatt Ward
2018-03-28[DotNetCore] Show .NET Core location as invalid if no runtimes existMatt Ward
2018-03-28[DotNetCore] Open SDK directory when browsing for dotnet cliMatt Ward
2018-03-28[DotNetCore] Fix sort order of runtime versions in sdk location panelMatt Ward
2018-03-28[DotNetCore] Show sdk and runtime versions in list boxMatt Ward
2018-03-28[DotNetCore] Show configured dotnet path even if not installedMatt Ward
2018-03-28[DotNetCore] Allow .NET Core location to be configuredMatt Ward
2018-03-26[DotNetCore] Fix failing tests when .NET Core SDK not installedMatt Ward
2018-03-26[DotNetCore] Use project templates from .NET Core SDK 2.1 installationMatt Ward
2018-03-26[DotNetCore] Fix failure to create .NET Core 2.1 projectMatt Ward
2018-03-26[DotNetCore] Test creating and building .NET Core 2.1 project templatesMatt Ward
2018-03-26[DotNetCore] Add .NET Core 2.1 preview 1 project templatesMatt Ward
2018-03-26Merge branch 'master' into xamarin-forms-use-dotnet-templating-project-templatesMatt Ward
2018-03-23Merge pull request #4285 from mono/dotnetcore-fix-target-framework-format-cha...Lluis Sanchez
2018-03-22[DotNetCore] Fix TargetFramework short name format changing on saveMatt Ward
2018-03-16More unit test fixingLluis Sanchez
2018-03-06Merge branch 'master' into support-xamarin-forms-default-msbuild-itemsMatt Ward
2018-02-21Merge branch 'master' into aspnetcore-https-supportMatt Ward
2018-02-21[AspNetCore] Support trusting HTTPS development certificateMatt Ward
2018-02-20Merge branch 'master' into xamarin-forms-use-dotnet-templating-project-templatesMatt Ward
2018-02-16Make dist2 (#3879)Marius Ungureanu
2018-02-13[DotNetCore] Allow Xamarin.Forms addin to check sdk versions installedMatt Ward
2018-02-05[DotNetCore] Fix include item added for .xaml file copied from projectMatt Ward
2018-01-15[DotNetCore] Fix tests timing out on build serverMatt Ward
2018-01-10Merge branch 'master' into dotnetcore-file-watcherLluis Sanchez
2017-12-16[DotNetCore] Allow unknown target framework projects to be loadedMatt Ward
2017-12-05Merge pull request #2707 from mono/dotnetcore-show-sdk-when-not-restoredLluis Sanchez
2017-11-24[DotNetCore] Move file watcher tests to MonoDevelop.Core.TestsMatt Ward
2017-11-24[DotNetCore] Fix file removed and re-added when file savedMatt Ward
2017-11-23[DotNetCore] Fix .DS_Store files shown in Solution padMatt Ward
2017-11-23[DotNetCore] Remove duplicate codeMatt Ward
2017-11-23Merge branch 'master' into dotnetcore-file-watcherMatt Ward
2017-11-23[DotNetCore] Fix duplicate file in solution pad on renamingMatt Ward
2017-11-22[DotNetCore] Allow project to be added to solution in testsMatt Ward
2017-11-22[DotNetCore] Improve project extension testsMatt Ward
2017-11-22[DotNetCore] Ensure projects are disposed after running testsMatt Ward
2017-11-21[DotNetCore] FileCreated and FileRemoved events fired on moving dirMatt Ward
2017-11-20[DotNetCore] Improve file watcher testsMatt Ward
2017-11-20[DotNetCore] Add tests for file watcherMatt Ward
2017-11-17[DotNetCore] Enable file watcher for .NET Core projectsMatt Ward