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 (Collapse)Author
2019-11-01[Ide] Update dotnet templating engineMatt Ward
Update to version 3.0.0-rc1.19464.2 Fixes VSTS #999874 - New Blazor project has template sections which haven't been processed
2019-08-16Move to the new public feeds for vssdk and vs-impl.Kirill Osenkov
Old vside.myget.org feeds will be deprecated soon.
2019-06-18Comment out one NuGet source from config (#7909)Marius Ungureanu
Should improve nuget restore performance a bit.
2019-06-13Bump Roslyn to 3.2.0-beta4-19312-10Sandy Armstrong
2019-03-13[NuGet] Update to NuGet 4.8.2.Matt Ward
Update to NuGet 4.8.2-rtm.5835
2018-06-17[Windows] Use MSBuildLocator instead of registry key which sometimes isn't theretherzok
2018-01-09Switch CodingConventions to use the NuGetMikayla Hutchinson
2017-11-05Update Roslyn to 2.6.0 (#3228)Kirill Osenkov
* Update Roslyn to 2.6.0. * Add Microsoft.VisualStudio.Language.IntelliSense Roslyn EditorFeatures.dll currently depends on it.
2017-10-26Update VS Editor to 15.6.150-preview. (#3269)Kirill Osenkov
2017-10-19Update VS Editor to latest NuGet packages (#3224)Kirill Osenkov
* Move types included in SourceEditor to the SourceEditor folder. * Move some types to MonoDevelop.Ide. * Add an implementation of JoinableTaskContextHost. * Remove moved types from .projitems. * Update to VS Editor 15.3 and consume from NuGet vs. checked in source.
2017-05-11[AzureFunctions] Add project templateMikayla Hutchinson
2017-03-07Merge vNext into roslyn-ivtDavid Karlaš
# Conflicts: # main/external/debugger-libs # main/src/addins/MonoDevelop.DotNetCore/MonoDevelop.DotNetCore.csproj # main/src/addins/MonoDevelop.Refactoring/MonoDevelop.CodeActions/CodeActionEditorExtension.cs # main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.csproj # main/src/core/MonoDevelop.Ide/packages.config # version-checks
2017-02-22[Templating] Initial support for https://github.com/dotnet/templating format ↵David Karlaš
and DotNetCore templates port
2017-02-10Merge remote-tracking branch 'origin/vNext' into roslyn-ivtMikayla Hutchinson
2017-02-07[build] Add VSTest NuGet package source.Matt Ward
2017-01-14[build] Add Roslyn nightlies NuGet feedMikayla Hutchinson
2016-10-13[build] Add NuGetizer3000 package source to NuGet.ConfigMatt Ward
2016-07-15[build] Don't change the restore location for our nugetsAlan McGovern
If we change the restore location then we'll break every csproj because they'll be looking in the wrong place for the files.
2016-07-15[build] Ensure we always have the right sources for our nugetsAlan McGovern