Skip to content

Initial Version

Initial Version #89

Triggered via pull request January 8, 2024 13:48
@viceroypenguinviceroypenguin
synchronize #1
draft1
Status Failure
Total duration 47s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors
Immediate.Handlers.Tests.CodeFixTests.HandlerClassCodeFixTests.CodeFixTest: 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"),
build
Process completed with exit code 1.