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
path: root/main/src
AgeCommit message (Expand)Author
2019-05-31[Mac] ObjCMarshalledException is still not reported rightMarius Ungureanu
2019-05-30Merge pull request #7739 from mono/pr-david-changeMarginAaron Bockover
2019-05-30Merge pull request #7694 from mono/nuget-5.1Marius Ungureanu
2019-05-30Merge pull request #7733 from mono/exception-handling-betterLluis Sanchez
2019-05-30Merge pull request #7734 from mono/stray-processLluis Sanchez
2019-05-30Merge pull request #7595 from mono/vsdbg-exceptionsJeffrey Stedfast
2019-05-30Fix build error on Windows in AccessibilityElementProxy (#7726)monojenkins
2019-05-30Add comment on why we need to avoid appending stacktrace when we're logging a...therzok
2019-05-30[Mac] Use the main DispatchQueue when processing memory pressure eventstherzok
2019-05-30Add unit tests to ensure stacktraces in non-errorstherzok
2019-05-30Apply the same fix for objc exceptions.therzok
2019-05-30Properly bind exception stacktrace for native gtk errorstherzok
2019-05-30Integrate Changed lines margin and map used colorsDavid Karlaš
2019-05-30Merge pull request #7705 from mono/fix-894451Lluis Sanchez
2019-05-30Merge pull request #7714 from mono/pr-anvod-gotolineAaron Bockover
2019-05-30Merge pull request #7650 from mono/fix-780731Lluis Sanchez
2019-05-29Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/861121 - "System...Kirill Osenkov
2019-05-29Lighting up Go To LineAnže Vodovnik
2019-05-29Merge pull request #7701 from mono/pr-sandy-suggestions-vs-nuget-round-2Aaron Bockover
2019-05-29[GetToCode] Reuses current HasWindowImplementation instead null checkJose Medrano
2019-05-29[GetToCode] Uses hideWelcomePage flag in WelcomePageServiceJose Medrano
2019-05-29Merge pull request #7679 from mono/master-vsts895926Vsevolod Kukol
2019-05-29Merge pull request #7676 from mono/backport-pr-7675-to-masterLluis Sanchez
2019-05-29Packaging: More thread-safety in NuGetPackageServicesProxySandy Armstrong
2019-05-28Merge pull request #7671 from mono/fix-slow-document-loadLluis Sanchez
2019-05-28Merge pull request #7692 from mono/FixExternalConsoleIssueInAspDotNetCoreProj...Ian Toal
2019-05-28Break if the condition fails to executenosami
2019-05-28Fix buildnosami
2019-05-28Fix condition evaluation in case of external codeMichael Belyaev
2019-05-28[VSCodeDebugProtocol] stylistic fixesJeffrey Stedfast
2019-05-28Refactor long condition to local functionMichael Belyaev
2019-05-28Support "Include subclasses" not only for System.Exception; get rid ofMichael Belyaev
2019-05-28Support exception catchpoint conditionsMichael Belyaev
2019-05-28Add support for breakpoint conditions in VSCodeDebuggerSessionMichael Belyaev
2019-05-28Support System.Exception with subclassesMichael Belyaev
2019-05-28Workaround for .NET Core debugger which doesn't support exception type filteringMichael Belyaev
2019-05-28[NuGet] Update to NuGet 5.1Matt Ward
2019-05-28Merge pull request #7653 from mono/enable-new-propertypadLluis Sanchez
2019-05-28Derive AspNetCoreExecutionCommand from DotNetCoreExecutionCommand as they are...Ian Toal
2019-05-28Merge pull request #7500 from mono/nuget-format-exception-add-packages-dialogLluis Sanchez
2019-05-28Merge pull request #7686 from mono/fix-857554Vsevolod Kukol
2019-05-28Merge branch 'master' into fix-slow-document-loadLluis Sanchez
2019-05-28Fixes VSTS Bug 895926: Version Control > Log jumps to wrong tagMike Krüger
2019-05-28Fix unit testsLluis Sanchez
2019-05-28Fix issues when opening a documentLluis Sanchez
2019-05-28Fix document reuse logicLluis Sanchez
2019-05-27Merge pull request #7667 from mono/fix-893310Lluis Sanchez
2019-05-27Fixes VSTS #857554 - Grammar correction (en-US)Javier Suárez Ruiz
2019-05-25Merge pull request #7665 from mono/pr/therzok/task-faultedMarius Ungureanu
2019-05-25Preserve C# documents added by Razor when reloading a project.Kirill Osenkov