Skip to content

Instantly share code, notes, and snippets.

@mohakbarokar
Created May 31, 2019 07:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mohakbarokar/5191b43333ff2ce94c422c0fd6d7ca91 to your computer and use it in GitHub Desktop.
Save mohakbarokar/5191b43333ff2ce94c422c0fd6d7ca91 to your computer and use it in GitHub Desktop.
ERROR [2019-05-31 12:46:27Z]: Exception while parsing: System.ArgumentException: '<Document58608520-eff3-4d74-8ffc-23c56791d3fd>' is not part of the workspace.
at Microsoft.CodeAnalysis.Workspace.CheckDocumentIsInCurrentSolution (Microsoft.CodeAnalysis.DocumentId documentId) [0x00025] in /_/src/Workspaces/Core/Portable/Workspace/Workspace.cs:1772
at Microsoft.CodeAnalysis.Workspace.OnAnyDocumentTextChanged (Microsoft.CodeAnalysis.DocumentId documentId, Microsoft.CodeAnalysis.Text.SourceText newText, Microsoft.CodeAnalysis.PreservationMode mode, System.Action`1[T] checkIsInCurrentSolution, System.Func`3[T1,T2,TResult] getRelatedDocuments, System.Func`5[T1,T2,T3,T4,TResult] updateSolutionWithText, Microsoft.CodeAnalysis.WorkspaceChangeKind changeKind, System.Boolean isCodeDocument) [0x00015] in /_/src/Workspaces/Core/Portable/Workspace/Workspace.cs:816
at Microsoft.CodeAnalysis.Workspace.OnDocumentTextChanged (Microsoft.CodeAnalysis.DocumentId documentId, Microsoft.CodeAnalysis.Text.SourceText newText, Microsoft.CodeAnalysis.PreservationMode mode) [0x00000] in /_/src/Workspaces/Core/Portable/Workspace/Workspace.cs:771
at Microsoft.CodeAnalysis.Workspace.ApplyDocumentTextChanged (Microsoft.CodeAnalysis.DocumentId id, Microsoft.CodeAnalysis.Text.SourceText text) [0x00000] in /_/src/Workspaces/Core/Portable/Workspace/Workspace.cs:1590
at MonoDevelop.Ide.TypeSystem.MonoDevelopWorkspace.InformDocumentTextChange (Microsoft.CodeAnalysis.DocumentId id, Microsoft.CodeAnalysis.Text.SourceText text) [0x00000] in /Users/vsts/agent/2.150.3/work/1/s/monodevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.TypeSystem/MonoDevelopWorkspace.cs:352
at MonoDevelop.Ide.TypeSystem.TypeSystemService.ParseProjection (MonoDevelop.Ide.TypeSystem.ParseOptions options, System.String mimeType, System.Threading.CancellationToken cancellationToken) [0x0027d] in /Users/vsts/agent/2.150.3/work/1/s/monodevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.TypeSystem/TypeSystemService.cs:302
ERROR [2019-05-31 12:46:30Z]: An unhandled exception has occurred. Terminating Visual Studio? False
System.NullReferenceException: Object reference not set to an instance of an object
at XamarinStudio.Forms.FormsEditorExtension.CreateContext (System.Threading.CancellationToken token) [0x000c5] in /Users/vsts/agent/2.150.3/work/1/s/Xamarin.Forms.Addin/Xamarin.Forms.Addin/FormsEditorExtension.cs:42
at XamarinStudio.Forms.FormsEditorExtension.GetElementCompletions (System.Threading.CancellationToken token) [0x00452] in /Users/vsts/agent/2.150.3/work/1/s/Xamarin.Forms.Addin/Xamarin.Forms.Addin/FormsEditorExtension.cs:91
at MonoDevelop.Xml.Editor.BaseXmlEditorExtension.HandleCodeCompletion (MonoDevelop.Ide.CodeCompletion.CodeCompletionContext completionContext, System.Boolean forced, System.Threading.CancellationToken token) [0x00801] in /Users/vsts/agent/2.150.3/work/1/s/monodevelop/main/src/addins/Xml/Editor/BaseXmlEditorExtension.cs:471
at XamarinStudio.Forms.FormsEditorExtension.HandleCodeCompletionAsync (MonoDevelop.Ide.CodeCompletion.CodeCompletionContext completionContext, MonoDevelop.Ide.CodeCompletion.CompletionTriggerInfo triggerInfo, System.Threading.CancellationToken token) [0x000c2] in /Users/vsts/agent/2.150.3/work/1/s/Xamarin.Forms.Addin/Xamarin.Forms.Addin/FormsEditorExtension.cs:722
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment