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-15Merge pull request #9492 from mono/task-completedMike Krüger
2020-01-08[Ide] Fix intellisense not updated after adding target frameworksMatt Ward
2019-12-23Switch to Task.CompletedTask where applicabletherzok
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-11-26Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1012526Kirill Osenkov
2019-11-15Merge pull request #9298 from mono/pr-kirillo-virtualDocumentsSandy Armstrong
2019-11-14Fixes to WithDynamicDocuments()Kirill Osenkov
2019-11-14Refactor how virtual and dynamic documents are added to the workspace.Kirill Osenkov
2019-11-14Implement Go To Definition for RazorKirill Osenkov
2019-11-13Revert "Implement Go To Definition for Razor"Sandy Armstrong
2019-11-13Implement Go To Definition for RazorKirill Osenkov
2019-10-30Fix nullrefs (it's possible for dynamicFileManager to be null).Kirill Osenkov
2019-10-29Introduce IDynamicDocumentInfoProvider.Kirill Osenkov
2019-10-23Merge pull request #8998 from mono/workspace-ref-cleanupMarius Ungureanu
2019-10-22[Ide] Clean a bit of the ProjectData implementationtherzok
2019-10-19Remove RefactoringEssentialsSandy Armstrong
2019-10-17[Ide] Fix analyzers not retriggered on editorconfig changesMatt Ward
2019-10-17[Ide] Pass AdditionalFiles and EditorConfigFiles to RoslynMatt Ward
2019-10-14MiscellaneousFilesWorkspace: support .csx scriptsAaron Bockover
2019-10-08[Ide] Dispose of the token forever. Any requests on the same registration wil...therzok
2019-10-08Fix formattingtherzok
2019-10-08Add missing lockingtherzok
2019-10-08[Ide] Rework GetWorkspaceAsync to cancel requests on any solution disposetherzok
2019-09-26[Ide] Move GetDependentFilesToRename to ProjectOperationsRodrigo Moya
2019-09-26[FileNesting] Include multiple nested files in rename operationsRodrigo Moya
2019-09-18Merge pull request #8749 from mono/vcs-task-freezeLluis Sanchez
2019-09-17Add ToArray() on the call to close open documentstherzok
2019-09-17Merge pull request #8739 from mono/pr-move-nested-filesLluis Sanchez
2019-09-17[FileNesting] Move nested files when moving parent fileRodrigo Moya
2019-09-12[Ide] Add some .Ignore calls to WatchDirectories calls to look for exceptionstherzok
2019-09-07Merge pull request #8647 from mono/intellisense-bugSandy Armstrong
2019-09-06Workspace: Prevent DocumentIds from changing on configuration changeSandy Armstrong
2019-09-05Remove document from `GetOpenDocumentIds` when removed from projectDavid Karlaš
2019-08-07[Ide] Fix C# files with BuildAction of None used for code completionMatt Ward
2019-08-07[Ide] Address review commentsMatt Ward
2019-08-07[Ide] Fix open documents referencing disposed projectMatt Ward
2019-08-07[Ide] Fix problems reloading multi-target project in type systemMatt Ward
2019-08-07[Ide] Ensure ProjectId returned for non-framework aware codeMatt Ward
2019-08-07[Ide] Fix project ids not removed from type system workspaceMatt Ward
2019-08-07[Core] Include original short name with target framework monikersMatt Ward
2019-08-07[Core] Move target framework selection to DotNetProjectConfigurationMatt Ward
2019-08-07[Core] Fix facades being added to wrong multi-target frameworkMatt Ward
2019-08-07[Ide] Fix incorrect Roslyn project id used for multi-target project refMatt Ward
2019-08-07[Ide] Fix extra Roslyn project showing in text editor path barMatt Ward
2019-08-07[Ide] Refactor type system's metadata reference handlerMatt Ward
2019-08-07[Ide] Fix Roslyn project references in multi-target projectsMatt Ward
2019-08-07[Core] Resolve project references using MSBuildMatt Ward
2019-08-07[Ide] Fix incorrect preprocessor symbols on switching frameworkMatt Ward
2019-08-07[Ide] Support multi-target framework projects in type systemMatt Ward