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-01-09[PathTree] Fixup PathTree paths to watch not being correcttherzok
2019-01-08Revert "Use an exclusive scheduler for FileWatchers"iain holmes
2018-12-14Merge remote-tracking branch 'origin/master' into release-8.0Lluis Sanchez
2018-12-12[Core] Fix new folder disappearring in sdk projectMatt Ward
2018-12-12Merge remote-tracking branch 'origin/master' into release-8.0Lluis Sanchez
2018-12-12[Core] Out of date project builder used on reloadMatt Ward
2018-12-12Merge remote-tracking branch 'origin/master' into release-8.0Lluis Sanchez
2018-12-11Use an exclusive scheduler for FileWatcherstherzok
2018-11-26Merge remote-tracking branch 'origin/master' into release-8.0Lluis Sanchez
2018-11-23[Core] Fix old HintPath being savedMatt Ward
2018-11-23[Core] Fix out of date reference information used by type systemMatt Ward
2018-11-23[8.0][Core] Move some collections to Immutable Array to avoid defensive copyi...Marius Ungureanu
2018-11-22[Core] Keep fully qualifed hint path on updating referenceMatt Ward
2018-11-22[NuGet] Modify reference in place on updating a NuGet packageMatt Ward
2018-11-15[Core] Optimize the FileWatcherService algorithm so it does not updat… (#6526)Marius Ungureanu
2018-11-15Merge pull request #6602 from mono/fix-723112Jason Imison
2018-11-14Fixes breakpoint setting for delegates in Android projectsnosami
2018-11-13Remove FileSystemWatcher event subscriptions to prevent leakstherzok
2018-10-30Switch to UnionWiththerzok
2018-10-30[Core] Try using a hashset to add item resultstherzok
2018-10-26Merge pull request #6442 from mono/master-vsts711872Mike Krüger
2018-10-25Merge pull request #6430 from mono/core-msbuild-remove-item-added-for-existin...Marius Ungureanu
2018-10-24[Core] Fix MSBuild Remove items added when file deletedMatt Ward
2018-10-23Fixes VSTS Bug 711872: [Feedback] Unable to Save any edits to VisualMike Krüger
2018-10-19[DotNetCore] Display NuGet package dependency diagnosticsMatt Ward
2018-10-15[Core] Move file watcher events to FileServiceMatt Ward
2018-10-15[Core] Handle directory moved outside project directory outside IDEMatt Ward
2018-10-15[Core] Reduce number of file watchers used with .NET Core projectsMatt Ward
2018-10-09[Core] Reduce the number of times we do IO on trying to find an assembly's re...therzok
2018-10-05Merge pull request #6199 from mono/file-watcher-handle-windows-pathsLluis Sanchez
2018-10-04[Core] Fix error adding files when project item uses Windows pathMatt Ward
2018-10-03[Telemetry] Classify Build/Run events by project typeiain holmes
2018-09-28Merge pull request #6123 from mono/master-issue6089Lluis Sanchez
2018-09-28Fixes issue #6089 StackOverflow on running unit testsMike Krüger
2018-09-28Fixes issue #6104 Invalid URI exception on opening file in rootMike Krüger
2018-09-27Merge pull request #6110 from mono/file-watcher-files-not-reloadedLluis Sanchez
2018-09-27[Core] Fix file not reloaded when changed externallyMatt Ward
2018-09-26[Core] Fix css file added externally not shown in Solution windowMatt Ward
2018-09-26[Core] Fix project in solution folder not reloadedMatt Ward
2018-09-21Revert "[Core] Remove superfluous Task.Run"Marius Ungureanu
2018-09-19[Core] Remove superflouous Task.Run in project writingtherzok
2018-09-13Merge pull request #5772 from mono/building-for-execution-propMikayla Hutchinson
2018-09-12[Core, Ide] Move structs with readonly fields to be readonly structstherzok
2018-09-12[Core, Ide] Switch AnalyzerFiles to ImmutableArraytherzok
2018-09-12[Core] Switch to a single caching compile evaluatortherzok
2018-09-12[Core] Add method which grabs analyzer files for a given msbuild projecttherzok
2018-09-12[Core] Split out caching compile evaluator into own classtherzok
2018-09-12[Ide] Use project.IsCompileable instead of a custom type system parserMike Krüger
2018-09-12Fixes VSTS Bug 668301: [Feedback] Unable to change font colors forMike Krüger
2018-09-11[Project] Add IsBuildingForExecution MSBuild propertyMikayla Hutchinson