We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e63c68 commit ac7d3aeCopy full SHA for ac7d3ae
test/SourceGeneratorTests/ControllerGenerationTests.cs
@@ -490,9 +490,8 @@ public sealed class Item
490
491
GeneratorDriverRunResult runResult = driver.GetRunResult();
492
493
- runResult.Should()
494
- .HaveSingleDiagnostic(
495
- "(6,21): warning JADNC001: Type 'Item' must implement IIdentifiable<TId> when using ResourceAttribute to auto-generate ASP.NET controllers");
+ runResult.Should().HaveSingleDiagnostic(
+ "(6,21): warning JADNC001: Type 'Item' must implement IIdentifiable<TId> when using ResourceAttribute to auto-generate ASP.NET controllers");
496
497
runResult.Should().NotHaveProducedSourceCode();
498
}
0 commit comments