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-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-13Bump Roslyn to 3.2.0-beta4-19312-10Sandy Armstrong
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
2019-04-30[Ide] Move OpenDocument synchronizing logic to run in MonoDevelopWorkspace ra...therzok
2019-04-30Handle all invalid filename characters when sanitizing configurationtherzok
2019-04-30[Ide] Workspace files cache doesn't work on Windowstherzok
2019-04-26[Workspace] Fix wrong null check in open document calltherzok
2019-04-24Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/854282 - Open fi...Kirill Osenkov
2019-04-22Merge pull request #595 from xamarin/fix-844595Marius Ungureanu
2019-04-19Fix syntax.Kirill Osenkov
2019-04-18Use a lambda instead of method group to avoid an allocation and Ignore() the ...Kirill Osenkov
2019-04-18Fixes F# project references from C# projectsnosami
2019-04-18Call UpdateRegisteredOpenDocuments on the UI thread.Kirill Osenkov
2019-04-15Merge pull request #534 from xamarin/roslyn-doc-nameVsevolod Kukol
2019-04-13[Roslyn] Use the filename of a document as a doc's nametherzok
2019-04-13[Roslyn] Avoid re-loading a file from disk when closing a documenttherzok
2019-04-11Merge remote-tracking branch 'xamarin/master-vnext' into new-service-modelLluis Sanchez
2019-04-10[NuGet] Avoid loading type system info when restoringMatt Ward
2019-04-05Fix unit test NRE in WorkspaceFilesCacheLluis Sanchez
2019-04-04Merge remote-tracking branch 'xamarin/master-vnext' into new-doc-modelLluis Sanchez
2019-04-04Fix workspace cache unit testsLluis Sanchez
2019-04-04Use a better checkMarius Ungureanu
2019-04-04[Workspace] Cancellation will make the cacheInfo return null, so handle that ...therzok
2019-04-03Merge branch 'new-service-model' into new-doc-modelLluis Sanchez
2019-04-03Merge remote-tracking branch 'xamarin/master-vnext' into new-service-modelLluis Sanchez
2019-04-03Merge pull request #477 from xamarin/project-info-cachingLluis Sanchez
2019-04-03[Ide] Lock project info cache writing for a specific named fileMatt Ward
2019-04-03[Roslyn] Don't flush caches when receiving memory warningtherzok
2019-04-03[Ide] Fix ArgumentNullException if project info cache not loadedMatt Ward
2019-04-02[Ide] Remove timestamp from project info cacheMatt Ward
2019-04-02[Ide] Add tests for project info cacheMatt Ward
2019-04-02Merge branch 'new-service-model' into new-doc-modelLluis Sanchez
2019-04-02Merge remote-tracking branch 'xamarin/master-vnext' into new-service-modelLluis Sanchez
2019-04-02[Ide] Add missing ConfigureAwait false to MonoDevelopWorkspaceMatt Ward
2019-04-02[Ide] Use a lock when writing the project info cacheMatt Ward
2019-04-02[Ide] Load project info cache on background thread.Matt Ward
2019-04-02[Ide] Remove in-memory project info from cache when no longer neededMatt Ward
2019-04-02[Ide] Enable project info cache by defaultMatt Ward