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-19[FSW] Improve WatchDirectories handlingMarius Ungureanu
2018-06-18Merge pull request #5079 from mono/fix-new-forms-netstandard-project-intellis...Lluis Sanchez
2018-06-15[Core] Fix .xaml.cs intellisense in new Forms .NET Standard projectMatt Ward
2018-06-14Merge branch 'master' into fix-warningsMikayla Hutchinson
2018-06-14Merge pull request #5040 from mono/file-watcher-integrationLluis Sanchez
2018-06-14[Core] Fix editor errors when .NET Standard assembly referencedMatt Ward
2018-06-13Merge branch 'master' into file-watcher-integrationMatt Ward
2018-06-11Merge branch 'master' into fix-warningsMikayla Hutchinson
2018-06-06Fix tests buildtherzok
2018-06-05[Core.Tests] Fix warningsMikayla Hutchinson
2018-05-30[Core] Rely on file watcher for file change notificationsMatt Ward
2018-05-29[Core] Rely on file watcher for change events in PerformGeneratorAsyncMatt Ward
2018-05-29[Core] File watcher now uses tasksMatt Ward
2018-05-29[Core] RootWorkspace now uses ReloadRequired eventsMatt Ward
2018-05-29[Core] Fix crash when trying to watch missing directoryMatt Ward
2018-05-29[Core] FileStatusTracker now uses FileService.FileChanged eventsMatt Ward
2018-05-29[Core] Improve speed of file watcher testsMatt Ward
2018-05-29[Core] Fix file not being closed when deleted externallyMatt Ward
2018-05-29[Core] Fix failure to open Git Status windowMatt Ward
2018-05-29[Core] Fix file removed event fired when file not deletedMatt Ward
2018-05-29[Core] Fix missing file change eventsMatt Ward
2018-05-29[Core] Fix no file reload when file modified externallyMatt Ward
2018-05-29[Core] Update file watchers after adding file to projectMatt Ward
2018-05-29[Core] Update file watchers when solution added to workspaceMatt Ward
2018-05-29[Core] Update file watchers on project added/removed to/from solutionMatt Ward
2018-05-29[Core] RootWorkspace now adds solutions to the file watcherMatt Ward
2018-05-29[Core] Allow directories to be watchedMatt Ward
2018-05-29[Core] Re-normalize file watcher directories on solution closeMatt Ward
2018-05-29[Core] Normalize file watchers for multiple solutionsMatt Ward
2018-05-29[Core] Handle multiple solutions opened with file watchersMatt Ward
2018-05-29[Tests] Dispose solution in file watcher test instead of removing itMatt Ward
2018-05-29[Core] Watch files outside the solution directoryMatt Ward
2018-05-29[Core] Fix invalid cast after thawing FileService eventsMatt Ward
2018-05-29[Core] WorkspaceItem now registers itself with the file watcherMatt Ward
2018-05-29[Core] Support file deletion notifications from file watcherMatt Ward
2018-05-29[Core] Allow a solution to be monitored by the file watcherMatt Ward
2018-05-29[Core] Ensure native file watcher is used in testsMatt Ward
2018-05-25Add support for typed metadata in countersLluis Sanchez
2018-05-14Try to fix hang in core unit testsLluis Sanchez
2018-05-11Merge branch 'master' into remove-xbuild-engineMikayla Hutchinson
2018-05-10Improve unit testLluis Sanchez
2018-05-10Add unit test for builder crash fixLluis Sanchez
2018-05-08[Core] Add unit tests for synchronization context usage in log writingtherzok
2018-05-03Merge pull request #4597 from mono/cleanup-slnformat-definitionMikayla Hutchinson
2018-04-19[Core] Fix SolutionItemExtension.OnModified not being calledMatt Ward
2018-04-18Clean up MSBuildFileFormatMikayla Hutchinson
2018-04-17Obsolete some unused propertiesMikayla Hutchinson
2018-04-17Remove xbuild supportMikayla Hutchinson
2018-04-17Add test that verifies imports are only loaded oncetherzok