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 (Collapse)Author
2019-05-31[Build] Bump minimum deployment OS version to 10.12 (#7690)Marius Ungureanu
* Bump minimum OS version to 10.12 * Simplify min os version targeting
2019-05-31Revert "Also set nuget verbosity to quiet" (#7746)Marius Ungureanu
Revert "Also set nuget verbosity to quiet" Avoid not showing anything when restoring, as it can be confusing as to what the build is doing.
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
The app crashes before the handler is reached, fix this by reporting it as fatal - usually the app really just does crash.
2019-05-30Merge pull request #7730 from mono/jstedfast-vsts901162Jeffrey Stedfast
bumped debugger-libs to fix vsts issue #901162
2019-05-30Merge pull request #7739 from mono/pr-david-changeMarginAaron Bockover
Integrate Changed lines margin and map used colors
2019-05-30Merge pull request #7694 from mono/nuget-5.1Marius Ungureanu
[NuGet] Update to NuGet 5.1
2019-05-30Merge pull request #7733 from mono/exception-handling-betterLluis Sanchez
Handle exceptions coming in from glib and objc in a better way
2019-05-30Merge pull request #7721 from mono/stresstest-nunitLluis Sanchez
Switch StressTest to NUnit packagereference
2019-05-30Merge pull request #7734 from mono/stray-processLluis Sanchez
[Mac] Use the main DispatchQueue when processing memory pressure events
2019-05-30bumped debugger-libs to fix vsts issue #901162Jeffrey Stedfast
2019-05-30Merge pull request #7595 from mono/vsdbg-exceptionsJeffrey Stedfast
Vsdbg exceptions
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 ↵therzok
an exception
2019-05-30[Mac] Use the main DispatchQueue when processing memory pressure eventstherzok
Processing this on a background thread will cause an AppKit NSEventThread to spin up on a background thread, which would never finish running This thread would also be running at 100% CPU, causing a specific thread to loop and burn until the process ends Fixes VSTS #894581 - VS Mac processes still running after quitting the app? Fixes VSTS #802626 - [Feedback] VS usually consumes an entire CPU core when idle, killing battery life (and making my lap hot)
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
[GetToCode] Uses hideWelcomePage flag in WelcomePageService
2019-05-30Updated references to KirillOsenkov/vs-editor-api, xamarin/md-addinsabock
2019-05-30Merge pull request #7714 from mono/pr-anvod-gotolineAaron Bockover
Fixes VSTS 733501: Go To Line Number
2019-05-30Merge pull request #7650 from mono/fix-780731Lluis Sanchez
[A11y] Check the functions have been set correctly before calling
2019-05-29Switch StressTest to NUnit packagereferenceMarius Ungureanu
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-29Lighting up Go To LineAnže Vodovnik
2019-05-29Merge pull request #7701 from mono/pr-sandy-suggestions-vs-nuget-round-2Aaron Bockover
Packaging: More thread-safety in NuGetPackageServicesProxy
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
Fixes VSTS #894451
2019-05-29Merge pull request #7679 from mono/master-vsts895926Vsevolod Kukol
Fixes VSTS Bug 895926: Version Control > Log jumps to wrong tag
2019-05-29Merge pull request #7676 from mono/backport-pr-7675-to-masterLluis Sanchez
[master] Preserve C# documents added by Razor when reloading a project.
2019-05-29Packaging: More thread-safety in NuGetPackageServicesProxySandy Armstrong
Remove more unnecessary or problematic uses of Runtime.RunInMainThread, again due to Roslyn blocking the main thread, and then calling services like this from async tasks it also blocks on. Interesting note: the async call in GetInstalledVersions is actually entirely synchronous, but we cannot change all the methods involved because they are implementing interfaces from NuGet. So running it on the threadpool is totally unnecessary, but protects us in case things change in the future. Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/900631
2019-05-28Merge pull request #7671 from mono/fix-slow-document-loadLluis Sanchez
Fix issues when opening a document
2019-05-28Merge pull request #7692 from ↵Ian Toal
mono/FixExternalConsoleIssueInAspDotNetCoreProjects Enable ASP.Net Core projects to run on external console Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/850047 Derive AspNetCoreExecutionCommand from DotNetCoreExecutionCommand as they are identical apart from the ApplicationURLs property. This change enables the external console handling code in DotNetCoreProjectExtension::OnExecuteDotNetCoreCommand to work correctly with all .Net Core projects.
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
regex parsing; remove condition calculation for regular breakpoints as the debugger already does it.
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