mono / monodevelop

MonoDevelop is a cross platform .NET IDE
http://www.monodevelop.com
2.82k stars 1.01k forks source link

Building on macOS (with configure && make && make run) results in "There was a problem loading one or more extensions and MonoDevelop needs to be restarted." #9160

Open knocte opened 4 years ago

knocte commented 4 years ago

Steps to reproduce:

  1. clone master branch
  2. issue ./configure && make && make run

Expected results: should compile and launch with no problems Current results:

In the screen I see:

Screenshot 2019-10-30 at 7 51 28 PM

In the console I see:

$ make run
cd main && /Applications/Xcode.app/Contents/Developer/usr/bin/make run
LANG= LC_ALL= MONODEVELOP_LOCALE_PATH="/Users/knocte/Documents/Code/monodevelop/main/build/locale"  /Users/knocte/Documents/Code/monodevelop/main/build/bin/MonoDevelop --no-redirect
INFO [2019-10-30 19:47:11Z]: Did not find previous version from which to migrate data
INFO [2019-10-30 19:47:11Z]: Starting MonoDevelop 8.6 Preview (8.6 build 54)
INFO [2019-10-30 19:47:11Z]: Build Information
b733a2859154b413cd506d9f0b054d15643c1fd2

INFO [2019-10-30 19:47:11Z]: Running on Mono 6.4.0.208 (2019-06/07c23f2ca43) (64-bit)
INFO [2019-10-30 19:47:11Z]: Operating System: Mac OS X 10.14.6
Darwin 18.7.0 Darwin Kernel Version 18.7.0
    Tue Aug 20 16:57:14 PDT 2019
    root:xnu-4903.271.2~2/RELEASE_X86_64 x86_64
INFO [2019-10-30 19:47:11Z]: GTK: Using gtkrc from /Users/knocte/Documents/Code/monodevelop/main/build/bin/gtkrc.mac
Could not find `System.Runtime.Loader` referenced by assembly `Microsoft.CodeAnalysis.Scripting, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35`.
INFO [2019-10-30 19:47:12Z]: Accessibility disabled

(MonoDevelop:98596): Gtk-WARNING **: Locale not supported by C library.
    Using the fallback 'C' locale.
INFO [2019-10-30 19:47:12Z]: Using GTK+ 2.24.23
INFO [2019-10-30 19:47:14Z]: Add-in loaded: MonoDevelop.Core
INFO [2019-10-30 19:47:14Z]: Add-in loaded: MonoDevelop.Ide
INFO [2019-10-30 19:47:14Z]: Add-in loaded: MonoDevelop.MacPlatform
INFO [2019-10-30 19:47:14Z]: Initializing Runtime Mono 6.4.0.208
INFO [2019-10-30 19:47:14Z]: [0 (+0)] Finding custom frameworks
INFO [2019-10-30 19:47:14Z]: Creating service: MonoDevelop.Components.Commands.CommandManager
INFO [2019-10-30 19:47:14Z]: Add-in loaded: MonoDevelop.ConnectedServices
INFO [2019-10-30 19:47:14Z]: Add-in loaded: MonoDevelop.DesignerSupport
INFO [2019-10-30 19:47:14Z]: Add-in loaded: MonoDevelop.TextEditor
INFO [2019-10-30 19:47:14Z]: Add-in loaded: MonoDevelop.Debugger
INFO [2019-10-30 19:47:14Z]: Add-in loaded: MonoDevelop.RegexToolkit
INFO [2019-10-30 19:47:14Z]: Add-in loaded: MonoDevelop.SourceEditor2
INFO [2019-10-30 19:47:14Z]: Add-in loaded: MonoDevelop.Refactoring
INFO [2019-10-30 19:47:14Z]: Add-in loaded: MonoDevelop.PackageManagement
INFO [2019-10-30 19:47:14Z]: Add-in loaded: MonoDevelop.UnitTesting
INFO [2019-10-30 19:47:14Z]: Add-in loaded: MonoDevelop.Debugger.VsCodeDebugProtocol
INFO [2019-10-30 19:47:14Z]: Add-in loaded: MonoDevelop.CSharpBinding
INFO [2019-10-30 19:47:14Z]: Add-in loaded: MonoDevelop.DotNetCore
INFO [2019-10-30 19:47:15Z]: Add-in loaded: MonoDevelop.AspNetCore
INFO [2019-10-30 19:47:15Z]: Add-in loaded: MonoDevelop.AssemblyBrowser
INFO [2019-10-30 19:47:15Z]: Add-in loaded: MonoDevelop.DocFood
INFO [2019-10-30 19:47:15Z]: Add-in loaded: MonoDevelop.TextTemplating
INFO [2019-10-30 19:47:15Z]: Add-in loaded: MonoDevelop.Xml
INFO [2019-10-30 19:47:15Z]: Add-in loaded: MonoDevelop.AspNet
INFO [2019-10-30 19:47:15Z]: Add-in loaded: MonoDevelop.GtkCore
INFO [2019-10-30 19:47:15Z]: Add-in loaded: MonoDevelop.FSharpBinding
INFO [2019-10-30 19:47:15Z]: Add-in loaded: MonoDevelop.PerformanceDiagnostics
INFO [2019-10-30 19:47:15Z]: Add-in loaded: MonoDevelop.VersionControl
INFO [2019-10-30 19:47:15Z]: Add-in loaded: MonoDevelop.VersionControl.Git
INFO [2019-10-30 19:47:15Z]: Add-in loaded: MonoDevelop.Packaging
INFO [2019-10-30 19:47:15Z]: Add-in loaded: MonoDevelop.WebReferences
INFO [2019-10-30 19:47:15Z]: Service MonoDevelop.Components.Commands.CommandManager initialized in 108 ms.
INFO [2019-10-30 19:47:15Z]: Creating service: MonoDevelop.Ide.DesktopService
INFO [2019-10-30 19:47:15Z]: Using Xamarin.Mac 6.4.0.2 (xcode11.1 / e37549bc)
WARNING [2019-10-30 19:47:15Z]: Missed NSApplicationDidLaunch notification, assuming normal startup
INFO [2019-10-30 19:47:15Z]: Service MonoDevelop.Ide.DesktopService initialized in 51 ms.
WARNING [2019-10-30 19:47:15Z]: LaunchReason is already set to Normal.
Starting MonoDevelop
INFO [2019-10-30 19:47:15Z]: Creating service: MonoDevelop.Ide.Fonts.FontService
INFO [2019-10-30 19:47:15Z]: Service MonoDevelop.Ide.Fonts.FontService initialized in 2 ms.
INFO [2019-10-30 19:47:15Z]: Creating service: MonoDevelop.Ide.Tasks.TaskService
INFO [2019-10-30 19:47:15Z]: Service MonoDevelop.Ide.Tasks.TaskService initialized in 0 ms.
INFO [2019-10-30 19:47:15Z]: Creating service: MonoDevelop.Ide.ProjectOperations
INFO [2019-10-30 19:47:15Z]: Creating service: MonoDevelop.Ide.RootWorkspace
INFO [2019-10-30 19:47:15Z]: Service MonoDevelop.Ide.RootWorkspace initialized in 0 ms.
INFO [2019-10-30 19:47:15Z]: Creating service: MonoDevelop.Ide.TextEditing.TextEditorService
INFO [2019-10-30 19:47:15Z]: Service MonoDevelop.Ide.TextEditing.TextEditorService initialized in 0 ms.
INFO [2019-10-30 19:47:15Z]: Creating service: MonoDevelop.Ide.Navigation.NavigationHistoryService
INFO [2019-10-30 19:47:15Z]: Service MonoDevelop.Ide.Navigation.NavigationHistoryService initialized in 0 ms.
INFO [2019-10-30 19:47:15Z]: Creating service: MonoDevelop.Ide.Gui.DisplayBindingService
INFO [2019-10-30 19:47:15Z]: Service MonoDevelop.Ide.Gui.DisplayBindingService initialized in 0 ms.
INFO [2019-10-30 19:47:15Z]: Creating service: MonoDevelop.Ide.HelpOperations
INFO [2019-10-30 19:47:15Z]: Service MonoDevelop.Ide.HelpOperations initialized in 0 ms.
INFO [2019-10-30 19:47:15Z]: Creating service: MonoDevelop.Projects.HelpService
INFO [2019-10-30 19:47:15Z]: Service MonoDevelop.Projects.HelpService initialized in 0 ms.
INFO [2019-10-30 19:47:15Z]: Creating service: MonoDevelop.Ide.Gui.Documents.DocumentManager
INFO [2019-10-30 19:47:15Z]: Service MonoDevelop.Ide.Gui.Documents.DocumentManager initialized in 0 ms.
INFO [2019-10-30 19:47:15Z]: Creating service: MonoDevelop.Ide.Gui.ProgressMonitorManager
INFO [2019-10-30 19:47:15Z]: Service MonoDevelop.Ide.Gui.ProgressMonitorManager initialized in 0 ms.
INFO [2019-10-30 19:47:15Z]: Service MonoDevelop.Ide.ProjectOperations initialized in 17 ms.
   Loading Workbench
      Initializing Main Window
INFO [2019-10-30 19:47:15Z]: Creating service: MonoDevelop.Ide.Gui.Documents.DocumentModelRegistry
INFO [2019-10-30 19:47:15Z]: Service MonoDevelop.Ide.Gui.Documents.DocumentModelRegistry initialized in 0 ms.
INFO [2019-10-30 19:47:15Z]: Creating service: MonoDevelop.Ide.Gui.Documents.DocumentControllerService
INFO [2019-10-30 19:47:15Z]: Service MonoDevelop.Ide.Gui.Documents.DocumentControllerService initialized in 0 ms.
INFO [2019-10-30 19:47:15Z]: Creating service: MonoDevelop.Ide.Gui.Shell.IShell
INFO [2019-10-30 19:47:15Z]: Creating DefaultWorkbench
INFO [2019-10-30 19:47:15Z]: Service MonoDevelop.Ide.Gui.Shell.IShell initialized in 52 ms.
Error: did not find one of the files in sources//Library/Frameworks/Mono.framework/External/monodoc/MonoTouch-man
INFO [2019-10-30 19:47:15Z]: Creating service: MonoDevelop.Ide.TypeSystem.TypeSystemService
INFO [2019-10-30 19:47:15Z]: Creating service: MonoDevelop.Ide.Composition.CompositionManager
INFO [2019-10-30 19:47:15Z]: Creating MEF composition from runtime
INFO [2019-10-30 19:47:15Z]: [744 (+744)] Creating frameworks
INFO [2019-10-30 19:47:15Z]: Add-in loaded: MonoDevelop.VersionControl.Subversion
INFO [2019-10-30 19:47:15Z]: Add-in loaded: MonoDevelop.VersionControl.Subversion.Unix
INFO [2019-10-30 19:47:15Z]: [947 (+203)] Initializing frameworks
INFO [2019-10-30 19:47:15Z]: [974 (+27)] END: Target runtimes loaded
INFO [2019-10-30 19:47:15Z]: Startup section mainInitialization 275 ms
INFO [2019-10-30 19:47:15Z]: Startup section PlatformInitialization 310 ms
INFO [2019-10-30 19:47:15Z]: Startup section GettextInitialization 21 ms
INFO [2019-10-30 19:47:15Z]: Startup section GtkInitialization 1541 ms
INFO [2019-10-30 19:47:15Z]: Startup section XwtInitialization 370 ms
INFO [2019-10-30 19:47:15Z]: Startup section DispatchInitialization 0 ms
INFO [2019-10-30 19:47:15Z]: Startup section RoslynInitialization 12 ms
INFO [2019-10-30 19:47:15Z]: Startup section RuntimeInitialization 1736 ms
INFO [2019-10-30 19:47:15Z]: Startup section ThemeInitialized 8 ms
INFO [2019-10-30 19:47:15Z]: Startup section FileWatcherInitialization 0 ms
INFO [2019-10-30 19:47:15Z]: Startup section ImageInitialization 12 ms
INFO [2019-10-30 19:47:15Z]: Startup section AppInitialization 253 ms
INFO [2019-10-30 19:47:15Z]: Startup section BasicInitializationCompleted 40 ms
INFO [2019-10-30 19:47:15Z]: Startup section SocketInitialization 3 ms
INFO [2019-10-30 19:47:15Z]: Startup section WindowOpened 0 ms
INFO [2019-10-30 19:47:15Z]: Startup section PumpEventLoop 289 ms
INFO [2019-10-30 19:47:15Z]: Startup sections 4935 ms
INFO [2019-10-30 19:47:17Z]: MEF composition error: Microsoft.CodeAnalysis.Editor.Implementation.CodeRefactorings.EditorLayerCodeActionHelpersService.ctor(renameService): expected exactly 1 export matching constraints:
    Contract name: Microsoft.CodeAnalysis.Editor.IInlineRenameService
    TypeIdentityName: Microsoft.CodeAnalysis.Editor.IInlineRenameService
but found 0.
INFO [2019-10-30 19:47:17Z]: MEF composition error: MonoDevelop.CSharp.CSharpPathedDocumentExtensionProvider.editorOperationsFactoryService: expected exactly 1 export matching constraints:
    Contract name: Microsoft.VisualStudio.Text.Operations.IEditorOperationsFactoryService
    TypeIdentityName: Microsoft.VisualStudio.Text.Operations.IEditorOperationsFactoryService
but found 0.
INFO [2019-10-30 19:47:17Z]: MEF composition error: Microsoft.CodeAnalysis.Editor.Implementation.RenameTracking.RenameTrackingTaggerProvider.ctor(inlineRenameService): expected exactly 1 export matching constraints:
    Contract name: Microsoft.CodeAnalysis.Editor.IInlineRenameService
    TypeIdentityName: Microsoft.CodeAnalysis.Editor.IInlineRenameService
but found 0.
INFO [2019-10-30 19:47:17Z]: MEF composition error: Microsoft.CodeAnalysis.Editor.Implementation.RenameTracking.RenameTrackingTaggerProvider.ctor(undoHistoryRegistry): expected exactly 1 export matching constraints:
    Contract name: Microsoft.VisualStudio.Text.Operations.ITextUndoHistoryRegistry
    TypeIdentityName: Microsoft.VisualStudio.Text.Operations.ITextUndoHistoryRegistry
but found 0.
INFO [2019-10-30 19:47:17Z]: MEF composition error: Microsoft.CodeAnalysis.Editor.CSharp.AutomaticCompletion.AutomaticLineEnderCommandHandler.ctor(undoRegistry): expected exactly 1 export matching constraints:
    Contract name: Microsoft.VisualStudio.Text.Operations.ITextUndoHistoryRegistry
    TypeIdentityName: Microsoft.VisualStudio.Text.Operations.ITextUndoHistoryRegistry
but found 0.
INFO [2019-10-30 19:47:17Z]: MEF composition error: Microsoft.CodeAnalysis.Editor.CSharp.AutomaticCompletion.AutomaticLineEnderCommandHandler.ctor(editorOperations): expected exactly 1 export matching constraints:
    Contract name: Microsoft.VisualStudio.Text.Operations.IEditorOperationsFactoryService
    TypeIdentityName: Microsoft.VisualStudio.Text.Operations.IEditorOperationsFactoryService
but found 0.
INFO [2019-10-30 19:47:17Z]: MEF composition error: MonoDevelop.SourceEditor.Braces.BraceCompletionAggregatorFactory.ctor(contentTypeRegistryService): expected exactly 1 export matching constraints:
    Contract name: Microsoft.VisualStudio.Utilities.IContentTypeRegistryService
    TypeIdentityName: Microsoft.VisualStudio.Utilities.IContentTypeRegistryService
but found 0.
INFO [2019-10-30 19:47:17Z]: MEF composition error: MonoDevelop.SourceEditor.Braces.BraceCompletionAggregatorFactory.ctor(undoManager): expected exactly 1 export matching constraints:
    Contract name: Microsoft.VisualStudio.Text.Operations.ITextBufferUndoManagerProvider
    TypeIdentityName: Microsoft.VisualStudio.Text.Operations.ITextBufferUndoManagerProvider
but found 0.
INFO [2019-10-30 19:47:17Z]: MEF composition error: MonoDevelop.SourceEditor.Braces.BraceCompletionAggregatorFactory.ctor(editorOperationsFactoryService): expected exactly 1 export matching constraints:
    Contract name: Microsoft.VisualStudio.Text.Operations.IEditorOperationsFactoryService
    TypeIdentityName: Microsoft.VisualStudio.Text.Operations.IEditorOperationsFactoryService
but found 0.
INFO [2019-10-30 19:47:17Z]: MEF composition error: MonoDevelop.SourceEditor.Braces.BraceCompletionAggregatorFactory.ctor(guardedOperations): expected exactly 1 export matching constraints:
    Contract name: Microsoft.VisualStudio.Utilities.IGuardedOperations
    TypeIdentityName: Microsoft.VisualStudio.Utilities.IGuardedOperations
but found 0.
INFO [2019-10-30 19:47:17Z]: MEF composition error: Microsoft.CodeAnalysis.Text.Implementation.TextBufferFactoryService.TextBufferCloneServiceFactory+TextBufferCloneService.ctor(contentTypeRegistryService): expected exactly 1 export matching constraints:
    Contract name: Microsoft.VisualStudio.Utilities.IContentTypeRegistryService
    TypeIdentityName: Microsoft.VisualStudio.Utilities.IContentTypeRegistryService
but found 0.
INFO [2019-10-30 19:47:17Z]: MEF composition error: Microsoft.CodeAnalysis.Text.Implementation.TextBufferFactoryService.TextBufferCloneServiceFactory+TextBufferCloneService.ctor(textBufferFactoryService): expected exactly 1 export matching constraints:
    Contract name: Microsoft.VisualStudio.Text.ITextBufferFactoryService3
    TypeIdentityName: Microsoft.VisualStudio.Text.ITextBufferFactoryService3
but found 0.
INFO [2019-10-30 19:47:17Z]: MEF composition error: Microsoft.CodeAnalysis.Editor.VisualBasic.RenameTracking.VisualBasicRenameTrackingCodeFixProvider.ctor(undoHistoryRegistry): expected exactly 1 export matching constraints:
    Contract name: Microsoft.VisualStudio.Text.Operations.ITextUndoHistoryRegistry
    TypeIdentityName: Microsoft.VisualStudio.Text.Operations.ITextUndoHistoryRegistry
but found 0.
INFO [2019-10-30 19:47:17Z]: MEF composition error: Microsoft.CodeAnalysis.Editor.Implementation.Workspaces.EditorTextFactoryService.ctor(contentTypeRegistryService): expected exactly 1 export matching constraints:
    Contract name: Microsoft.VisualStudio.Utilities.IContentTypeRegistryService
    TypeIdentityName: Microsoft.VisualStudio.Utilities.IContentTypeRegistryService
but found 0.
INFO [2019-10-30 19:47:17Z]: MEF composition error: Microsoft.CodeAnalysis.Editor.Implementation.Workspaces.EditorTextFactoryService.ctor(textBufferFactoryService): expected exactly 1 export matching constraints:
    Contract name: Microsoft.VisualStudio.Text.ITextBufferFactoryService
    TypeIdentityName: Microsoft.VisualStudio.Text.ITextBufferFactoryService
but found 0.
INFO [2019-10-30 19:47:17Z]: MEF composition error: Microsoft.CodeAnalysis.Editor.CSharp.DocumentationComments.XmlTagCompletionCommandHandler.ctor(undoHistory): expected exactly 1 export matching constraints:
    Contract name: Microsoft.VisualStudio.Text.Operations.ITextUndoHistoryRegistry
    TypeIdentityName: Microsoft.VisualStudio.Text.Operations.ITextUndoHistoryRegistry
but found 0.
INFO [2019-10-30 19:47:17Z]: MEF composition error: Microsoft.CodeAnalysis.Editor.VisualBasic.ExtractMethod.ExtractMethodCommandHandler.ctor(renameService): expected exactly 1 export matching constraints:
    Contract name: Microsoft.CodeAnalysis.Editor.IInlineRenameService
    TypeIdentityName: Microsoft.CodeAnalysis.Editor.IInlineRenameService
but found 0.
INFO [2019-10-30 19:47:17Z]: MEF composition error: Microsoft.CodeAnalysis.Editor.VisualBasic.ExtractMethod.ExtractMethodCommandHandler.ctor(undoManager): expected exactly 1 export matching constraints:
    Contract name: Microsoft.VisualStudio.Text.Operations.ITextBufferUndoManagerProvider
    TypeIdentityName: Microsoft.VisualStudio.Text.Operations.ITextBufferUndoManagerProvider
but found 0.
INFO [2019-10-30 19:47:17Z]: MEF composition error: Microsoft.CodeAnalysis.Editor.CSharp.TextStructureNavigation.TextStructureNavigatorProvider.ctor(contentTypeService): expected exactly 1 export matching constraints:
    Contract name: Microsoft.VisualStudio.Utilities.IContentTypeRegistryService
    TypeIdentityName: Microsoft.VisualStudio.Utilities.IContentTypeRegistryService
but found 0.
INFO [2019-10-30 19:47:17Z]: MEF composition error: Microsoft.CodeAnalysis.Editor.CSharp.TextStructureNavigation.TextStructureNavigatorProvider.ctor(selectorService): expected exactly 1 export matching constraints:
    Contract name: Microsoft.VisualStudio.Text.Operations.ITextStructureNavigatorSelectorService
    TypeIdentityName: Microsoft.VisualStudio.Text.Operations.ITextStructureNavigatorSelectorService
but found 0.
INFO [2019-10-30 19:47:17Z]: MEF composition error: MonoDevelop.Debugger.TracepointDisabledGlyphFactoryProvider.imageService: expected exactly 1 export matching constraints:
    Contract name: Microsoft.VisualStudio.Core.Imaging.IImageService
    TypeIdentityName: Microsoft.VisualStudio.Core.Imaging.IImageService
but found 0.
INFO [2019-10-30 19:47:17Z]: MEF composition error: Microsoft.CodeAnalysis.Editor.ReferenceHighlighting.NavigateToHighlightReferenceCommandHandler.ctor(tagAggregatorFactory): expected exactly 1 export matching constraints:
    Contract name: Microsoft.VisualStudio.Text.Tagging.IViewTagAggregatorFactoryService
    TypeIdentityName: Microsoft.VisualStudio.Text.Tagging.IViewTagAggregatorFactoryService
but found 0.
INFO [2019-10-30 19:47:17Z]: MEF composition error: Microsoft.CodeAnalysis.Editor.ReferenceHighlighting.NavigateToHighlightReferenceCommandHandler.ctor(outliningManagerService): expected exactly 1 export matching constraints:
    Contract name: Microsoft.VisualStudio.Text.Outlining.IOutliningManagerService
    TypeIdentityName: Microsoft.VisualStudio.Text.Outlining.IOutliningManagerService
but found 0.
INFO [2019-10-30 19:47:17Z]: MEF composition error: Microsoft.CodeAnalysis.Editor.VisualBasic.LineCommit.CommitCommandHandler.ctor(smartIndentationService): expected exactly 1 export matching constraints:
    Contract name: Microsoft.VisualStudio.Text.Editor.ISmartIndentationService
    TypeIdentityName: Microsoft.VisualStudio.Text.Editor.ISmartIndentationService
but found 0.
INFO [2019-10-30 19:47:17Z]: MEF composition error: Microsoft.CodeAnalysis.Editor.VisualBasic.LineCommit.CommitCommandHandler.ctor(textUndoHistoryRegistry): expected exactly 1 export matching constraints:
    Contract name: Microsoft.VisualStudio.Text.Operations.ITextUndoHistoryRegistry
    TypeIdentityName: Microsoft.VisualStudio.Text.Operations.ITextUndoHistoryRegistry
but found 0.
INFO [2019-10-30 19:47:17Z]: MEF composition error: Microsoft.CodeAnalysis.Editor.VisualBasic.LineCommit.CommitCommandHandler.ctor(editorOperationsFactoryService): expected exactly 1 export matching constraints:
    Contract name: Microsoft.VisualStudio.Text.Operations.IEditorOperationsFactoryService
    TypeIdentityName: Microsoft.VisualStudio.Text.Operations.IEditorOperationsFactoryService
but found 0.
INFO [2019-10-30 19:47:17Z]: MEF composition error: Microsoft.CodeAnalysis.Editor.VisualBasic.DocumentationComments.DocumentationCommentCommandHandler.ctor(undoHistoryRegistry): expected exactly 1 export matching constraints:
    Contract name: Microsoft.VisualStudio.Text.Operations.ITextUndoHistoryRegistry
    TypeIdentityName: Microsoft.VisualStudio.Text.Operations.ITextUndoHistoryRegistry
but found 0.
INFO [2019-10-30 19:47:17Z]: MEF composition error: Microsoft.CodeAnalysis.Editor.VisualBasic.DocumentationComments.DocumentationCommentCommandHandler.ctor(editorOperationsFactoryService): expected exactly 1 export matching constraints:
    Contract name: Microsoft.VisualStudio.Text.Operations.IEditorOperationsFactoryService
    TypeIdentityName: Microsoft.VisualStudio.Text.Operations.IEditorOperationsFactoryService
but found 0.
INFO [2019-10-30 19:47:17Z]: MEF composition error: Microsoft.CodeAnalysis.Editor.CSharp.SplitStringLiteral.SplitStringLiteralCommandHandler.ctor(undoHistoryRegistry): expected exactly 1 export matching constraints:
    Contract name: Microsoft.VisualStudio.Text.Operations.ITextUndoHistoryRegistry
    TypeIdentityName: Microsoft.VisualStudio.Text.Operations.ITextUndoHistoryRegistry
but found 0.
INFO [2019-10-30 19:47:17Z]: MEF composition error: Microsoft.CodeAnalysis.Editor.CSharp.SplitStringLiteral.SplitStringLiteralCommandHandler.ctor(editorOperationsFactoryService): expected exactly 1 export matching constraints:
    Contract name: Microsoft.VisualStudio.Text.Operations.IEditorOperationsFactoryService
    TypeIdentityName: Microsoft.VisualStudio.Text.Operations.IEditorOperationsFactoryService
but found 0.
INFO [2019-10-30 19:47:17Z]: MEF composition error: MonoDevelop.Debugger.TracepointInvalidGlyphFactoryProvider.imageService: expected exactly 1 export matching constraints:
    Contract name: Microsoft.VisualStudio.Core.Imaging.IImageService
    TypeIdentityName: Microsoft.VisualStudio.Core.Imaging.IImageService
but found 0.
INFO [2019-10-30 19:47:17Z]: MEF composition error: Microsoft.CodeAnalysis.Editor.Implementation.CodeActions.CodeActionEditHandlerService.ctor(renameService): expected exactly 1 export matching constraints:
    Contract name: Microsoft.CodeAnalysis.Editor.IInlineRenameService
    TypeIdentityName: Microsoft.CodeAnalysis.Editor.IInlineRenameService
but found 0.
INFO [2019-10-30 19:47:17Z]: MEF composition error: Microsoft.CodeAnalysis.Editor.Implementation.CodeActions.CodeActionEditHandlerService.ctor(previewService): expected exactly 1 export matching constraints:
    Contract name: Microsoft.CodeAnalysis.Editor.IPreviewFactoryService
    TypeIdentityName: Microsoft.CodeAnalysis.Editor.IPreviewFactoryService
but found 0.
INFO [2019-10-30 19:47:17Z]: MEF composition error: Microsoft.CodeAnalysis.Editor.CSharp.AutomaticCompletion.CSharpEditorBraceCompletionSessionFactory.ctor(smartIndentationService): expected exactly 1 export matching constraints:
    Contract name: Microsoft.VisualStudio.Text.Editor.ISmartIndentationService
    TypeIdentityName: Microsoft.VisualStudio.Text.Editor.ISmartIndentationService
but found 0.
INFO [2019-10-30 19:47:17Z]: MEF composition error: Microsoft.CodeAnalysis.Editor.CSharp.AutomaticCompletion.CSharpEditorBraceCompletionSessionFactory.ctor(undoManager): expected exactly 1 export matching constraints:
    Contract name: Microsoft.VisualStudio.Text.Operations.ITextBufferUndoManagerProvider
    TypeIdentityName: Microsoft.VisualStudio.Text.Operations.ITextBufferUndoManagerProvider
but found 0.
INFO [2019-10-30 19:47:17Z]: MEF composition error: MonoDevelop.Debugger.ReturnStatementForegroundTaggerProvider.ctor(classificationTypeRegistryService): expected exactly 1 export matching constraints:
    Contract name: Microsoft.VisualStudio.Text.Classification.IClassificationTypeRegistryService
    TypeIdentityName: Microsoft.VisualStudio.Text.Classification.IClassificationTypeRegistryService
but found 0.
INFO [2019-10-30 19:47:17Z]: MEF composition error: MonoDevelop.SourceEditor.Braces.BraceCompletionManagerFactory._guardedOperations: expected exactly 1 export matching constraints:
    Contract name: Microsoft.VisualStudio.Utilities.IGuardedOperations
    TypeIdentityName: Microsoft.VisualStudio.Utilities.IGuardedOperations
but found 0.
INFO [2019-10-30 19:47:17Z]: MEF composition error: Microsoft.VisualStudio.Text.Editor.Implementation.TextEditorInitializationService.MultiSelectionBrokerFactory: expected exactly 1 export matching constraints:
    Contract name: Microsoft.VisualStudio.Text.IMultiSelectionBrokerFactory
    TypeIdentityName: Microsoft.VisualStudio.Text.IMultiSelectionBrokerFactory
but found 0.
INFO [2019-10-30 19:47:17Z]: MEF composition error: Microsoft.VisualStudio.Text.Editor.Implementation.TextEditorInitializationService.ContentTypeRegistryService: expected exactly 1 export matching constraints:
    Contract name: Microsoft.VisualStudio.Utilities.IContentTypeRegistryService
    TypeIdentityName: Microsoft.VisualStudio.Utilities.IContentTypeRegistryService
but found 0.
INFO [2019-10-30 19:47:17Z]: MEF composition error: Microsoft.VisualStudio.Text.Editor.Implementation.TextEditorInitializationService.SmartIndentationService: expected exactly 1 export matching constraints:
    Contract name: Microsoft.VisualStudio.Text.Editor.ISmartIndentationService
    TypeIdentityName: Microsoft.VisualStudio.Text.Editor.ISmartIndentationService
but found 0.
INFO [2019-10-30 19:47:17Z]: MEF composition error: Microsoft.VisualStudio.Text.Editor.Implementation.TextEditorInitializationService.TextSearchService: expected exactly 1 export matching constraints:
    Contract name: Microsoft.VisualStudio.Text.Operations.ITextSearchService2
    TypeIdentityName: Microsoft.VisualStudio.Text.Operations.ITextSearchService2
but found 0.
INFO [2019-10-30 19:47:17Z]: MEF composition error: Microsoft.VisualStudio.Text.Editor.Implementation.TextEditorInitializationService.BufferGraphFactoryService: expected exactly 1 export matching constraints:
    Contract name: Microsoft.VisualStudio.Text.Projection.IBufferGraphFactoryService
    TypeIdentityName: Microsoft.VisualStudio.Text.Projection.IBufferGraphFactoryService
but found 0.
INFO [2019-10-30 19:47:17Z]: MEF composition error: Microsoft.VisualStudio.Text.Editor.Implementation.TextEditorInitializationService.EditorOptionsFactoryService: expected exactly 1 export matching constraints:
    Contract name: Microsoft.VisualStudio.Text.Editor.IEditorOptionsFactoryService
    TypeIdentityName: Microsoft.VisualStudio.Text.Editor.IEditorOptionsFactoryService
but found 0.
INFO [2019-10-30 19:47:17Z]: MEF composition error: Microsoft.VisualStudio.Text.Editor.Implementation.TextEditorInitializationService.UndoHistoryRegistry: expected exactly 1 export matching constraints:
    Contract name: Microsoft.VisualStudio.Text.Operations.ITextUndoHistoryRegistry
    TypeIdentityName: Microsoft.VisualStudio.Text.Operations.ITextUndoHistoryRegistry
but found 0.
INFO [2019-10-30 19:47:17Z]: MEF composition error: Microsoft.VisualStudio.Text.Editor.Implementation.TextEditorInitializationService.EditorOperationsProvider: expected exactly 1 export matching constraints:
    Contract name: Microsoft.VisualStudio.Text.Operations.IEditorOperationsFactoryService
    TypeIdentityName: Microsoft.VisualStudio.Text.Operations.IEditorOperationsFactoryService
but found 0.
INFO [2019-10-30 19:47:17Z]: MEF composition error: Microsoft.VisualStudio.Text.Editor.Implementation.TextEditorInitializationService.FeatureServiceFactory: expected exactly 1 export matching constraints:
    Contract name: Microsoft.VisualStudio.Utilities.IFeatureServiceFactory
    TypeIdentityName: Microsoft.VisualStudio.Utilities.IFeatureServiceFactory
but found 0.
INFO [2019-10-30 19:47:17Z]: MEF composition error: Microsoft.VisualStudio.Text.Editor.Implementation.TextEditorInitializationService.TextStructureNavigatorSelectorService: expected exactly 1 export matching constraints:
    Contract name: Microsoft.VisualStudio.Text.Operations.ITextStructureNavigatorSelectorService
    TypeIdentityName: Microsoft.VisualStudio.Text.Operations.ITextStructureNavigatorSelectorService
but found 0.
INFO [2019-10-30 19:47:17Z]: MEF composition error: Microsoft.VisualStudio.Text.Editor.Implementation.TextEditorInitializationService.GuardedOperations: expected exactly 1 export matching constraints:
    Contract name: Microsoft.VisualStudio.Utilities.IGuardedOperations
    TypeIdentityName: Microsoft.VisualStudio.Utilities.IGuardedOperations
but found 0.
INFO [2019-10-30 19:47:17Z]: MEF composition error: Microsoft.VisualStudio.Text.Editor.Implementation.TextEditorInitializationService.ClassificationTypeRegistryService: expected exactly 1 export matching constraints:
    Contract name: Microsoft.VisualStudio.Text.Classification.IClassificationTypeRegistryService
    TypeIdentityName: Microsoft.VisualStudio.Text.Classification.IClassificationTypeRegistryService
but found 0.
INFO [2019-10-30 19:47:17Z]: MEF composition error: Microsoft.VisualStudio.Text.Editor.Implementation.TextEditorInitializationService.TextBufferFactoryService: expected exactly 1 export matching constraints:
    Contract name: Microsoft.VisualStudio.Text.ITextBufferFactoryService
    TypeIdentityName: Microsoft.VisualStudio.Text.ITextBufferFactoryService
but found 0.
INFO [2019-10-30 19:47:17Z]: MEF composition error: Microsoft.CodeAnalysis.Editor.VisualBasic.TextStructureNavigation.TextStructureNavigatorProvider.ctor(contentTypeService): expected exactly 1 export matching constraints:
    Contract name: Microsoft.VisualStudio.Utilities.IContentTypeRegistryService
    TypeIdentityName: Microsoft.VisualStudio.Utilities.IContentTypeRegistryService
but found 0.
INFO [2019-10-30 19:47:17Z]: MEF composition error: Microsoft.CodeAnalysis.Editor.VisualBasic.TextStructureNavigation.TextStructureNavigatorProvider.ctor(selectorService): expected exactly 1 export matching constraints:
    Contract name: Microsoft.VisualStudio.Text.Operations.ITextStructureNavigatorSelectorService
    TypeIdentityName: Microsoft.VisualStudio.Text.Operations.ITextStructureNavigatorSelectorService
but found 0.
INFO [2019-10-30 19:47:17Z]: MEF composition error: Microsoft.CodeAnalysis.Editor.VisualBasic.LineCommit.CommitConnectionListener.ctor(textUndoHistoryRegistry): expected exactly 1 export matching constraints:
    Contract name: Microsoft.VisualStudio.Text.Operations.ITextUndoHistoryRegistry
    TypeIdentityName: Microsoft.VisualStudio.Text.Operations.ITextUndoHistoryRegistry
but found 0.
INFO [2019-10-30 19:47:17Z]: MEF composition error: Microsoft.CodeAnalysis.Editor.VisualBasic.DocumentationComments.XmlTagCompletionCommandHandler.ctor(undoHistory): expected exactly 1 export matching constraints:
    Contract name: Microsoft.VisualStudio.Text.Operations.ITextUndoHistoryRegistry
    TypeIdentityName: Microsoft.VisualStudio.Text.Operations.ITextUndoHistoryRegistry
but found 0.
INFO [2019-10-30 19:47:17Z]: MEF composition error: MonoDevelop.Debugger.BreakpointForegroundTaggerProvider.ctor(classificationTypeRegistryService): expected exactly 1 export matching constraints:
    Contract name: Microsoft.VisualStudio.Text.Classification.IClassificationTypeRegistryService
    TypeIdentityName: Microsoft.VisualStudio.Text.Classification.IClassificationTypeRegistryService
but found 0.
INFO [2019-10-30 19:47:17Z]: MEF composition error: MonoDevelop.Debugger.CurrentStatementGlyphFactoryProvider.imageService: expected exactly 1 export matching constraints:
    Contract name: Microsoft.VisualStudio.Core.Imaging.IImageService
    TypeIdentityName: Microsoft.VisualStudio.Core.Imaging.IImageService
but found 0.
INFO [2019-10-30 19:47:17Z]: MEF composition error: Microsoft.CodeAnalysis.Editor.Implementation.AutomaticCompletion.BraceCompletionSessionProvider.ctor(undoManager): expected exactly 1 export matching constraints:
    Contract name: Microsoft.VisualStudio.Text.Operations.ITextBufferUndoManagerProvider
    TypeIdentityName: Microsoft.VisualStudio.Text.Operations.ITextBufferUndoManagerProvider
but found 0.
INFO [2019-10-30 19:47:17Z]: MEF composition error: Microsoft.CodeAnalysis.Editor.Implementation.AutomaticCompletion.BraceCompletionSessionProvider.ctor(editorOperationsFactoryService): expected exactly 1 export matching constraints:
    Contract name: Microsoft.VisualStudio.Text.Operations.IEditorOperationsFactoryService
    TypeIdentityName: Microsoft.VisualStudio.Text.Operations.IEditorOperationsFactoryService
but found 0.
INFO [2019-10-30 19:47:17Z]: MEF composition error: Microsoft.CodeAnalysis.Editor.Implementation.Peek.PeekableItemSourceProvider.ctor(peekResultFactory): expected exactly 1 export matching constraints:
    Contract name: Microsoft.VisualStudio.Language.Intellisense.IPeekResultFactory
    TypeIdentityName: Microsoft.VisualStudio.Language.Intellisense.IPeekResultFactory
but found 0.
INFO [2019-10-30 19:47:17Z]: MEF composition error: Microsoft.CodeAnalysis.Editor.VisualBasic.AutomaticCompletion.AutomaticLineEnderCommandHandler.ctor(undoRegistry): expected exactly 1 export matching constraints:
    Contract name: Microsoft.VisualStudio.Text.Operations.ITextUndoHistoryRegistry
    TypeIdentityName: Microsoft.VisualStudio.Text.Operations.ITextUndoHistoryRegistry
but found 0.
INFO [2019-10-30 19:47:17Z]: MEF composition error: Microsoft.CodeAnalysis.Editor.VisualBasic.AutomaticCompletion.AutomaticLineEnderCommandHandler.ctor(editorOperations): expected exactly 1 export matching constraints:
    Contract name: Microsoft.VisualStudio.Text.Operations.IEditorOperationsFactoryService
    TypeIdentityName: Microsoft.VisualStudio.Text.Operations.IEditorOperationsFactoryService
but found 0.
INFO [2019-10-30 19:47:17Z]: MEF composition error: Microsoft.CodeAnalysis.Editor.Implementation.CommentSelection.CommentUncommentSelectionCommandHandler.ctor(undoHistoryRegistry): expected exactly 1 export matching constraints:
    Contract name: Microsoft.VisualStudio.Text.Operations.ITextUndoHistoryRegistry
    TypeIdentityName: Microsoft.VisualStudio.Text.Operations.ITextUndoHistoryRegistry
but found 0.
INFO [2019-10-30 19:47:17Z]: MEF composition error: Microsoft.CodeAnalysis.Editor.Implementation.CommentSelection.CommentUncommentSelectionCommandHandler.ctor(editorOperationsFactoryService): expected exactly 1 export matching constraints:
    Contract name: Microsoft.VisualStudio.Text.Operations.IEditorOperationsFactoryService
    TypeIdentityName: Microsoft.VisualStudio.Text.Operations.IEditorOperationsFactoryService
but found 0.
INFO [2019-10-30 19:47:17Z]: MEF composition error: Microsoft.VisualStudio.Language.Intellisense.Implementation.DefaultSignatureHelpPresenterProvider.ContentTypeRegistryService: expected exactly 1 export matching constraints:
    Contract name: Microsoft.VisualStudio.Utilities.IContentTypeRegistryService
    TypeIdentityName: Microsoft.VisualStudio.Utilities.IContentTypeRegistryService
but found 0.
INFO [2019-10-30 19:47:17Z]: MEF composition error: Microsoft.VisualStudio.Language.Intellisense.Implementation.DefaultSignatureHelpPresenterProvider.EditorOptionsFactoryService: expected exactly 1 export matching constraints:
    Contract name: Microsoft.VisualStudio.Text.Editor.IEditorOptionsFactoryService
    TypeIdentityName: Microsoft.VisualStudio.Text.Editor.IEditorOptionsFactoryService
but found 0.
INFO [2019-10-30 19:47:17Z]: MEF composition error: Microsoft.VisualStudio.Language.Intellisense.Implementation.DefaultSignatureHelpPresenterProvider.TextBufferFactoryService: expected exactly 1 export matching constraints:
    Contract name: Microsoft.VisualStudio.Text.ITextBufferFactoryService
    TypeIdentityName: Microsoft.VisualStudio.Text.ITextBufferFactoryService
but found 0.
INFO [2019-10-30 19:47:17Z]: MEF composition error: MonoDevelop.SourceEditor.CurrentLineSpaceReservationAgent+CurrentLineSpaceReservationAgent_ViewCreationListener.IntellisenseSessionStackMapService: expected exactly 1 export matching constraints:
    Contract name: Microsoft.VisualStudio.Language.Intellisense.IIntellisenseSessionStackMapService
    TypeIdentityName: Microsoft.VisualStudio.Language.Intellisense.IIntellisenseSessionStackMapService
but found 0.
INFO [2019-10-30 19:47:17Z]: MEF composition error: Microsoft.CodeAnalysis.Editor.Implementation.Workspaces.TextUndoHistoryWorkspaceServiceFactoryService.ctor(textUndoHistoryRegistry): expected exactly 1 export matching constraints:
    Contract name: Microsoft.VisualStudio.Text.Operations.ITextUndoHistoryRegistry
    TypeIdentityName: Microsoft.VisualStudio.Text.Operations.ITextUndoHistoryRegistry
but found 0.
INFO [2019-10-30 19:47:17Z]: MEF composition error: Microsoft.CodeAnalysis.Editor.CommandHandlers.GoToAdjacentMemberCommandHandler.ctor(outliningManagerService): expected exactly 1 export matching constraints:
    Contract name: Microsoft.VisualStudio.Text.Outlining.IOutliningManagerService
    TypeIdentityName: Microsoft.VisualStudio.Text.Outlining.IOutliningManagerService
but found 0.
INFO [2019-10-30 19:47:17Z]: MEF composition error: Microsoft.CodeAnalysis.Editor.VisualBasic.EncapsulateField.EncapsulateFieldCommandHandler.ctor(undoManager): expected exactly 1 export matching constraints:
    Contract name: Microsoft.VisualStudio.Text.Operations.ITextBufferUndoManagerProvider
    TypeIdentityName: Microsoft.VisualStudio.Text.Operations.ITextBufferUndoManagerProvider
but found 0.
INFO [2019-10-30 19:47:17Z]: MEF composition error: MonoDevelop.Debugger.BreakpointGlyphFactoryProvider.imageService: expected exactly 1 export matching constraints:
    Contract name: Microsoft.VisualStudio.Core.Imaging.IImageService
    TypeIdentityName: Microsoft.VisualStudio.Core.Imaging.IImageService
but found 0.
INFO [2019-10-30 19:47:17Z]: MEF composition error: MonoDevelop.Debugger.ReturnStatementGlyphFactoryProvider.imageService: expected exactly 1 export matching constraints:
    Contract name: Microsoft.VisualStudio.Core.Imaging.IImageService
    TypeIdentityName: Microsoft.VisualStudio.Core.Imaging.IImageService
but found 0.
INFO [2019-10-30 19:47:17Z]: MEF composition error: Microsoft.CodeAnalysis.Editor.Undo.EditorSourceTextUndoService.ctor(undoHistoryRegistry): expected exactly 1 export matching constraints:
    Contract name: Microsoft.VisualStudio.Text.Operations.ITextUndoHistoryRegistry
    TypeIdentityName: Microsoft.VisualStudio.Text.Operations.ITextUndoHistoryRegistry
but found 0.
INFO [2019-10-30 19:47:17Z]: MEF composition error: Microsoft.CodeAnalysis.Editor.VisualBasic.ImplementAbstractClass.ImplementAbstractClassCommandHandler.ctor(editorOperationsFactoryService): expected exactly 1 export matching constraints:
    Contract name: Microsoft.VisualStudio.Text.Operations.IEditorOperationsFactoryService
    TypeIdentityName: Microsoft.VisualStudio.Text.Operations.IEditorOperationsFactoryService
but found 0.
INFO [2019-10-30 19:47:17Z]: MEF composition error: Microsoft.CodeAnalysis.Editor.Implementation.CommentSelection.ToggleBlockCommentCommandHandler.ctor(undoHistoryRegistry): expected exactly 1 export matching constraints:
    Contract name: Microsoft.VisualStudio.Text.Operations.ITextUndoHistoryRegistry
    TypeIdentityName: Microsoft.VisualStudio.Text.Operations.ITextUndoHistoryRegistry
but found 0.
INFO [2019-10-30 19:47:17Z]: MEF composition error: Microsoft.CodeAnalysis.Editor.Implementation.CommentSelection.ToggleBlockCommentCommandHandler.ctor(editorOperationsFactoryService): expected exactly 1 export matching constraints:
    Contract name: Microsoft.VisualStudio.Text.Operations.IEditorOperationsFactoryService
    TypeIdentityName: Microsoft.VisualStudio.Text.Operations.IEditorOperationsFactoryService
but found 0.
INFO [2019-10-30 19:47:17Z]: MEF composition error: Microsoft.CodeAnalysis.Editor.Implementation.CommentSelection.ToggleBlockCommentCommandHandler.ctor(navigatorSelectorService): expected exactly 1 export matching constraints:
    Contract name: Microsoft.VisualStudio.Text.Operations.ITextStructureNavigatorSelectorService
    TypeIdentityName: Microsoft.VisualStudio.Text.Operations.ITextStructureNavigatorSelectorService
but found 0.
INFO [2019-10-30 19:47:17Z]: MEF composition error: Microsoft.CodeAnalysis.Editor.CSharp.LanguageServices.CSharpContentTypeLanguageService.ctor(contentTypeRegistry): expected exactly 1 export matching constraints:
    Contract name: Microsoft.VisualStudio.Utilities.IContentTypeRegistryService
    TypeIdentityName: Microsoft.VisualStudio.Utilities.IContentTypeRegistryService
but found 0.
INFO [2019-10-30 19:47:17Z]: MEF composition error: Microsoft.CodeAnalysis.Editor.Implementation.TextDiffing.EditorTextDifferencingService.ctor(differenceSelectorService): expected exactly 1 export matching constraints:
    Contract name: Microsoft.VisualStudio.Text.Differencing.ITextDifferencingSelectorService
    TypeIdentityName: Microsoft.VisualStudio.Text.Differencing.ITextDifferencingSelectorService
but found 0.
INFO [2019-10-30 19:47:17Z]: MEF composition error: Microsoft.CodeAnalysis.Editor.Implementation.Formatting.FormatCommandHandler.ctor(undoHistoryRegistry): expected exactly 1 export matching constraints:
    Contract name: Microsoft.VisualStudio.Text.Operations.ITextUndoHistoryRegistry
    TypeIdentityName: Microsoft.VisualStudio.Text.Operations.ITextUndoHistoryRegistry
but found 0.
INFO [2019-10-30 19:47:17Z]: MEF composition error: Microsoft.CodeAnalysis.Editor.Implementation.Formatting.FormatCommandHandler.ctor(editorOperationsFactoryService): expected exactly 1 export matching constraints:
    Contract name: Microsoft.VisualStudio.Text.Operations.IEditorOperationsFactoryService
    TypeIdentityName: Microsoft.VisualStudio.Text.Operations.IEditorOperationsFactoryService
but found 0.
INFO [2019-10-30 19:47:17Z]: MEF composition error: Microsoft.CodeAnalysis.Editor.VisualBasic.EndConstructGeneration.EndConstructCommandHandler.ctor(undoHistoryRegistry): expected exactly 1 export matching constraints:
    Contract name: Microsoft.VisualStudio.Text.Operations.ITextUndoHistoryRegistry
    TypeIdentityName: Microsoft.VisualStudio.Text.Operations.ITextUndoHistoryRegistry
but found 0.
INFO [2019-10-30 19:47:17Z]: MEF composition error: Microsoft.CodeAnalysis.Editor.VisualBasic.EndConstructGeneration.EndConstructCommandHandler.ctor(editorOperationsFactoryService): expected exactly 1 export matching constraints:
    Contract name: Microsoft.VisualStudio.Text.Operations.IEditorOperationsFactoryService
    TypeIdentityName: Microsoft.VisualStudio.Text.Operations.IEditorOperationsFactoryService
but found 0.
INFO [2019-10-30 19:47:17Z]: MEF composition error: Microsoft.VisualStudio.Platform.PlatformCatalog.ContentTypeRegistryService: expected exactly 1 export matching constraints:
    Contract name: Microsoft.VisualStudio.Utilities.IContentTypeRegistryService
    TypeIdentityName: Microsoft.VisualStudio.Utilities.IContentTypeRegistryService
but found 0.
INFO [2019-10-30 19:47:17Z]: MEF composition error: Microsoft.VisualStudio.Platform.PlatformCatalog.TextDocumentFactoryService: expected exactly 1 export matching constraints:
    Contract name: Microsoft.VisualStudio.Text.ITextDocumentFactoryService
    TypeIdentityName: Microsoft.VisualStudio.Text.ITextDocumentFactoryService
but found 0.
INFO [2019-10-30 19:47:17Z]: MEF composition error: Microsoft.VisualStudio.Platform.PlatformCatalog.BufferTagAggregatorFactoryService: expected exactly 1 export matching constraints:
    Contract name: Microsoft.VisualStudio.Text.Tagging.IBufferTagAggregatorFactoryService
    TypeIdentityName: Microsoft.VisualStudio.Text.Tagging.IBufferTagAggregatorFactoryService
but found 0.
INFO [2019-10-30 19:47:17Z]: MEF composition error: Microsoft.VisualStudio.Platform.PlatformCatalog.ViewClassifierAggregatorService: expected exactly 1 export matching constraints:
    Contract name: Microsoft.VisualStudio.Text.Classification.IViewClassifierAggregatorService
    TypeIdentityName: Microsoft.VisualStudio.Text.Classification.IViewClassifierAggregatorService
but found 0.
INFO [2019-10-30 19:47:17Z]: MEF composition error: Microsoft.VisualStudio.Platform.PlatformCatalog.ClassifierAggregatorService: expected exactly 1 export matching constraints:
    Contract name: Microsoft.VisualStudio.Text.Classification.IClassifierAggregatorService
    TypeIdentityName: Microsoft.VisualStudio.Text.Classification.IClassifierAggregatorService
but found 0.
INFO [2019-10-30 19:47:17Z]: MEF composition error: Microsoft.VisualStudio.Platform.PlatformCatalog._textBufferFactoryService: expected exactly 1 export matching constraints:
    Contract name: Microsoft.VisualStudio.Text.ITextBufferFactoryService
    TypeIdentityName: Microsoft.VisualStudio.Text.ITextBufferFactoryService
but found 0.
INFO [2019-10-30 19:47:17Z]: MEF composition error: MonoDevelop.Debugger.BreakpointDisabledGlyphFactoryProvider.imageService: expected exactly 1 export matching constraints:
    Contract name: Microsoft.VisualStudio.Core.Imaging.IImageService
    TypeIdentityName: Microsoft.VisualStudio.Core.Imaging.IImageService
but found 0.
INFO [2019-10-30 19:47:17Z]: MEF composition error: MonoDevelop.Debugger.VSTextView.ExceptionCaught.ExceptionCaughtProvider.cocoaViewFactory: expected exactly 1 export matching constraints:
    Contract name: Microsoft.VisualStudio.Text.Adornments.ICocoaViewFactory
    TypeIdentityName: Microsoft.VisualStudio.Text.Adornments.ICocoaViewFactory
but found 0.
INFO [2019-10-30 19:47:17Z]: MEF composition error: Microsoft.CodeAnalysis.Editor.VisualBasic.ImplementInterface.ImplementInterfaceCommandHandler.ctor(editorOperationsFactoryService): expected exactly 1 export matching constraints:
    Contract name: Microsoft.VisualStudio.Text.Operations.IEditorOperationsFactoryService
    TypeIdentityName: Microsoft.VisualStudio.Text.Operations.IEditorOperationsFactoryService
but found 0.
INFO [2019-10-30 19:47:17Z]: MEF composition error: MonoDevelop.Debugger.BreakpointGlyphTaggerProvider.TextDocumentFactoryService: expected exactly 1 export matching constraints:
    Contract name: Microsoft.VisualStudio.Text.ITextDocumentFactoryService
    TypeIdentityName: Microsoft.VisualStudio.Text.ITextDocumentFactoryService
but found 0.
INFO [2019-10-30 19:47:17Z]: MEF composition error: MonoDevelop.Debugger.CurrentStatementForegroundTaggerProvider.ctor(classificationTypeRegistryService): expected exactly 1 export matching constraints:
    Contract name: Microsoft.VisualStudio.Text.Classification.IClassificationTypeRegistryService
    TypeIdentityName: Microsoft.VisualStudio.Text.Classification.IClassificationTypeRegistryService
but found 0.
INFO [2019-10-30 19:47:17Z]: MEF composition error: Microsoft.CodeAnalysis.Editor.Implementation.CommentSelection.ToggleLineCommentCommandHandler.ctor(undoHistoryRegistry): expected exactly 1 export matching constraints:
    Contract name: Microsoft.VisualStudio.Text.Operations.ITextUndoHistoryRegistry
    TypeIdentityName: Microsoft.VisualStudio.Text.Operations.ITextUndoHistoryRegistry
but found 0.
INFO [2019-10-30 19:47:17Z]: MEF composition error: Microsoft.CodeAnalysis.Editor.Implementation.CommentSelection.ToggleLineCommentCommandHandler.ctor(editorOperationsFactoryService): expected exactly 1 export matching constraints:
    Contract name: Microsoft.VisualStudio.Text.Operations.IEditorOperationsFactoryService
    TypeIdentityName: Microsoft.VisualStudio.Text.Operations.IEditorOperationsFactoryService
but found 0.
INFO [2019-10-30 19:47:17Z]: MEF composition error: Microsoft.CodeAnalysis.Editor.CSharp.BlockCommentEditing.BlockCommentEditingCommandHandler.ctor(undoHistoryRegistry): expected exactly 1 export matching constraints:
    Contract name: Microsoft.VisualStudio.Text.Operations.ITextUndoHistoryRegistry
    TypeIdentityName: Microsoft.VisualStudio.Text.Operations.ITextUndoHistoryRegistry
but found 0.
INFO [2019-10-30 19:47:17Z]: MEF composition error: Microsoft.CodeAnalysis.Editor.CSharp.BlockCommentEditing.BlockCommentEditingCommandHandler.ctor(editorOperationsFactoryService): expected exactly 1 export matching constraints:
    Contract name: Microsoft.VisualStudio.Text.Operations.IEditorOperationsFactoryService
    TypeIdentityName: Microsoft.VisualStudio.Text.Operations.IEditorOperationsFactoryService
but found 0.
INFO [2019-10-30 19:47:17Z]: MEF composition error: MonoDevelop.Debugger.BreakpointGlyphMouseProcessorProvider.viewTagAggregatorService: expected exactly 1 export matching constraints:
    Contract name: Microsoft.VisualStudio.Text.Tagging.IViewTagAggregatorFactoryService
    TypeIdentityName: Microsoft.VisualStudio.Text.Tagging.IViewTagAggregatorFactoryService
but found 0.
INFO [2019-10-30 19:47:17Z]: MEF composition error: MonoDevelop.Debugger.BreakpointGlyphMouseProcessorProvider.editorPrimitivesFactoryService: expected exactly 1 export matching constraints:
    Contract name: Microsoft.VisualStudio.Text.Editor.IEditorPrimitivesFactoryService
    TypeIdentityName: Microsoft.VisualStudio.Text.Editor.IEditorPrimitivesFactoryService
but found 0.
INFO [2019-10-30 19:47:17Z]: MEF composition error: Microsoft.CodeAnalysis.Editor.CSharp.CommentSelection.CSharpToggleBlockCommentCommandHandler.ctor(undoHistoryRegistry): expected exactly 1 export matching constraints:
    Contract name: Microsoft.VisualStudio.Text.Operations.ITextUndoHistoryRegistry
    TypeIdentityName: Microsoft.VisualStudio.Text.Operations.ITextUndoHistoryRegistry
but found 0.
INFO [2019-10-30 19:47:17Z]: MEF composition error: Microsoft.CodeAnalysis.Editor.CSharp.CommentSelection.CSharpToggleBlockCommentCommandHandler.ctor(editorOperationsFactoryService): expected exactly 1 export matching constraints:
    Contract name: Microsoft.VisualStudio.Text.Operations.IEditorOperationsFactoryService
    TypeIdentityName: Microsoft.VisualStudio.Text.Operations.IEditorOperationsFactoryService
but found 0.
INFO [2019-10-30 19:47:17Z]: MEF composition error: Microsoft.CodeAnalysis.Editor.CSharp.CommentSelection.CSharpToggleBlockCommentCommandHandler.ctor(navigatorSelectorService): expected exactly 1 export matching constraints:
    Contract name: Microsoft.VisualStudio.Text.Operations.ITextStructureNavigatorSelectorService
    TypeIdentityName: Microsoft.VisualStudio.Text.Operations.ITextStructureNavigatorSelectorService
but found 0.
INFO [2019-10-30 19:47:17Z]: MEF composition error: Microsoft.CodeAnalysis.Editor.Implementation.Diagnostics.DiagnosticsClassificationTaggerProvider.ctor(editorOptionsFactoryService): expected exactly 1 export matching constraints:
    Contract name: Microsoft.VisualStudio.Text.Editor.IEditorOptionsFactoryService
    TypeIdentityName: Microsoft.VisualStudio.Text.Editor.IEditorOptionsFactoryService
but found 0.
INFO [2019-10-30 19:47:17Z]: MEF composition error: Microsoft.CodeAnalysis.Editor.VisualBasic.NavigationBar.VisualBasicNavigationBarItemService.ctor(textUndoHistoryRegistry): expected exactly 1 export matching constraints:
    Contract name: Microsoft.VisualStudio.Text.Operations.ITextUndoHistoryRegistry
    TypeIdentityName: Microsoft.VisualStudio.Text.Operations.ITextUndoHistoryRegistry
but found 0.
INFO [2019-10-30 19:47:17Z]: MEF composition error: Microsoft.CodeAnalysis.Editor.VisualBasic.NavigationBar.VisualBasicNavigationBarItemService.ctor(editorOperationsFactoryService): expected exactly 1 export matching constraints:
    Contract name: Microsoft.VisualStudio.Text.Operations.IEditorOperationsFactoryService
    TypeIdentityName: Microsoft.VisualStudio.Text.Operations.IEditorOperationsFactoryService
but found 0.
INFO [2019-10-30 19:47:17Z]: MEF composition error: Microsoft.CodeAnalysis.Editor.Implementation.IntelliSense.SignatureHelp.Presentation.SignatureHelpPresenter.ctor(sigHelpBroker): expected exactly 1 export matching constraints:
    Contract name: Microsoft.VisualStudio.Language.Intellisense.ISignatureHelpBroker
    TypeIdentityName: Microsoft.VisualStudio.Language.Intellisense.ISignatureHelpBroker
but found 0.
INFO [2019-10-30 19:47:17Z]: MEF composition error: Microsoft.CodeAnalysis.Editor.CSharp.EncapsulateField.EncapsulateFieldCommandHandler.ctor(undoManager): expected exactly 1 export matching constraints:
    Contract name: Microsoft.VisualStudio.Text.Operations.ITextBufferUndoManagerProvider
    TypeIdentityName: Microsoft.VisualStudio.Text.Operations.ITextBufferUndoManagerProvider
but found 0.
INFO [2019-10-30 19:47:17Z]: MEF composition error: Microsoft.CodeAnalysis.Editor.VisualBasic.EndConstructGeneration.VisualBasicEndConstructService.ctor(smartIndentationService): expected exactly 1 export matching constraints:
    Contract name: Microsoft.VisualStudio.Text.Editor.ISmartIndentationService
    TypeIdentityName: Microsoft.VisualStudio.Text.Editor.ISmartIndentationService
but found 0.
INFO [2019-10-30 19:47:17Z]: MEF composition error: Microsoft.CodeAnalysis.Editor.VisualBasic.EndConstructGeneration.VisualBasicEndConstructService.ctor(editorOptionsFactoryService): expected exactly 1 export matching constraints:
    Contract name: Microsoft.VisualStudio.Text.Editor.IEditorOptionsFactoryService
    TypeIdentityName: Microsoft.VisualStudio.Text.Editor.IEditorOptionsFactoryService
but found 0.
INFO [2019-10-30 19:47:17Z]: MEF composition error: Microsoft.CodeAnalysis.Editor.VisualBasic.EndConstructGeneration.VisualBasicEndConstructService.ctor(undoHistoryRegistry): expected exactly 1 export matching constraints:
    Contract name: Microsoft.VisualStudio.Text.Operations.ITextUndoHistoryRegistry
    TypeIdentityName: Microsoft.VisualStudio.Text.Operations.ITextUndoHistoryRegistry
but found 0.
INFO [2019-10-30 19:47:17Z]: MEF composition error: Microsoft.CodeAnalysis.Editor.VisualBasic.EndConstructGeneration.VisualBasicEndConstructService.ctor(editorOperationsFactoryService): expected exactly 1 export matching constraints:
    Contract name: Microsoft.VisualStudio.Text.Operations.IEditorOperationsFactoryService
    TypeIdentityName: Microsoft.VisualStudio.Text.Operations.IEditorOperationsFactoryService
but found 0.
INFO [2019-10-30 19:47:17Z]: MEF composition error: MonoDevelop.Debugger.BreakpointInvalidGlyphFactoryProvider.imageService: expected exactly 1 export matching constraints:
    Contract name: Microsoft.VisualStudio.Core.Imaging.IImageService
    TypeIdentityName: Microsoft.VisualStudio.Core.Imaging.IImageService
but found 0.
INFO [2019-10-30 19:47:17Z]: MEF composition error: MonoDevelop.Debugger.VSTextView.PinnedWatches.PinnedWatchProvider.cocoaViewFactory: expected exactly 1 export matching constraints:
    Contract name: Microsoft.VisualStudio.Text.Adornments.ICocoaViewFactory
    TypeIdentityName: Microsoft.VisualStudio.Text.Adornments.ICocoaViewFactory
but found 0.
INFO [2019-10-30 19:47:17Z]: MEF composition error: Microsoft.CodeAnalysis.Editor.VisualBasic.LanguageServices.VisualBasicContentTypeLanguageService.ctor(contentTypeRegistry): expected exactly 1 export matching constraints:
    Contract name: Microsoft.VisualStudio.Utilities.IContentTypeRegistryService
    TypeIdentityName: Microsoft.VisualStudio.Utilities.IContentTypeRegistryService
but found 0.
INFO [2019-10-30 19:47:17Z]: MEF composition error: Microsoft.CodeAnalysis.Editor.CSharp.RenameTracking.CSharpRenameTrackingCodeFixProvider.ctor(undoHistoryRegistry): expected exactly 1 export matching constraints:
    Contract name: Microsoft.VisualStudio.Text.Operations.ITextUndoHistoryRegistry
    TypeIdentityName: Microsoft.VisualStudio.Text.Operations.ITextUndoHistoryRegistry
but found 0.
INFO [2019-10-30 19:47:17Z]: MEF composition error: Microsoft.VisualStudio.Text.AdornmentLibrary.ToolTip.Implementation.WpfToolTipPresenterProvider.viewElementFactoryService: expected exactly 1 export matching constraints:
    Contract name: Microsoft.VisualStudio.Text.Adornments.IViewElementFactoryService
    TypeIdentityName: Microsoft.VisualStudio.Text.Adornments.IViewElementFactoryService
but found 0.
INFO [2019-10-30 19:47:17Z]: MEF composition error: Microsoft.VisualStudio.Text.AdornmentLibrary.ToolTip.Implementation.WpfToolTipPresenterProvider.obscuringTipManager: expected exactly 1 export matching constraints:
    Contract name: Microsoft.VisualStudio.Text.Editor.IObscuringTipManager
    TypeIdentityName: Microsoft.VisualStudio.Text.Editor.IObscuringTipManager
but found 0.
INFO [2019-10-30 19:47:17Z]: MEF composition error: Microsoft.CodeAnalysis.Text.Implementation.TextBufferFactoryService.TextBufferCloneServiceFactory.ctor(contentTypeRegistryService): expected exactly 1 export matching constraints:
    Contract name: Microsoft.VisualStudio.Utilities.IContentTypeRegistryService
    TypeIdentityName: Microsoft.VisualStudio.Utilities.IContentTypeRegistryService
but found 0.
INFO [2019-10-30 19:47:17Z]: MEF composition error: Microsoft.CodeAnalysis.Text.Implementation.TextBufferFactoryService.TextBufferCloneServiceFactory.ctor(textBufferFactoryService): expected exactly 1 export matching constraints:
    Contract name: Microsoft.VisualStudio.Text.ITextBufferFactoryService
    TypeIdentityName: Microsoft.VisualStudio.Text.ITextBufferFactoryService
but found 0.
INFO [2019-10-30 19:47:17Z]: MEF composition error: Microsoft.CodeAnalysis.Editor.CSharp.DocumentationComments.DocumentationCommentCommandHandler.ctor(undoHistoryRegistry): expected exactly 1 export matching constraints:
    Contract name: Microsoft.VisualStudio.Text.Operations.ITextUndoHistoryRegistry
    TypeIdentityName: Microsoft.VisualStudio.Text.Operations.ITextUndoHistoryRegistry
but found 0.
INFO [2019-10-30 19:47:17Z]: MEF composition error: Microsoft.CodeAnalysis.Editor.CSharp.DocumentationComments.DocumentationCommentCommandHandler.ctor(editorOperationsFactoryService): expected exactly 1 export matching constraints:
    Contract name: Microsoft.VisualStudio.Text.Operations.IEditorOperationsFactoryService
    TypeIdentityName: Microsoft.VisualStudio.Text.Operations.IEditorOperationsFactoryService
but found 0.
INFO [2019-10-30 19:47:17Z]: MEF composition error: MonoDevelop.Debugger.TracepointGlyphFactoryProvider.imageService: expected exactly 1 export matching constraints:
    Contract name: Microsoft.VisualStudio.Core.Imaging.IImageService
    TypeIdentityName: Microsoft.VisualStudio.Core.Imaging.IImageService
but found 0.
INFO [2019-10-30 19:47:17Z]: MEF composition error: MonoDevelop.Debugger.VSTextView.QuickInfo.DebuggerQuickInfoSourceProvider.textDocumentFactoryService: expected exactly 1 export matching constraints:
    Contract name: Microsoft.VisualStudio.Text.ITextDocumentFactoryService
    TypeIdentityName: Microsoft.VisualStudio.Text.ITextDocumentFactoryService
but found 0.
INFO [2019-10-30 19:47:17Z]: MEF composition error: Microsoft.CodeAnalysis.Editor.Shared.Utilities.ClassificationTypeMap.ctor(registryService): expected exactly 1 export matching constraints:
    Contract name: Microsoft.VisualStudio.Text.Classification.IClassificationTypeRegistryService
    TypeIdentityName: Microsoft.VisualStudio.Text.Classification.IClassificationTypeRegistryService
but found 0.
INFO [2019-10-30 19:47:17Z]: MEF composition error: Microsoft.CodeAnalysis.Editor.CSharp.ExtractMethod.ExtractMethodCommandHandler.ctor(renameService): expected exactly 1 export matching constraints:
    Contract name: Microsoft.CodeAnalysis.Editor.IInlineRenameService
    TypeIdentityName: Microsoft.CodeAnalysis.Editor.IInlineRenameService
but found 0.
INFO [2019-10-30 19:47:17Z]: MEF composition error: Microsoft.CodeAnalysis.Editor.CSharp.ExtractMethod.ExtractMethodCommandHandler.ctor(undoManager): expected exactly 1 export matching constraints:
    Contract name: Microsoft.VisualStudio.Text.Operations.ITextBufferUndoManagerProvider
    TypeIdentityName: Microsoft.VisualStudio.Text.Operations.ITextBufferUndoManagerProvider
but found 0.
INFO [2019-10-30 19:47:17Z]: MEF composition error: Microsoft.CodeAnalysis.Editor.VisualBasic.LineCommit.CommitBufferManagerFactory.ctor(inlineRenameService): expected exactly 1 export matching constraints:
    Contract name: Microsoft.CodeAnalysis.Editor.IInlineRenameService
    TypeIdentityName: Microsoft.CodeAnalysis.Editor.IInlineRenameService
but found 0.
INFO [2019-10-30 19:47:17Z]: MEF composition error: MonoDevelop.TextEditor.Cocoa.EditorCommandHandlers._undoHistoryRegistry: expected exactly 1 export matching constraints:
    Contract name: Microsoft.VisualStudio.Text.Operations.ITextUndoHistoryRegistry
    TypeIdentityName: Microsoft.VisualStudio.Text.Operations.ITextUndoHistoryRegistry
but found 0.
INFO [2019-10-30 19:47:17Z]: MEF composition error: MonoDevelop.TextEditor.Cocoa.EditorCommandHandlers.OperationsService: expected exactly 1 export matching constraints:
    Contract name: Microsoft.VisualStudio.Text.Operations.IEditorOperationsFactoryService
    TypeIdentityName: Microsoft.VisualStudio.Text.Operations.IEditorOperationsFactoryService
but found 0.
INFO [2019-10-30 19:47:17Z]: MEF composition error: Microsoft.CodeAnalysis.Editor.Implementation.Classification.SyntacticClassificationTaggerProvider.ctor(typeMap): expected exactly 1 export matching constraints:
    Contract name: Microsoft.CodeAnalysis.Editor.Shared.Utilities.ClassificationTypeMap
    TypeIdentityName: Microsoft.CodeAnalysis.Editor.Shared.Utilities.ClassificationTypeMap
but found 0.
INFO [2019-10-30 19:47:17Z]: MEF composition error: Microsoft.CodeAnalysis.Editor.Implementation.IntelliSense.SignatureHelp.Presentation.SignatureHelpClassifierProvider.ctor(typeMap): expected exactly 1 export matching constraints:
    Contract name: Microsoft.CodeAnalysis.Editor.Shared.Utilities.ClassificationTypeMap
    TypeIdentityName: Microsoft.CodeAnalysis.Editor.Shared.Utilities.ClassificationTypeMap
but found 0.
INFO [2019-10-30 19:47:17Z]: MEF composition error: Microsoft.CodeAnalysis.Editor.Implementation.Classification.SemanticClassificationBufferTaggerProvider.ctor(typeMap): expected exactly 1 export matching constraints:
    Contract name: Microsoft.CodeAnalysis.Editor.Shared.Utilities.ClassificationTypeMap
    TypeIdentityName: Microsoft.CodeAnalysis.Editor.Shared.Utilities.ClassificationTypeMap
but found 0.
INFO [2019-10-30 19:47:17Z]: MEF composition error: Microsoft.CodeAnalysis.Editor.Implementation.Classification.SemanticClassificationViewTaggerProvider.ctor(typeMap): expected exactly 1 export matching constraints:
    Contract name: Microsoft.CodeAnalysis.Editor.Shared.Utilities.ClassificationTypeMap
    TypeIdentityName: Microsoft.CodeAnalysis.Editor.Shared.Utilities.ClassificationTypeMap
but found 0.
INFO [2019-10-30 19:47:17Z]: CodeTemplateService: No user templates, reading default templates.
WARNING [2019-10-30 19:47:17Z]: Unknown TargetFramework '.NETFramework,Version=v1.1' is being requested from SystemAssemblyService, returning empty TargetFramework
INFO [2019-10-30 19:47:17Z]: Service MonoDevelop.Ide.Composition.CompositionManager initialized in 2290 ms.
INFO [2019-10-30 19:47:17Z]: Service MonoDevelop.Ide.TypeSystem.TypeSystemService initialized in 2499 ms.
System.Runtime.Remoting.RemotingException: Cannot create channel sink to connect to URL 1e8414fa_6f8e_4c80_8b53_c7c8f2d4cbd8/1efa85eb_3.rem. An appropriate channel has probably not been registered.
  at System.Runtime.Remoting.RemotingServices.GetClientChannelSinkChain (System.String url, System.Object channelData, System.String& objectUri) [0x00030] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-06/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.Runtime.Remoting/RemotingServices.cs:704 
  at System.Runtime.Remoting.RemotingServices.GetOrCreateClientIdentity (System.Runtime.Remoting.ObjRef objRef, System.Type proxyType, System.Object& clientProxy) [0x00017] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-06/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.Runtime.Remoting/RemotingServices.cs:646 
  at System.Runtime.Remoting.RemotingServices.GetRemoteObject (System.Runtime.Remoting.ObjRef objRef, System.Type proxyType) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-06/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.Runtime.Remoting/RemotingServices.cs:757 
  at System.Runtime.Remoting.RemotingServices.GetProxyForRemoteObject (System.Runtime.Remoting.ObjRef objref, System.Type classToProxy) [0x0001b] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-06/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.Runtime.Remoting/RemotingServices.cs:751 
  at System.Runtime.Remoting.RemotingServices.Unmarshal (System.Runtime.Remoting.ObjRef objectRef, System.Boolean fRefine) [0x0007a] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-06/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.Runtime.Remoting/RemotingServices.cs:286 
  at System.Runtime.Remoting.RemotingServices.Unmarshal (System.Runtime.Remoting.ObjRef objectRef) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-06/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.Runtime.Remoting/RemotingServices.cs:260 
  at System.Runtime.Remoting.ObjRef.GetRealObject (System.Runtime.Serialization.StreamingContext context) [0x0000f] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-06/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.Runtime.Remoting/ObjRef.cs:243 
  at System.Runtime.Serialization.ObjectManager.ResolveObjectReference (System.Runtime.Serialization.ObjectHolder holder) [0x00009] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-06/external/bockbuild/builds/mono-x64/mcs/class/referencesource/mscorlib/system/runtime/serialization/objectmanager.cs:303 
  at System.Runtime.Serialization.ObjectManager.DoFixups () [0x00077] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-06/external/bockbuild/builds/mono-x64/mcs/class/referencesource/mscorlib/system/runtime/serialization/objectmanager.cs:931 
  at System.Runtime.Serialization.Formatters.Binary.ObjectReader.Deserialize (System.Runtime.Remoting.Messaging.HeaderHandler handler, System.Runtime.Serialization.Formatters.Binary.__BinaryParser serParser, System.Boolean fCheck, System.Boolean isCrossAppDomain, System.Runtime.Remoting.Messaging.IMethodCallMessage methodCallMessage) [0x00077] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-06/external/bockbuild/builds/mono-x64/mcs/class/referencesource/mscorlib/system/runtime/serialization/formatters/binary/binaryobjectreader.cs:181 
  at System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Deserialize (System.IO.Stream serializationStream, System.Runtime.Remoting.Messaging.HeaderHandler handler, System.Boolean fCheck, System.Boolean isCrossAppDomain, System.Runtime.Remoting.Messaging.IMethodCallMessage methodCallMessage) [0x00099] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-06/external/bockbuild/builds/mono-x64/mcs/class/referencesource/mscorlib/system/runtime/serialization/formatters/binary/binaryformatter.cs:197 
  at System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Deserialize (System.IO.Stream serializationStream, System.Runtime.Remoting.Messaging.HeaderHandler handler, System.Boolean fCheck, System.Runtime.Remoting.Messaging.IMethodCallMessage methodCallMessage) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-06/external/bockbuild/builds/mono-x64/mcs/class/referencesource/mscorlib/system/runtime/serialization/formatters/binary/binaryformatter.cs:173 
  at System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Deserialize (System.IO.Stream serializationStream, System.Runtime.Remoting.Messaging.HeaderHandler handler, System.Boolean fCheck) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-06/external/bockbuild/builds/mono-x64/mcs/class/referencesource/mscorlib/system/runtime/serialization/formatters/binary/binaryformatter.cs:118 
  at System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Deserialize (System.IO.Stream serializationStream, System.Runtime.Remoting.Messaging.HeaderHandler handler) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-06/external/bockbuild/builds/mono-x64/mcs/class/referencesource/mscorlib/system/runtime/serialization/formatters/binary/binaryformatter.cs:149 
  at System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Deserialize (System.IO.Stream serializationStream) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-06/external/bockbuild/builds/mono-x64/mcs/class/referencesource/mscorlib/system/runtime/serialization/formatters/binary/binaryformatter.cs:111 
  at MonoDevelopProcessHost.Main (System.String[] args) [0x000bb] in /Users/knocte/Documents/Code/monodevelop/main/src/tools/mdhost/src/mdhost.cs:89 
INFO [2019-10-30 19:47:18Z]: Add-in loaded: MonoDevelop.Core
INFO [2019-10-30 19:47:18Z]: [MonoDevelop.DesignerSupport.Toolbox.ExternalLoader] Add-in loaded: MonoDevelop.Core
INFO [2019-10-30 19:47:18Z]: Add-in loaded: MonoDevelop.Ide
INFO [2019-10-30 19:47:18Z]: [MonoDevelop.DesignerSupport.Toolbox.ExternalLoader] Add-in loaded: MonoDevelop.Ide
INFO [2019-10-30 19:47:18Z]: Add-in loaded: MonoDevelop.MacPlatform
INFO [2019-10-30 19:47:18Z]: [MonoDevelop.DesignerSupport.Toolbox.ExternalLoader] Add-in loaded: MonoDevelop.MacPlatform
INFO [2019-10-30 19:47:18Z]: Initializing Runtime Mono 6.4.0.208
INFO [2019-10-30 19:47:18Z]: [MonoDevelop.DesignerSupport.Toolbox.ExternalLoader] Initializing Runtime Mono 6.4.0.208
INFO [2019-10-30 19:47:18Z]: Add-in loaded: MonoDevelop.DesignerSupport
INFO [2019-10-30 19:47:18Z]: [MonoDevelop.DesignerSupport.Toolbox.ExternalLoader] Add-in loaded: MonoDevelop.DesignerSupport
INFO [2019-10-30 19:47:18Z]: [1 (+1)] Finding custom frameworks
INFO [2019-10-30 19:47:18Z]: [MonoDevelop.DesignerSupport.Toolbox.ExternalLoader] [1 (+1)] Finding custom frameworks
INFO [2019-10-30 19:47:18Z]: Add-in loaded: MonoDevelop.TextEditor
INFO [2019-10-30 19:47:18Z]: [MonoDevelop.DesignerSupport.Toolbox.ExternalLoader] Add-in loaded: MonoDevelop.TextEditor
INFO [2019-10-30 19:47:18Z]: Add-in loaded: MonoDevelop.Debugger
INFO [2019-10-30 19:47:18Z]: [MonoDevelop.DesignerSupport.Toolbox.ExternalLoader] Add-in loaded: MonoDevelop.Debugger
INFO [2019-10-30 19:47:18Z]: Add-in loaded: MonoDevelop.SourceEditor2
INFO [2019-10-30 19:47:18Z]: [MonoDevelop.DesignerSupport.Toolbox.ExternalLoader] Add-in loaded: MonoDevelop.SourceEditor2
INFO [2019-10-30 19:47:18Z]: Add-in loaded: MonoDevelop.TextTemplating
INFO [2019-10-30 19:47:18Z]: [MonoDevelop.DesignerSupport.Toolbox.ExternalLoader] Add-in loaded: MonoDevelop.TextTemplating
INFO [2019-10-30 19:47:18Z]: Add-in loaded: MonoDevelop.Xml
INFO [2019-10-30 19:47:18Z]: [MonoDevelop.DesignerSupport.Toolbox.ExternalLoader] Add-in loaded: MonoDevelop.Xml
INFO [2019-10-30 19:47:18Z]: Add-in loaded: MonoDevelop.AspNet
INFO [2019-10-30 19:47:18Z]: [MonoDevelop.DesignerSupport.Toolbox.ExternalLoader] Add-in loaded: MonoDevelop.AspNet
INFO [2019-10-30 19:47:18Z]: Add-in loaded: MonoDevelop.GtkCore
INFO [2019-10-30 19:47:18Z]: [MonoDevelop.DesignerSupport.Toolbox.ExternalLoader] Add-in loaded: MonoDevelop.GtkCore
INFO [2019-10-30 19:47:18Z]: [48 (+47)] Creating frameworks
INFO [2019-10-30 19:47:18Z]: [MonoDevelop.DesignerSupport.Toolbox.ExternalLoader] [48 (+47)] Creating frameworks
INFO [2019-10-30 19:47:18Z]: Add-in loaded: MonoDevelop.WebReferences
INFO [2019-10-30 19:47:18Z]: [MonoDevelop.DesignerSupport.Toolbox.ExternalLoader] Add-in loaded: MonoDevelop.WebReferences
INFO [2019-10-30 19:47:18Z]: Add-in loaded: MonoDevelop.VBBinding
INFO [2019-10-30 19:47:18Z]: [MonoDevelop.DesignerSupport.Toolbox.ExternalLoader] Add-in loaded: MonoDevelop.VBBinding
INFO [2019-10-30 19:47:18Z]: [102 (+54)] Initializing frameworks
INFO [2019-10-30 19:47:18Z]: [MonoDevelop.DesignerSupport.Toolbox.ExternalLoader] [102 (+54)] Initializing frameworks
INFO [2019-10-30 19:47:18Z]: [115 (+13)] END: Target runtimes loaded
INFO [2019-10-30 19:47:18Z]: [MonoDevelop.DesignerSupport.Toolbox.ExternalLoader] [115 (+13)] END: Target runtimes loaded
INFO [2019-10-30 19:47:19Z]: Add-in loaded: MonoDevelop.VBBinding
INFO [2019-10-30 19:47:19Z]: Add-in loaded: MonoDevelop.UnitTesting.NUnit
INFO [2019-10-30 19:47:19Z]: Updating Welcome Page from 'http://software.xamarin.com/Service/News'.
2019-10-30 19:47:19.395 MonoDevelop[98596:6034721] App Transport Security has blocked a cleartext HTTP (http://) resource load since it is insecure. Temporary exceptions can be configured via your app's Info.plist file.
WARNING [2019-10-30 19:47:19Z]: Welcome Page news file could not be downloaded.
System.Net.Http.HttpRequestException: The resource could not be loaded because the App Transport Security policy requires the use of a secure connection. ---> Foundation.NSErrorException: Error Domain=NSURLErrorDomain Code=-1022 "The resource could not be loaded because the App Transport Security policy requires the use of a secure connection." UserInfo={NSLocalizedDescription=The resource could not be loaded because the App Transport Security policy requires the use of a secure connection., NSErrorFailingURLStringKey=http://software.xamarin.com/Service/News, NSErrorFailingURLKey=http://software.xamarin.com/Service/News, _NSURLErrorRelatedURLSessionTaskErrorKey=(
    "LocalDataTask <4D219251-CA51-41F0-96A1-855D21B20DC4>.<1>"
), _NSURLErrorFailingURLSessionTaskErrorKey=LocalDataTask <4D219251-CA51-41F0-96A1-855D21B20DC4>.<1>, NSUnderlyingError=0x7ff66f8a9b50 {Error Domain=kCFErrorDomainCFNetwork Code=-1022 "(null)"}}
   --- End of inner exception stack trace ---
  at Foundation.NSUrlSessionHandler.SendAsync (System.Net.Http.HttpRequestMessage request, System.Threading.CancellationToken cancellationToken) [0x0023c] in /Library/Frameworks/Xamarin.Mac.framework/Versions/6.4.0.2/src/Xamarin.Mac/Foundation/NSUrlSessionHandler.cs:443 
  at MonoDevelop.MacIntegration.NSUrlSessionCredentialsHandler.SendAsync (System.Net.Http.HttpRequestMessage request, System.Threading.CancellationToken cancellationToken) [0x00042] in /Users/knocte/Documents/Code/monodevelop/main/src/addins/MacPlatform/NSUrlSessionCredentialsHandler.cs:58 
  at MonoDevelop.Core.Web.HttpSourceAuthenticationHandler.SendAsync (System.Net.Http.HttpRequestMessage request, System.Threading.CancellationToken cancellationToken) [0x00094] in /Users/knocte/Documents/Code/monodevelop/main/src/core/MonoDevelop.Core/MonoDevelop.Core.Web/HttpSourceAuthenticationHandler.cs:78 
  at System.Net.Http.HttpClient.FinishSendAsyncUnbuffered (System.Threading.Tasks.Task`1[TResult] sendTask, System.Net.Http.HttpRequestMessage request, System.Threading.CancellationTokenSource cts, System.Boolean disposeCts) [0x000b3] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-06/external/bockbuild/builds/mono-x64/external/corefx/src/System.Net.Http/src/System/Net/Http/HttpClient.cs:531 
  at MonoDevelop.Core.FileService.UpdateDownloadedCacheFile (System.String url, System.String cacheFile, System.Func`2[T,TResult] validateDownload, System.Threading.CancellationToken ct) [0x000ca] in /Users/knocte/Documents/Code/monodevelop/main/src/core/MonoDevelop.Core/MonoDevelop.Core/FileService.cs:873 
ERROR [2019-10-30 19:47:20Z]: Failed to write MEF cache
MonoDevelop.Ide.Composition.CompositionManager+InvalidRuntimeCompositionException: Input assemblies contained Microsoft.VisualStudio.Text.UI.Cocoa, Version=16.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, not found in the '/MonoDevelop/Ide/Composition' extension point
  at MonoDevelop.Ide.Composition.CompositionManager+Caching.WriteMefCacheControl (Microsoft.VisualStudio.Composition.ComposableCatalog catalog, MonoDevelop.Core.Instrumentation.ITimeTracker timer) [0x00117] in /Users/knocte/Documents/Code/monodevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Composition/CompositionManager.Caching.cs:246 
  at MonoDevelop.Ide.Composition.CompositionManager+Caching.WriteMefCache (Microsoft.VisualStudio.Composition.RuntimeComposition runtimeComposition, Microsoft.VisualStudio.Composition.ComposableCatalog catalog, Microsoft.VisualStudio.Composition.CachedComposition cacheManager) [0x00028] in /Users/knocte/Documents/Code/monodevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Composition/CompositionManager.Caching.cs:214 
  at MonoDevelop.Ide.Composition.CompositionManager+Caching+<>c__DisplayClass19_0.<Write>b__1 () [0x0006e] in /Users/knocte/Documents/Code/monodevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Composition/CompositionManager.Caching.cs:195 
ERROR [2019-10-30 19:47:20Z]: Error while loading diagnostics in Microsoft.CodeAnalysis.Scripting, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
System.IO.FileNotFoundException: Could not load file or assembly 'System.Runtime.Loader, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies.
File name: 'System.Runtime.Loader, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
ERROR [2019-10-30 19:47:20Z]: Error while loading diagnostics in Microsoft.CodeAnalysis.Scripting, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
System.Reflection.ReflectionTypeLoadException: Exception of type 'System.Reflection.ReflectionTypeLoadException' was thrown.
Could not load file or assembly 'System.Runtime.Loader, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies.
  at (wrapper managed-to-native) System.Reflection.Assembly.GetTypes(System.Reflection.Assembly,bool)
  at System.Reflection.Assembly.GetTypes () [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-06/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.Reflection/Assembly.cs:243 
  at MonoDevelop.AnalysisCore.MonoDevelopWorkspaceDiagnosticAnalyzerProviderService+OptionsTable.ProcessAssembly (System.Reflection.Assembly asm) [0x0017f] in /Users/knocte/Documents/Code/monodevelop/main/src/addins/MonoDevelop.Refactoring/MonoDevelop.AnalysisCore/MonoDevelopWorkspaceDiagnosticAnalyzerProviderService.OptionsTable.cs:99 
  at MonoDevelop.AnalysisCore.MonoDevelopWorkspaceDiagnosticAnalyzerProviderService.CreateHostDiagnosticAnalyzerPackages () [0x000c1] in /Users/knocte/Documents/Code/monodevelop/main/src/addins/MonoDevelop.Refactoring/MonoDevelop.AnalysisCore/MonoDevelopWorkspaceDiagnosticAnalyzerProviderService.cs:97 
System.IO.FileNotFoundException: Could not load file or assembly 'System.Runtime.Loader, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies.
File name: 'System.Runtime.Loader, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
INFO [2019-10-30 19:47:33Z]: Add-in loaded: MonoDevelop.Core
INFO [2019-10-30 19:47:33Z]: [MonoDevelop.DesignerSupport.Toolbox.ExternalLoader] Add-in loaded: MonoDevelop.Core
INFO [2019-10-30 19:47:33Z]: Add-in loaded: MonoDevelop.Ide
INFO [2019-10-30 19:47:33Z]: [MonoDevelop.DesignerSupport.Toolbox.ExternalLoader] Add-in loaded: MonoDevelop.Ide
INFO [2019-10-30 19:47:33Z]: Add-in loaded: MonoDevelop.MacPlatform
INFO [2019-10-30 19:47:33Z]: [MonoDevelop.DesignerSupport.Toolbox.ExternalLoader] Add-in loaded: MonoDevelop.MacPlatform
INFO [2019-10-30 19:47:33Z]: Initializing Runtime Mono 6.4.0.208
INFO [2019-10-30 19:47:33Z]: [MonoDevelop.DesignerSupport.Toolbox.ExternalLoader] Initializing Runtime Mono 6.4.0.208
INFO [2019-10-30 19:47:33Z]: Add-in loaded: MonoDevelop.DesignerSupport
INFO [2019-10-30 19:47:33Z]: [MonoDevelop.DesignerSupport.Toolbox.ExternalLoader] Add-in loaded: MonoDevelop.DesignerSupport
INFO [2019-10-30 19:47:33Z]: [0 (+0)] Finding custom frameworks
INFO [2019-10-30 19:47:33Z]: [MonoDevelop.DesignerSupport.Toolbox.ExternalLoader] [0 (+0)] Finding custom frameworks
INFO [2019-10-30 19:47:33Z]: Add-in loaded: MonoDevelop.TextEditor
INFO [2019-10-30 19:47:33Z]: [MonoDevelop.DesignerSupport.Toolbox.ExternalLoader] Add-in loaded: MonoDevelop.TextEditor
INFO [2019-10-30 19:47:33Z]: Add-in loaded: MonoDevelop.Debugger
INFO [2019-10-30 19:47:33Z]: [MonoDevelop.DesignerSupport.Toolbox.ExternalLoader] Add-in loaded: MonoDevelop.Debugger
INFO [2019-10-30 19:47:33Z]: Add-in loaded: MonoDevelop.SourceEditor2
INFO [2019-10-30 19:47:33Z]: [MonoDevelop.DesignerSupport.Toolbox.ExternalLoader] Add-in loaded: MonoDevelop.SourceEditor2
INFO [2019-10-30 19:47:33Z]: Add-in loaded: MonoDevelop.TextTemplating
INFO [2019-10-30 19:47:33Z]: [MonoDevelop.DesignerSupport.Toolbox.ExternalLoader] Add-in loaded: MonoDevelop.TextTemplating
INFO [2019-10-30 19:47:33Z]: Add-in loaded: MonoDevelop.Xml
INFO [2019-10-30 19:47:33Z]: [MonoDevelop.DesignerSupport.Toolbox.ExternalLoader] Add-in loaded: MonoDevelop.Xml
INFO [2019-10-30 19:47:33Z]: Add-in loaded: MonoDevelop.AspNet
INFO [2019-10-30 19:47:33Z]: [MonoDevelop.DesignerSupport.Toolbox.ExternalLoader] Add-in loaded: MonoDevelop.AspNet
INFO [2019-10-30 19:47:33Z]: Add-in loaded: MonoDevelop.GtkCore
INFO [2019-10-30 19:47:33Z]: [MonoDevelop.DesignerSupport.Toolbox.ExternalLoader] Add-in loaded: MonoDevelop.GtkCore
INFO [2019-10-30 19:47:33Z]: Add-in loaded: MonoDevelop.WebReferences
INFO [2019-10-30 19:47:33Z]: [MonoDevelop.DesignerSupport.Toolbox.ExternalLoader] Add-in loaded: MonoDevelop.WebReferences
INFO [2019-10-30 19:47:33Z]: Add-in loaded: MonoDevelop.VBBinding
INFO [2019-10-30 19:47:33Z]: [MonoDevelop.DesignerSupport.Toolbox.ExternalLoader] Add-in loaded: MonoDevelop.VBBinding
INFO [2019-10-30 19:47:33Z]: [47 (+47)] Creating frameworks
INFO [2019-10-30 19:47:33Z]: [MonoDevelop.DesignerSupport.Toolbox.ExternalLoader] [47 (+47)] Creating frameworks
INFO [2019-10-30 19:47:33Z]: [102 (+55)] Initializing frameworks
INFO [2019-10-30 19:47:33Z]: [MonoDevelop.DesignerSupport.Toolbox.ExternalLoader] [102 (+55)] Initializing frameworks
INFO [2019-10-30 19:47:33Z]: [116 (+14)] END: Target runtimes loaded
INFO [2019-10-30 19:47:33Z]: [MonoDevelop.DesignerSupport.Toolbox.ExternalLoader] [116 (+14)] END: Target runtimes loaded
usr-sse2 commented 4 years ago

https://github.com/mono/monodevelop/issues/8289#issuecomment-546341996