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-16Fix sharing violation in a test caused by a file handle left open,Ankit Jain
2020-01-15Switch ConditionedPropertyCollection to use ImmutableArraytherzok
2020-01-15Merge pull request #9492 from mono/task-completedMike Krüger
2020-01-15Add .Ignore() to process wrapper tasks (#9491)Marius Ungureanu
2020-01-14Merge pull request #9458 from mono/jstedfast-obsolete-counter-inc-decLluis Sanchez
2020-01-14[Core] Handle odd file watcher events causing solution to be closedMatt Ward
2019-12-23Switch to Task.CompletedTask where applicabletherzok
2019-12-11[Core] Stop using obsolete Counter++/-- and use Inc(1) or Dec(1) insteadJeffrey Stedfast
2019-12-07[Core] Convert strings to paths when calling methods on the string (#9442)Matt Ward
2019-12-05Merge pull request #9423 from mono/ide-fix-msbuild-designtime-target-feedback...Greg Munn
2019-12-04[Ide] Type system updates file information less oftenMatt Ward
2019-12-04[Core] Fix build engine not being removedMatt Ward
2019-12-04[Core] Fix remote project builder deadlockMatt Ward
2019-12-02Merge pull request #9349 from mono/roslyn-msbuild-nugetLluis Sanchez
2019-11-26[Core] Avoid creating TaskCompletionSource on UI thread (#9392)Marius Ungureanu
2019-11-25[AspNet*] Add a group for ASP.NET Core Browser execution targetsRodrigo Moya
2019-11-20Merge pull request #9314 from mono/pr-manish-story-1019319-revert-pr8846Manish Sinha
2019-11-19[Core] Counter.AllValues: Clone the List before passiing it to ReadOnlyCollec...Manish Sinha
2019-11-19[Core] lock values before creating ReadOnlyCollection from valuesManish Sinha
2019-11-18[Core] Add Microsoft.CodeAnalysis.Workspaces.MSBuild nugettherzok
2019-11-16Merge pull request #9257 from mono/project-system-tools-binlogsMatt Ward
2019-11-15[Core] Expose Counter.values private variable via ReadOnlyCollection propertyManish Sinha
2019-11-15[Core] Remove the ISerializable on Counter and TimerCounterrManish Sinha
2019-11-13[Core] Initialize FeatureSwitchService on the common Runtime initRodrigo Moya
2019-11-13[FeatureSwitchService] Replace lazy initialization with staticRodrigo Moya
2019-11-13[FeatureSwitchService] Add IFeatureSwitchController back, for backwards compatRodrigo Moya
2019-11-13[FeatureSwitchService] Seal classesRodrigo Moya
2019-11-13[FeatureSwitchService] Add API to allow enabling/disabling featuresRodrigo Moya
2019-11-13[FeatureSwitch] Fix "_description" property nameRodrigo Moya
2019-11-13[Core] Several tweaksRodrigo 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[Core] Keep an up-to-date cache of IFeatureSwitchController'sRodrigo Moya
2019-11-13[Ide] Consolidate all feature switches into IdeFeatureSwitchControllerRodrigo Moya
2019-11-13[Core] Add a way to describe available feature switchesRodrigo Moya
2019-11-12Fix up recursive casetherzok
2019-11-12Deduplicate span callstherzok
2019-11-12[Core] Implement a FastConcat version of IEnumerable, where we know we don't ...therzok
2019-11-12[Core] Switch to ROSpan from Spantherzok
2019-11-09[MSBuild] Use delegate instead of Func for start process handlerMatt Ward
2019-11-08[MSBuild] Allow msbuild process start to be interceptedMatt Ward
2019-11-08[Core] Support generating a binlog for any MSBuild targetMatt Ward
2019-11-08Fixes VSTS Bug 958249: System.InvalidOperationException exceptionMike Krüger
2019-11-07Fixes VSTS Bug 958249: System.InvalidOperationException exception inMike Krüger
2019-10-31Set `DesignTimeBuild` when evaluating SourceFilesDavid Karlaš
2019-10-31Merge pull request #9096 from mono/env-vars-removalLluis Sanchez
2019-10-29Merge pull request #7995 from mono/master-CollectionPoolMike Krüger
2019-10-28[Core] Fix project options showing all frameworks for sdk projectMatt Ward