Created
June 19, 2015 16:56
-
-
Save mkrueger/8357bd344b4072c5f480 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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