Initial Version #95
Annotations
7 errors
Immediate.Handlers.Tests.CodeFixTests.HandlerClassCodeFixTests.Tests.HandleMethodDoesNotExist:
tests/Immediate.Handlers.Tests/CodeFixTests/HandlerClassCodeFixTests/Tests.HandleMethodDoesNotExist.cs#L52
System.InvalidOperationException : 'Diagnostic(string)' can only be used when the analyzer has a single supported diagnostic with the specified ID. Use the 'Diagnostic(DiagnosticDescriptor)' overload to specify the descriptor from which to create the expected result.
---- System.InvalidOperationException : Sequence contains no elements
|
Immediate.Handlers.Tests.AnalyzerTests.HandlerClassAnalyzerTests.Tests.HandleMethodDoesNotReturnTask_AlertDiagnostic:
tests/Immediate.Handlers.Tests/AnalyzerTests/HandlerClassAnalyzerTests/Tests.HandleMethodDoesNotReturnTask.cs#L52
System.InvalidOperationException : 'Diagnostic(string)' can only be used when the analyzer has a single supported diagnostic with the specified ID. Use the 'Diagnostic(DiagnosticDescriptor)' overload to specify the descriptor from which to create the expected result.
---- System.InvalidOperationException : Sequence contains no elements
|
Immediate.Handlers.Tests.AnalyzerTests.HandlerClassAnalyzerTests.Tests.HandleMethodMissingCancellationToken_AlertDiagnostic:
tests/Immediate.Handlers.Tests/AnalyzerTests/HandlerClassAnalyzerTests/Tests.HandleMethodNoCancellationToken.cs#L39
System.InvalidOperationException : 'Diagnostic(string)' can only be used when the analyzer has a single supported diagnostic with the specified ID. Use the 'Diagnostic(DiagnosticDescriptor)' overload to specify the descriptor from which to create the expected result.
---- System.InvalidOperationException : Sequence contains no elements
|
Immediate.Handlers.Tests.AnalyzerTests.HandlerClassAnalyzerTests.Tests.HandleMethodDoesNotExist_AlertDiagnostic:
tests/Immediate.Handlers.Tests/AnalyzerTests/HandlerClassAnalyzerTests/Tests.HandleMethodDoesNotExist.cs#L32
System.InvalidOperationException : 'Diagnostic(string)' can only be used when the analyzer has a single supported diagnostic with the specified ID. Use the 'Diagnostic(DiagnosticDescriptor)' overload to specify the descriptor from which to create the expected result.
---- System.InvalidOperationException : Sequence contains no elements
|
Immediate.Handlers.Tests.AnalyzerTests.HandlerClassAnalyzerTests.Tests.HandleMethodFirstParamIsNotQuery_AlertDiagnostic:
tests/Immediate.Handlers.Tests/AnalyzerTests/HandlerClassAnalyzerTests/Tests.HandleMethodFirstParamIsNotQuery.cs#L39
System.InvalidOperationException : 'Diagnostic(string)' can only be used when the analyzer has a single supported diagnostic with the specified ID. Use the 'Diagnostic(DiagnosticDescriptor)' overload to specify the descriptor from which to create the expected result.
---- System.InvalidOperationException : Sequence contains no elements
|
Immediate.Handlers.Tests.AnalyzerTests.HandlerClassAnalyzerTests.Tests.HandleMethodDoesNotDefineTwoParameters_AlertDiagnostic:
tests/Immediate.Handlers.Tests/AnalyzerTests/HandlerClassAnalyzerTests/Tests.HandleMethodOneParameter.cs#L38
System.InvalidOperationException : 'Diagnostic(string)' can only be used when the analyzer has a single supported diagnostic with the specified ID. Use the 'Diagnostic(DiagnosticDescriptor)' overload to specify the descriptor from which to create the expected result.
---- System.InvalidOperationException : Sequence contains no elements
|
build
Process completed with exit code 1.
|