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-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
2019-06-29Fix the workspace logic to apply new text to a buffer.Kirill Osenkov
2019-06-26roz wipSandy Armstrong
2019-06-25Merge pull request #7996 from mono/missing-projection-fileLluis Sanchez
2019-06-24Merge pull request #7922 from mono/project-fsw-improve-perfMarius Ungureanu
2019-06-24[Ide] Fix missing xaml file breaking intellisenseMatt Ward
2019-06-20Optimize TypeSystemService handlerstherzok
2019-06-20Fix typo: HandleMiscNamespace => HandleMiscWorkspace.Kirill Osenkov
2019-06-19Addressing PR comments, removing unnecessary Console.WriteLines.Anže Vodovnik
2019-06-19Fix up file not being saved correctly and updating registration for the rosly...therzok
2019-06-19WIP: Rename fix, debugging.Anže Vodovnik
2019-06-13Bump Roslyn to 3.2.0-beta4-19312-10Sandy Armstrong
2019-06-13Refactoring, adding rename of children and save.Anže Vodovnik
2019-06-12First Pass to support Rename Quick Fix.Anže Vodovnik
2019-06-06Fix issue in generate new class refactoringLluis Sanchez
2019-06-06Merge pull request #7817 from mono/fix-910800Lluis Sanchez
2019-06-06[Workspace] Swap the order of cache clearing in the manager. (#7810)Marius Ungureanu
2019-06-06Fix crash when switching configurationsLluis Sanchez
2019-06-06[IDE] Overall energy consumption and UI hang improvements (#7695)Marius Ungureanu
2019-05-25Preserve C# documents added by Razor when reloading a project.Kirill Osenkov
2019-05-13[Ide] Handle NuGet restore cancelled whilst type system frozenMatt Ward
2019-05-08Bumping roslyn, and fixing incompatibilitiesAnže Vodovnik