Polyfill in SourceGen#5443
Closed
SimonCropp wants to merge 6 commits into
Closed
Azure Pipelines / microsoft.testfx
failed
Jun 8, 2025 in 19m 4s
Build #20250608.9 failed
Details
- Failed: 0 (0.00%)
- Passed: 13,104 (98.26%)
- Other: 232 (1.74%)
- Total: 13,336
- 123908 of 191380 blocks covered (64.74%)
- 89573 of 138879 lines covered (64.50%)
Annotations
azure-pipelines / microsoft.testfx
test\UnitTests\MSTest.SourceGeneration.UnitTests\TestUtilities\TestingFrameworkVerifier.cs#L84
test\UnitTests\MSTest.SourceGeneration.UnitTests\TestUtilities\TestingFrameworkVerifier.cs(84,23): error CS0433: (NETCORE_ENGINEERING_TELEMETRY=Build) The type 'DoesNotReturnIfAttribute' exists in both 'MSTest.SourceGeneration, Version=42.42.42.42, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' and 'System.Runtime, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
azure-pipelines / microsoft.testfx
test\UnitTests\MSTest.SourceGeneration.UnitTests\TestUtilities\TestingFrameworkVerifier.cs#L52
test\UnitTests\MSTest.SourceGeneration.UnitTests\TestUtilities\TestingFrameworkVerifier.cs(52,24): error CS0433: (NETCORE_ENGINEERING_TELEMETRY=Build) The type 'DoesNotReturnIfAttribute' exists in both 'MSTest.SourceGeneration, Version=42.42.42.42, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' and 'System.Runtime, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
azure-pipelines / microsoft.testfx
test\UnitTests\MSTest.SourceGeneration.UnitTests\TestUtilities\TestingFrameworkVerifier.cs#L37
test\UnitTests\MSTest.SourceGeneration.UnitTests\TestUtilities\TestingFrameworkVerifier.cs(37,6): error CS0433: (NETCORE_ENGINEERING_TELEMETRY=Build) The type 'DoesNotReturnAttribute' exists in both 'MSTest.SourceGeneration, Version=42.42.42.42, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' and 'System.Runtime, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
azure-pipelines / microsoft.testfx
test\UnitTests\MSTest.SourceGeneration.UnitTests\TestUtilities\TestingFrameworkVerifier.cs#L38
test\UnitTests\MSTest.SourceGeneration.UnitTests\TestUtilities\TestingFrameworkVerifier.cs(38,17): error CS8770: (NETCORE_ENGINEERING_TELEMETRY=Build) Method 'void TestingFrameworkVerifier.Fail(string? message = null)' lacks `[DoesNotReturn]` annotation to match implemented or overridden member.
Loading