Skip to content

Polyfill in SourceGen#5443

Closed
SimonCropp wants to merge 6 commits into
microsoft:mainfrom
SimonCropp:Polyfill-in-SourceGen
Closed

Polyfill in SourceGen#5443
SimonCropp wants to merge 6 commits into
microsoft:mainfrom
SimonCropp:Polyfill-in-SourceGen

Merge branch 'main' into Polyfill-in-SourceGen

b1d799a
Select commit
Loading
Failed to load commit list.
Azure Pipelines / microsoft.testfx failed Jun 8, 2025 in 19m 4s

Build #20250608.9 failed

Details

Tests

  • Failed: 0 (0.00%)
  • Passed: 13,104 (98.26%)
  • Other: 232 (1.74%)
  • Total: 13,336
Code coverage

  • 123908 of 191380 blocks covered (64.74%)
  • 89573 of 138879 lines covered (64.50%)

Annotations

Check failure on line 84 in test\UnitTests\MSTest.SourceGeneration.UnitTests\TestUtilities\TestingFrameworkVerifier.cs

See this annotation in the file changed.

@azure-pipelines 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'

Check failure on line 52 in test\UnitTests\MSTest.SourceGeneration.UnitTests\TestUtilities\TestingFrameworkVerifier.cs

See this annotation in the file changed.

@azure-pipelines 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'

Check failure on line 37 in test\UnitTests\MSTest.SourceGeneration.UnitTests\TestUtilities\TestingFrameworkVerifier.cs

See this annotation in the file changed.

@azure-pipelines 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'

Check failure on line 38 in test\UnitTests\MSTest.SourceGeneration.UnitTests\TestUtilities\TestingFrameworkVerifier.cs

See this annotation in the file changed.

@azure-pipelines 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.