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-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 #9311 from mono/backport-pr-9298-to-release-8.4Sandy 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-30Introduce IDynamicDocumentInfoProvider.Kirill Osenkov
2019-10-23[Ide] Clean a bit of the ProjectData implementationtherzok
2019-10-22Remove RefactoringEssentialsSandy Armstrong
2019-10-18[Ide] Fix analyzers not retriggered on editorconfig changesMatt Ward
2019-10-18[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
2019-07-17Make `TypeSystemService.GetCodeAnalysisProjectAsync` return actual value when...David Karlaš
2019-07-06Fix some wrongly used usings when await is needed for them to actually run wh...therzok
2019-07-06[Misc] cleanup code a bit moretherzok
2019-07-03Merge pull request #8081 from mono/pr-kirillo-updateTextLluis Sanchez
2019-07-01Merge pull request #7882 from mono/pr-anvod-renamefixMarius Ungureanu