Created
November 2, 2020 19:43
-
-
Save genlu/4a3659af8e9e648acd6a4dd1adab2597 to your computer and use it in GitHub Desktop.
Assertion Failure fullstack
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
| StreamJsonRpc.RemoteInvocationException: | |
| at StreamJsonRpc.JsonRpc.<InvokeCoreAsync>d__137`1.MoveNext() | |
| --- End of stack trace from previous location where exception was thrown --- | |
| at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) | |
| at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) | |
| at System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable`1.ConfiguredValueTaskAwaiter.GetResult() | |
| at Microsoft.CodeAnalysis.Remote.BrokeredServiceConnection`1.<TryInvokeAsync>d__17`1.MoveNext() in C:\Users\gel\roslyn\src\Workspaces\Remote\Core\BrokeredServiceConnection.cs:line 204 | |
| --- End of stack trace from previous location where exception was thrown --- | |
| at Microsoft.VisualStudio.Telemetry.WindowsErrorReporting.WatsonReport.GetClrWatsonExceptionInfo(Exception exceptionObject) | |
| RPC server exception: | |
| System.InvalidOperationException: | |
| at Microsoft.CodeAnalysis.Remote.ThrowingTraceListener.Fail(String message, String detailMessage) in C:\Users\gel\roslyn\src\Workspaces\Remote\ServiceHub\Services\Host\ThrowingTraceListener.cs:line 25 | |
| at System.Diagnostics.TraceInternal.Fail(String message) | |
| at System.Diagnostics.Debug.Assert(Boolean condition) | |
| at Microsoft.CodeAnalysis.CSharp.Symbols.TypeWithAnnotations..ctor(TypeSymbol defaultType, NullableAnnotation nullableAnnotation, Extensions extensions) in C:\Users\gel\roslyn\src\Compilers\CSharp\Portable\Symbols\TypeWithAnnotations.cs:line 52 | |
| at Microsoft.CodeAnalysis.CSharp.Symbols.TypeWithAnnotations.CreateNonLazyType(TypeSymbol typeSymbol, NullableAnnotation nullableAnnotation, ImmutableArray`1 customModifiers) in C:\Users\gel\roslyn\src\Compilers\CSharp\Portable\Symbols\TypeWithAnnotations.cs:line 171 | |
| at Microsoft.CodeAnalysis.CSharp.Symbols.TypeWithAnnotations.SetUnknownNullabilityForReferenceTypes() in C:\Users\gel\roslyn\src\Compilers\CSharp\Portable\Symbols\TypeWithAnnotations.cs:line 725 | |
| at Microsoft.CodeAnalysis.CSharp.Symbols.TypeSymbol.<>c.<.cctor>b__137_0(TypeWithAnnotations type) in C:\Users\gel\roslyn\src\Compilers\CSharp\Portable\Symbols\TypeSymbol.cs:line 644 | |
| at Microsoft.CodeAnalysis.CSharp.Symbols.NamedTypeSymbol.SetNullabilityForReferenceTypes(Func`2 transform) in C:\Users\gel\roslyn\src\Compilers\CSharp\Portable\Symbols\NamedTypeSymbol.cs:line 828 | |
| at Microsoft.CodeAnalysis.CSharp.Symbols.TypeSymbol.SetUnknownNullabilityForReferenceTypes() in C:\Users\gel\roslyn\src\Compilers\CSharp\Portable\Symbols\TypeSymbol.cs:line 640 | |
| at Microsoft.CodeAnalysis.CSharp.BoundLambda.BlockReturns.VisitReturnStatement(BoundReturnStatement node) in C:\Users\gel\roslyn\src\Compilers\CSharp\Portable\BoundTree\UnboundLambda.cs:line 317 | |
| at Microsoft.CodeAnalysis.CSharp.BoundReturnStatement.Accept(BoundTreeVisitor visitor) in C:\Users\gel\roslyn\src\Compilers\CSharp\Portable\Generated\BoundNodes.xml.Generated.cs:line 3130 | |
| at Microsoft.CodeAnalysis.CSharp.BoundTreeVisitor.Visit(BoundNode node) in C:\Users\gel\roslyn\src\Compilers\CSharp\Portable\BoundTree\BoundTreeVisitors.cs:line 151 | |
| at Microsoft.CodeAnalysis.CSharp.BoundLambda.BlockReturns.Visit(BoundNode node) in C:\Users\gel\roslyn\src\Compilers\CSharp\Portable\BoundTree\UnboundLambda.cs:line 297 | |
| at Microsoft.CodeAnalysis.CSharp.BoundTreeWalker.VisitList[T](ImmutableArray`1 list) in C:\Users\gel\roslyn\src\Compilers\CSharp\Portable\BoundTree\BoundTreeWalker.cs:line 22 | |
| at Microsoft.CodeAnalysis.CSharp.BoundTreeWalker.VisitBlock(BoundBlock node) in C:\Users\gel\roslyn\src\Compilers\CSharp\Portable\Generated\BoundNodes.xml.Generated.cs:line 9047 | |
| at Microsoft.CodeAnalysis.CSharp.BoundBlock.Accept(BoundTreeVisitor visitor) in C:\Users\gel\roslyn\src\Compilers\CSharp\Portable\Generated\BoundNodes.xml.Generated.cs:line 2862 | |
| at Microsoft.CodeAnalysis.CSharp.BoundTreeVisitor.Visit(BoundNode node) in C:\Users\gel\roslyn\src\Compilers\CSharp\Portable\BoundTree\BoundTreeVisitors.cs:line 151 | |
| at Microsoft.CodeAnalysis.CSharp.BoundLambda.BlockReturns.Visit(BoundNode node) in C:\Users\gel\roslyn\src\Compilers\CSharp\Portable\BoundTree\UnboundLambda.cs:line 297 | |
| at Microsoft.CodeAnalysis.CSharp.BoundLambda.BlockReturns.GetReturnTypes(ArrayBuilder`1 builder, BoundBlock block) in C:\Users\gel\roslyn\src\Compilers\CSharp\Portable\BoundTree\UnboundLambda.cs:line 290 | |
| at Microsoft.CodeAnalysis.CSharp.UnboundLambdaState.ReallyInferReturnType(NamedTypeSymbol delegateType, ImmutableArray`1 parameterTypes, ImmutableArray`1 parameterRefKinds) in C:\Users\gel\roslyn\src\Compilers\CSharp\Portable\BoundTree\UnboundLambda.cs:line 718 | |
| at Microsoft.CodeAnalysis.CSharp.UnboundLambdaState.ReallyBindForErrorRecovery() in C:\Users\gel\roslyn\src\Compilers\CSharp\Portable\BoundTree\UnboundLambda.cs:line 936 | |
| at Microsoft.CodeAnalysis.CSharp.UnboundLambdaState.BindForErrorRecovery() in C:\Users\gel\roslyn\src\Compilers\CSharp\Portable\BoundTree\UnboundLambda.cs:line 924 | |
| at Microsoft.CodeAnalysis.CSharp.UnboundLambda.BindForErrorRecovery() in C:\Users\gel\roslyn\src\Compilers\CSharp\Portable\BoundTree\UnboundLambda.cs:line 380 | |
| at Microsoft.CodeAnalysis.CSharp.Binder.BuildArgumentsForErrorRecovery(AnalyzedArguments analyzedArguments, IEnumerable`1 parameterListList) in C:\Users\gel\roslyn\src\Compilers\CSharp\Portable\Binder\Binder_Invocation.cs:line 1367 | |
| at Microsoft.CodeAnalysis.CSharp.Binder.BuildArgumentsForErrorRecovery(AnalyzedArguments analyzedArguments) in C:\Users\gel\roslyn\src\Compilers\CSharp\Portable\Binder\Binder_Invocation.cs:line 1483 | |
| at Microsoft.CodeAnalysis.CSharp.Binder.CreateBadCall(SyntaxNode node, BoundExpression expr, LookupResultKind resultKind, AnalyzedArguments analyzedArguments) in C:\Users\gel\roslyn\src\Compilers\CSharp\Portable\Binder\Binder_Invocation.cs:line 1496 | |
| at Microsoft.CodeAnalysis.CSharp.Binder.BindMethodGroupInvocation(SyntaxNode syntax, SyntaxNode expression, String methodName, BoundMethodGroup methodGroup, AnalyzedArguments analyzedArguments, DiagnosticBag diagnostics, CSharpSyntaxNode queryClause, Boolean allowUnexpandedForm, Boolean& anyApplicableCandidates) in C:\Users\gel\roslyn\src\Compilers\CSharp\Portable\Binder\Binder_Invocation.cs:line 688 | |
| at Microsoft.CodeAnalysis.CSharp.Binder.BindInvocationExpression(SyntaxNode node, SyntaxNode expression, String methodName, BoundExpression boundExpression, AnalyzedArguments analyzedArguments, DiagnosticBag diagnostics, CSharpSyntaxNode queryClause, Boolean allowUnexpandedForm) in C:\Users\gel\roslyn\src\Compilers\CSharp\Portable\Binder\Binder_Invocation.cs:line 260 | |
| at Microsoft.CodeAnalysis.CSharp.Binder.BindInvocationExpression(InvocationExpressionSyntax node, DiagnosticBag diagnostics) in C:\Users\gel\roslyn\src\Compilers\CSharp\Portable\Binder\Binder_Invocation.cs:line 173 | |
| at Microsoft.CodeAnalysis.CSharp.Binder.BindExpressionInternal(ExpressionSyntax node, DiagnosticBag diagnostics, Boolean invoked, Boolean indexed) in C:\Users\gel\roslyn\src\Compilers\CSharp\Portable\Binder\Binder_Expressions.cs:line 538 | |
| at Microsoft.CodeAnalysis.CSharp.Binder.BindExpressionAllowArgList(ExpressionSyntax node, DiagnosticBag diagnostics) in C:\Users\gel\roslyn\src\Compilers\CSharp\Portable\Binder\Binder_Expressions.cs:line 501 | |
| at Microsoft.CodeAnalysis.CSharp.Binder.BindValueAllowArgList(ExpressionSyntax node, DiagnosticBag diagnostics, BindValueKind valueKind) in C:\Users\gel\roslyn\src\Compilers\CSharp\Portable\Binder\Binder_Expressions.cs:line 388 | |
| at Microsoft.CodeAnalysis.CSharp.Binder.BindArgumentExpression(DiagnosticBag diagnostics, ExpressionSyntax argumentExpression, RefKind refKind, Boolean allowArglist) in C:\Users\gel\roslyn\src\Compilers\CSharp\Portable\Binder\Binder_Expressions.cs:line 2942 | |
| at Microsoft.CodeAnalysis.CSharp.Binder.BindArgumentValue(DiagnosticBag diagnostics, ArgumentSyntax argumentSyntax, Boolean allowArglist, RefKind refKind) in C:\Users\gel\roslyn\src\Compilers\CSharp\Portable\Binder\Binder_Expressions.cs:line 2721 | |
| at Microsoft.CodeAnalysis.CSharp.Binder.BindArgumentAndName(AnalyzedArguments result, DiagnosticBag diagnostics, Boolean& hadError, Boolean& hadLangVersionError, ArgumentSyntax argumentSyntax, Boolean allowArglist, Boolean isDelegateCreation) in C:\Users\gel\roslyn\src\Compilers\CSharp\Portable\Binder\Binder_Expressions.cs:line 2679 | |
| at Microsoft.CodeAnalysis.CSharp.Binder.BindArgumentsAndNames(SeparatedSyntaxList`1 arguments, DiagnosticBag diagnostics, AnalyzedArguments result, Boolean allowArglist, Boolean isDelegateCreation) in C:\Users\gel\roslyn\src\Compilers\CSharp\Portable\Binder\Binder_Expressions.cs:line 2632 | |
| at Microsoft.CodeAnalysis.CSharp.Binder.BindArgumentsAndNames(ArgumentListSyntax argumentListOpt, DiagnosticBag diagnostics, AnalyzedArguments result, Boolean allowArglist, Boolean isDelegateCreation) in C:\Users\gel\roslyn\src\Compilers\CSharp\Portable\Binder\Binder_Expressions.cs:line 2603 | |
| at Microsoft.CodeAnalysis.CSharp.Binder.BindInvocationExpression(InvocationExpressionSyntax node, DiagnosticBag diagnostics) in C:\Users\gel\roslyn\src\Compilers\CSharp\Portable\Binder\Binder_Invocation.cs:line 172 | |
| at Microsoft.CodeAnalysis.CSharp.Binder.BindExpressionInternal(ExpressionSyntax node, DiagnosticBag diagnostics, Boolean invoked, Boolean indexed) in C:\Users\gel\roslyn\src\Compilers\CSharp\Portable\Binder\Binder_Expressions.cs:line 538 | |
| at Microsoft.CodeAnalysis.CSharp.Binder.BindExpression(ExpressionSyntax node, DiagnosticBag diagnostics, Boolean invoked, Boolean indexed) in C:\Users\gel\roslyn\src\Compilers\CSharp\Portable\Binder\Binder_Expressions.cs:line 483 | |
| at Microsoft.CodeAnalysis.CSharp.Binder.BindValue(ExpressionSyntax node, DiagnosticBag diagnostics, BindValueKind valueKind) in C:\Users\gel\roslyn\src\Compilers\CSharp\Portable\Binder\Binder_Expressions.cs:line 232 | |
| at Microsoft.CodeAnalysis.CSharp.Binder.BindRValueWithoutTargetType(ExpressionSyntax node, DiagnosticBag diagnostics, Boolean reportNoTargetType) in C:\Users\gel\roslyn\src\Compilers\CSharp\Portable\Binder\Binder_Expressions.cs:line 238 | |
| at Microsoft.CodeAnalysis.CSharp.Binder.BindExpressionStatement(CSharpSyntaxNode node, ExpressionSyntax syntax, Boolean allowsAnyExpression, DiagnosticBag diagnostics) in C:\Users\gel\roslyn\src\Compilers\CSharp\Portable\Binder\Binder_Statements.cs:line 638 | |
| at Microsoft.CodeAnalysis.CSharp.Binder.BindExpressionStatement(ExpressionStatementSyntax node, DiagnosticBag diagnostics) in C:\Users\gel\roslyn\src\Compilers\CSharp\Portable\Binder\Binder_Statements.cs:line 631 | |
| at Microsoft.CodeAnalysis.CSharp.Binder.BindStatement(StatementSyntax node, DiagnosticBag diagnostics) in C:\Users\gel\roslyn\src\Compilers\CSharp\Portable\Binder\Binder_Statements.cs:line 73 | |
| at Microsoft.CodeAnalysis.CSharp.Binder.BindBlockParts(BlockSyntax node, DiagnosticBag diagnostics) in C:\Users\gel\roslyn\src\Compilers\CSharp\Portable\Binder\Binder_Statements.cs:line 1736 | |
| at Microsoft.CodeAnalysis.CSharp.Binder.BindBlock(BlockSyntax node, DiagnosticBag diagnostics) in C:\Users\gel\roslyn\src\Compilers\CSharp\Portable\Binder\Binder_Statements.cs:line 1724 | |
| at Microsoft.CodeAnalysis.CSharp.Binder.BindStatement(StatementSyntax node, DiagnosticBag diagnostics) in C:\Users\gel\roslyn\src\Compilers\CSharp\Portable\Binder\Binder_Statements.cs:line 64 | |
| at Microsoft.CodeAnalysis.CSharp.Binder.BindPossibleEmbeddedStatement(StatementSyntax node, DiagnosticBag diagnostics) in C:\Users\gel\roslyn\src\Compilers\CSharp\Portable\Binder\Binder_Statements.cs:line 387 | |
| at Microsoft.CodeAnalysis.CSharp.ForEachLoopBinder.BindForEachPartsWorker(DiagnosticBag diagnostics, Binder originalBinder) in C:\Users\gel\roslyn\src\Compilers\CSharp\Portable\Binder\ForEachLoopBinder.cs:line 384 | |
| at Microsoft.CodeAnalysis.CSharp.ForEachLoopBinder.BindForEachParts(DiagnosticBag diagnostics, Binder originalBinder) in C:\Users\gel\roslyn\src\Compilers\CSharp\Portable\Binder\ForEachLoopBinder.cs:line 166 | |
| at Microsoft.CodeAnalysis.CSharp.Binder.BindForEach(CommonForEachStatementSyntax node, DiagnosticBag diagnostics) in C:\Users\gel\roslyn\src\Compilers\CSharp\Portable\Binder\Binder_Statements.cs:line 2582 | |
| at Microsoft.CodeAnalysis.CSharp.Binder.BindStatement(StatementSyntax node, DiagnosticBag diagnostics) in C:\Users\gel\roslyn\src\Compilers\CSharp\Portable\Binder\Binder_Statements.cs:line 92 | |
| at Microsoft.CodeAnalysis.CSharp.Binder.BindBlockParts(BlockSyntax node, DiagnosticBag diagnostics) in C:\Users\gel\roslyn\src\Compilers\CSharp\Portable\Binder\Binder_Statements.cs:line 1736 | |
| at Microsoft.CodeAnalysis.CSharp.Binder.BindBlock(BlockSyntax node, DiagnosticBag diagnostics) in C:\Users\gel\roslyn\src\Compilers\CSharp\Portable\Binder\Binder_Statements.cs:line 1724 | |
| at Microsoft.CodeAnalysis.CSharp.Binder.BindStatement(StatementSyntax node, DiagnosticBag diagnostics) in C:\Users\gel\roslyn\src\Compilers\CSharp\Portable\Binder\Binder_Statements.cs:line 64 | |
| at Microsoft.CodeAnalysis.CSharp.Binder.BindMethodBody(CSharpSyntaxNode declaration, BlockSyntax blockBody, ArrowExpressionClauseSyntax expressionBody, DiagnosticBag diagnostics) in C:\Users\gel\roslyn\src\Compilers\CSharp\Portable\Binder\Binder_Statements.cs:line 3414 | |
| at Microsoft.CodeAnalysis.CSharp.Binder.BindMethodBody(CSharpSyntaxNode syntax, DiagnosticBag diagnostics) in C:\Users\gel\roslyn\src\Compilers\CSharp\Portable\Binder\Binder_Statements.cs:line 3299 | |
| at Microsoft.CodeAnalysis.CSharp.MethodCompiler.BindMethodBody(MethodSymbol method, TypeCompilationState compilationState, DiagnosticBag diagnostics, VariableState nullableInitialState, ImportChain& importChain, Boolean& originalBodyNested, InitialState& forSemanticModel) in C:\Users\gel\roslyn\src\Compilers\CSharp\Portable\Compiler\MethodCompiler.cs:line 1686 | |
| at Microsoft.CodeAnalysis.CSharp.MethodCompiler.CompileMethod(MethodSymbol methodSymbol, Int32 methodOrdinal, ProcessedFieldInitializers& processedInitializers, SynthesizedSubmissionFields previousSubmissionFields, TypeCompilationState compilationState) in C:\Users\gel\roslyn\src\Compilers\CSharp\Portable\Compiler\MethodCompiler.cs:line 1008 | |
| at Microsoft.CodeAnalysis.CSharp.MethodCompiler.CompileNamedType(NamedTypeSymbol containingType) in C:\Users\gel\roslyn\src\Compilers\CSharp\Portable\Compiler\MethodCompiler.cs:line 508 | |
| at Microsoft.CodeAnalysis.CSharp.MethodCompiler.<>c__DisplayClass22_0.<CompileNamedTypeAsync>b__0() in C:\Users\gel\roslyn\src\Compilers\CSharp\Portable\Compiler\MethodCompiler.cs:line 398 | |
| --- End of stack trace from previous location where exception was thrown --- | |
| at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() | |
| at Microsoft.VisualStudio.Telemetry.WindowsErrorReporting.WatsonReport.GetClrWatsonExceptionInfo(Exception exceptionObject) | |
| at Roslyn.Utilities.UICultureUtilities.<>c__DisplayClass5_0.<WithCurrentUICulture>b__0() in C:\Users\gel\roslyn\src\Compilers\Core\Portable\InternalUtilities\UICultureUtilities.cs:line 139 | |
| at System.Threading.Tasks.Task.Execute() | |
| --- End of stack trace from previous location where exception was thrown --- | |
| at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() | |
| at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) | |
| at System.Runtime.CompilerServices.TaskAwaiter.GetResult() | |
| at Microsoft.CodeAnalysis.CSharp.MethodCompiler.WaitForWorkers() in C:\Users\gel\roslyn\src\Compilers\CSharp\Portable\Compiler\MethodCompiler.cs:line 313 | |
| at Microsoft.CodeAnalysis.CSharp.MethodCompiler.CompileMethodBodies(CSharpCompilation compilation, PEModuleBuilder moduleBeingBuiltOpt, Boolean emittingPdb, Boolean emitTestCoverageData, Boolean hasDeclarationErrors, DiagnosticBag diagnostics, Predicate`1 filterOpt, CancellationToken cancellationToken) in C:\Users\gel\roslyn\src\Compilers\CSharp\Portable\Compiler\MethodCompiler.cs:line 157 | |
| at Microsoft.CodeAnalysis.CSharp.CSharpCompilation.GetDiagnosticsForMethodBodiesInTree(SyntaxTree tree, Nullable`1 span, CancellationToken cancellationToken) in C:\Users\gel\roslyn\src\Compilers\CSharp\Portable\Compilation\CSharpCompilation.cs:line 2607 | |
| at Microsoft.CodeAnalysis.CSharp.CSharpCompilation.GetDiagnosticsForSyntaxTree(CompilationStage stage, SyntaxTree syntaxTree, Nullable`1 filterSpanWithinTree, Boolean includeEarlierStages, CancellationToken cancellationToken) in C:\Users\gel\roslyn\src\Compilers\CSharp\Portable\Compilation\CSharpCompilation.cs:line 2739 | |
| at Microsoft.CodeAnalysis.CSharp.SyntaxTreeSemanticModel.GetDiagnostics(Nullable`1 span, CancellationToken cancellationToken) in C:\Users\gel\roslyn\src\Compilers\CSharp\Portable\Compilation\SyntaxTreeSemanticModel.cs:line 138 | |
| at Microsoft.CodeAnalysis.Diagnostics.CompilationWithAnalyzers.GenerateCompilationEvents(AnalysisScope analysisScope, CancellationToken cancellationToken) in C:\Users\gel\roslyn\src\Compilers\Core\Portable\DiagnosticAnalyzer\CompilationWithAnalyzers.cs:line 888 | |
| at Microsoft.CodeAnalysis.Diagnostics.CompilationWithAnalyzers.<ComputeAnalyzerDiagnosticsAsync>d__67.MoveNext() in C:\Users\gel\roslyn\src\Compilers\Core\Portable\DiagnosticAnalyzer\CompilationWithAnalyzers.cs:line 783 | |
| --- End of stack trace from previous location where exception was thrown --- | |
| at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() | |
| at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) | |
| at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.GetResult() | |
| at Microsoft.CodeAnalysis.Diagnostics.CompilationWithAnalyzers.<ComputeAnalyzerSemanticDiagnosticsAsync>d__66.MoveNext() in C:\Users\gel\roslyn\src\Compilers\Core\Portable\DiagnosticAnalyzer\CompilationWithAnalyzers.cs:line 692 | |
| --- End of stack trace from previous location where exception was thrown --- | |
| at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() | |
| at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) | |
| at System.Runtime.CompilerServices.ConfiguredTaskAwaitable.ConfiguredTaskAwaiter.GetResult() | |
| at Microsoft.CodeAnalysis.Diagnostics.CompilationWithAnalyzers.<GetAnalysisResultCoreAsync>d__64.MoveNext() in C:\Users\gel\roslyn\src\Compilers\Core\Portable\DiagnosticAnalyzer\CompilationWithAnalyzers.cs:line 665 | |
| --- End of stack trace from previous location where exception was thrown --- | |
| at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() | |
| at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) | |
| at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.GetResult() | |
| at Microsoft.CodeAnalysis.Diagnostics.Extensions.<GetAnalysisResultAsync>d__12.MoveNext() in C:\Users\gel\roslyn\src\Workspaces\Core\Portable\Diagnostics\Extensions.cs:line 396 | |
| --- End of stack trace from previous location where exception was thrown --- | |
| at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() | |
| at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) | |
| at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.GetResult() | |
| at Microsoft.CodeAnalysis.Diagnostics.Extensions.<GetAnalysisResultAsync>d__11.MoveNext() in C:\Users\gel\roslyn\src\Workspaces\Core\Portable\Diagnostics\Extensions.cs:line 363 | |
| --- End of stack trace from previous location where exception was thrown --- | |
| at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() | |
| at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) | |
| at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.GetResult() | |
| at Microsoft.CodeAnalysis.Remote.Diagnostics.DiagnosticComputer.<AnalyzeAsync>d__9.MoveNext() in C:\Users\gel\roslyn\src\Workspaces\Remote\ServiceHub\Services\DiagnosticAnalyzer\DiagnosticComputer.cs:line 109 | |
| --- End of stack trace from previous location where exception was thrown --- | |
| at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() | |
| at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) | |
| at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.GetResult() | |
| at Microsoft.CodeAnalysis.Remote.Diagnostics.DiagnosticComputer.<GetDiagnosticsAsync>d__8.MoveNext() in C:\Users\gel\roslyn\src\Workspaces\Remote\ServiceHub\Services\DiagnosticAnalyzer\DiagnosticComputer.cs:line 91 | |
| --- End of stack trace from previous location where exception was thrown --- | |
| at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() | |
| at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) | |
| at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.GetResult() | |
| at Microsoft.CodeAnalysis.Remote.RemoteDiagnosticAnalyzerService.<>c__DisplayClass3_0.<<CalculateDiagnosticsAsync>b__0>d.MoveNext() in C:\Users\gel\roslyn\src\Workspaces\Remote\ServiceHub\Services\DiagnosticAnalyzer\RemoteDiagnosticAnalyzerService.cs:line 60 | |
| --- End of stack trace from previous location where exception was thrown --- | |
| at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() | |
| at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) | |
| at System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable`1.ConfiguredValueTaskAwaiter.GetResult() | |
| at Microsoft.CodeAnalysis.Remote.BrokeredServiceBase.<RunServiceAsync>d__11`1.MoveNext() in C:\Users\gel\roslyn\src\Workspaces\Remote\ServiceHub\Services\BrokeredServiceBase.cs:line 69 | |
| --- End of stack trace from previous location where exception was thrown --- | |
| at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() | |
| at Microsoft.VisualStudio.Telemetry.WindowsErrorReporting.WatsonReport.GetClrWatsonExceptionInfo(Exception exceptionObject) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment