refactor: switch to an incremental source generator #2256
Annotations
2 warnings
Run mutation tests
D:\a\Testably.Abstractions\Testably.Abstractions\Tests\Helpers\Testably.Abstractions.Tests.SourceGenerator\SourceGenerationHelper.cs(36,17): warning CS8524: The switch expression does not handle some values of its input type (it is not exhaustive) involving an unnamed enum value. For example, the pattern '(Testably.Abstractions.Tests.SourceGenerator.ClassModelType)3' is not covered. [D:\a\Testably.Abstractions\Testably.Abstractions\Tests\Helpers\Testably.Abstractions.Tests.SourceGenerator\Testably.Abstractions.Tests.SourceGenerator.csproj::TargetFramework=netstandard2.0]
|
Run mutation tests
D:\a\Testably.Abstractions\Testably.Abstractions\Tests\Helpers\Testably.Abstractions.Tests.SourceGenerator\SourceGenerationHelper.cs(36,17): warning CS8524: The switch expression does not handle some values of its input type (it is not exhaustive) involving an unnamed enum value. For example, the pattern '(Testably.Abstractions.Tests.SourceGenerator.ClassModelType)3' is not covered. [D:\a\Testably.Abstractions\Testably.Abstractions\Tests\Helpers\Testably.Abstractions.Tests.SourceGenerator\Testably.Abstractions.Tests.SourceGenerator.csproj::TargetFramework=netstandard2.0]
|
Loading