Initial Version #89
Annotations
2 errors
Test:
tests/Immediate.Handlers.Tests/CodeFixTests/HandlerClassCodeFixTests.cs#L53
System.InvalidOperationException : Context: Diagnostics of test state
Expected a project diagnostic with no location:
Expected diagnostic:
// error IH0001: Handler type '{0}' should implement a HandleAsync method
new DiagnosticResult(HandlerClassAnalyzer.IH0001),
Actual diagnostic:
// /0/Test0.cs(11,21): error IH0001: Handler type 'GetUsersQuery' should implement a HandleAsync method
VerifyCS.Diagnostic(HandlerClassAnalyzer.IH0001).WithSpan(11, 21, 11, 34).WithArguments("GetUsersQuery"),
|
Test
Process completed with exit code 1.
|
The logs for this run have expired and are no longer available.
Loading