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
AgeCommit message (Expand)Author
2019-05-31[Build] Bump minimum deployment OS version to 10.12 (#7690)Marius Ungureanu
2019-05-31Revert "Also set nuget verbosity to quiet" (#7746)Marius Ungureanu
2019-05-31Updated references to mono/xwt, xamarin/md-addinslluis
2019-05-31Monitor fatal errors in the loggerMarius Ungureanu
2019-05-31Fix log level of unit testtherzok
2019-05-31[Mac] ObjCMarshalledException is still not reported rightMarius Ungureanu
2019-05-30Merge pull request #7730 from mono/jstedfast-vsts901162Jeffrey Stedfast
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 #7721 from mono/stresstest-nunitLluis Sanchez
2019-05-30Merge pull request #7734 from mono/stray-processLluis Sanchez
2019-05-30bumped debugger-libs to fix vsts issue #901162Jeffrey Stedfast
2019-05-30Merge pull request #7595 from mono/vsdbg-exceptionsJeffrey Stedfast
2019-05-30[Mac] Add integration test for memory pressure workloadtherzok
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-30Fix API changes in NUNit 2.7therzok
2019-05-30Merge pull request #7705 from mono/fix-894451Lluis Sanchez
2019-05-30Updated references to KirillOsenkov/vs-editor-api, xamarin/md-addinsabock
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-29Switch StressTest to NUnit packagereferenceMarius Ungureanu
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-29Updated references to KirillOsenkov/vs-editor-api, xamarin/md-addinsabock
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-28Updated debugger-libs for fixes to the vscode debugger backendJeffrey Stedfast
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