Skip to content

Instantly share code, notes, and snippets.

@mkrueger
Created June 19, 2015 16:56
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 mkrueger/8357bd344b4072c5f480 to your computer and use it in GitHub Desktop.
Save mkrueger/8357bd344b4072c5f480 to your computer and use it in GitHub Desktop.
ERROR [2015-06-19 18:53:43Z]: An unhandled exception has occured. Terminating MonoDevelop? False
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.NotImplementedException: The requested feature is not implemented.
at System.Threading.ThreadLocal`1[System.Collections.Generic.List`1[Microsoft.CodeAnalysis.Formatting.Rules.IndentBlockOperation]]..ctor (System.Func`1 valueFactory, Boolean trackAllValues) [0x00000] in <filename unknown>:0
at Microsoft.CodeAnalysis.Formatting.AbstractFormatEngine.AddOperations[IndentBlockOperation] (System.Collections.Generic.List`1 nodes, System.Action`2 addOperations, CancellationToken cancellationToken) [0x00000] in <filename unknown>:0
at Microsoft.CodeAnalysis.Formatting.AbstractFormatEngine+<>c__DisplayClass16_0.<CreateNodeOperationTasks>b__1 (System.Threading.Tasks.Task`1 task) [0x00000] in <filename unknown>:0
at Microsoft.CodeAnalysis.Formatting.TaskExecutor+SynchronousExecutor.ContinueWith[List`1,List`1] (System.Threading.Tasks.Task`1 previousTask, System.Func`2 nextAction, CancellationToken cancellationToken) [0x00000] in <filename unknown>:0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment