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 (Collapse)Author
2019-10-25Revert "Merge pull request #8999 from mono/csproj-cleanups"therzok
This reverts commit 152bf0867f774e2fdaa10adac063ccb1bbd31ca2, reversing changes made to dac8bfc938917ab62c43b7fa4d705a550facc814.
2019-10-24Merge pull request #8999 from mono/csproj-cleanupsMarius Ungureanu
This PR is the first step in the series that tries to simplify our solution build setup
2019-10-20Switch Refactoring to single configurationtherzok
2019-10-20[Infra] Port csproj to use new OS properties rather than configurationstherzok
Also group some items and simplify some others. This is in preparation for removing configurations from the solution
2019-10-19Remove RefactoringEssentialsSandy Armstrong
Many of these fixes are redundant with Roslyn or broken in C# 8. Removing them increases consistency with Windows. We can always restore any especially popular ones with an extension. Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/893943
2019-10-18Refactoring: Update for Roslyn API changesSandy Armstrong
2019-10-16[Ide] Fixed Xwt.Font usage.Mike Krüger
Xwt still needs a patch. IDE side should work now.
2019-10-16[Ide] Switched IDE font handling to xwt.Mike Krüger
2019-10-16Fixes VSTS Bug 937839: [Feedback] Text Editor: font weight ignoredMike Krüger
https://devdiv.visualstudio.com/DevDiv/_workitems/edit/937839
2019-09-25MonoDevelop.Refactoring: Update for Suggestions API changeSandy Armstrong
2019-09-02Update ↵Marius Ungureanu
main/src/addins/MonoDevelop.Refactoring/MonoDevelop.Refactoring/RoslynInformationProvider.cs
2019-09-02[Ide] Add roslyn information to the about pagetherzok
Fixes VSTS #910296 - Include version of Roslyn in about dialog
2019-08-26Fixes VSTS Bug 972866: [Feedback] Preferences are not saved when IMike Krüger
click OK in the Preferences menu in Visual Studio for Mac. https://devdiv.visualstudio.com/DevDiv/_workitems/edit/972866
2019-08-09Merge pull request #8337 from ↵Greg Munn
mono/vsts-952602-save-severity-in-C#-source-anaysis [Project Model] Save severity in C# code analysis
2019-08-05Deleted unused variable "text2" for property and "oldSeverity" for severity. ↵Keting Yang
Changed "notificationPreferencesField" to "severitiesField"
2019-08-05Merge pull request #7913 from mono/master-issue6333Mike Krüger
Fixes issue #6333 Analyzers not retriggered on editorconfig change
2019-08-05[Project Model] Save severity in C# code analysisKeting Yang
Add handler for changed severity, update names from notificationPreference to severity for better consistency. Fixes: https://devdiv.visualstudio.com/DevDiv/_workitems/edit/952602
2019-07-26PackageInstallerService: New interface memberSandy Armstrong
2019-07-10[C#] Fix crasher in code actions in the old editortherzok
``` ERROR [2019-07-03 23:58:10Z]: An unhandled exception has occurred. Terminating Visual Studio? False System.NullReferenceException: Object reference not set to an instance of an object at MonoDevelop.CodeActions.CodeActionEditorExtension+<>c__DisplayClass14_1.<GetCurrentFixesAsync>b__2 () [0x00000] in /Users/vsts/agent/2.153.2/work/1/s/monodevelop/main/src/addins/MonoDevelop.Refactoring/MonoDevelop.CodeActions/CodeActionEditorExtension.cs:161 at (wrapper delegate-invoke) System.Func`1[System.Collections.Immutable.ImmutableArray`1[Microsoft.CodeAnalysis.CodeFixes.CodeFixCollection]].invoke_TResult() at MonoDevelop.Core.Runtime+<>c__44`1[T].<RunInMainThread>b__44_0 (System.Object state) [0x00013] in /Users/vsts/agent/2.153.2/work/1/s/monodevelop/main/src/core/MonoDevelop.Core/MonoDevelop.Core/Runtime.cs:369 --- End of stack trace from previous location where exception was thrown --- at MonoDevelop.CodeActions.CodeActionEditorExtension+<>c__DisplayClass14_0.<GetCurrentFixesAsync>b__0 () [0x0020d] in /Users/vsts/agent/2.153.2/work/1/s/monodevelop/main/src/addins/MonoDevelop.Refactoring/MonoDevelop.CodeActions/CodeActionEditorExtension.cs:161 ``` Surfaced by VSTS #942255 - VSMac hang
2019-07-03Fixes issue #6333 Analyzers not retriggered on editorconfig changeMike Krüger
2019-06-13Merge pull request #7850 from mono/pr-anvod-extract-interfaceAaron Bockover
Fixes VSTS 893547: Extract Interface Dialog buttons don't close dialog
2019-06-13Bump Roslyn to 3.2.0-beta4-19312-10Sandy Armstrong
2019-06-11Wrapping dialog in a using to dispose.Anže Vodovnik
2019-05-29Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/861121 - ↵Kirill Osenkov
"System.NullReferenceException" when closing a solution while a json file is open & the solution doesn't close. This is the MonoDevelop side of the fix for 861121. For non-C# files they could still be a part of WebEditorRoslynWorkspace, and not MonoDevelopWorkspace, and we need to gracefully deal with that.
2019-05-22Merge pull request #7586 from mono/Therzok-patch-1Marius Ungureanu
[Roslyn] Also allow assemblies which don't depend on MD.Ide to load h…
2019-05-21Update MonoDevelop.Refactoring.xml per reviewAaron Bockover
2019-05-20[Roslyn] Also allow assemblies which don't depend on MD.Ide to load host ↵Marius Ungureanu
analyzers
2019-05-14XML changes to enable Go To Base Member.Anže Vodovnik
2019-05-10Fixes VSTS Bug 825007: [Feedback] Log files for Visual Studio 2019Mike Krüger
Preview crash https://dev.azure.com/devdiv/DevDiv/_workitems/edit/825007 I doubt that this is responsible for the crash but it ensures, that newMarkers is always != null at that point of the IdleHandler.
2019-05-08Fixing PR comments and updating app.config to satisfy binary compat check.Anže Vodovnik
2019-05-08Bumping Roslyn to align with Dev16.1p1. This fixes a regression with Suffix ↵Anže Vodovnik
not being surfaced.
2019-04-26Export only one shared instance of StreamingFindUsagesPresentertherzok
2019-04-12Revert "Merge pull request #494 from xamarin/pr-anvod-completion-suffix"Aaron Bockover
This reverts commit 2a7b392aa8c42e34df5b26205fd298202acc4124, reversing changes made to 80d3109fe8ce9a13cc72e7de489878ecc10f9857.
2019-04-11Merge pull request #494 from xamarin/pr-anvod-completion-suffixAaron Bockover
Fixes VSTS 802424 and 763764 - Bumping Roslyn to align with Dev16.1p1
2019-04-05Fixing PR comments.Anže Vodovnik
2019-04-05Bumping Roslyn to align with Dev16.1p1. This fixes a regression with Suffix ↵Anže Vodovnik
not being surfaced.
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-03-27Fixes VSTS Bug 801709: [LegacyEditor] Dupplicated fix suggestions orMike Krüger
not clear visible fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/801709
2019-03-21Merge branch 'new-service-model' into new-doc-modelLluis Sanchez
2019-03-21Merge remote-tracking branch 'xamarin/master-vnext' into new-service-modelLluis Sanchez
2019-03-16Adding Navigate to context menu.Anže Vodovnik
2019-03-15Removing Go To Implementation shortcut.Anže Vodovnik
2019-03-06Fixing style inconsistencies with tabs/spaces.Anže Vodovnik
2019-03-06Removing author from header, as per guidelines.Anže Vodovnik
2019-03-06Added Sort and Remove Imports command to the context, and adde the mapping ↵Anže Vodovnik
so that it calls the Roslyn engine.
2019-03-06Added keyboard shortcut.Anže Vodovnik
2019-03-06Initial implementation of Go To Implementation menu via factory.Anže Vodovnik
2019-02-27Fixes VSTS Bug 802695: Preferences > Text Editor > Source Analysis >Mike Krüger
C# is empty https://devdiv.visualstudio.com/DevDiv/_workitems/edit/802695
2019-02-25Merge branch 'new-service-model' into new-doc-modelLluis Sanchez