Skip to content

Merge branch 'main' into Polyfill-in-SourceGen

b1d799a
Select commit
Loading
Failed to load commit list.
Closed

Polyfill in SourceGen #5443

Merge branch 'main' into Polyfill-in-SourceGen
b1d799a
Select commit
Loading
Failed to load commit list.
Azure Pipelines / microsoft.testfx (Build Windows Debug) failed Jun 8, 2025 in 9m 33s

Build Windows Debug failed

Annotations

Check failure on line 9 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / microsoft.testfx (Build Windows Debug)

Build log #L9

Publishing build artifacts failed with an error: Not found PathtoPublish: D:\a\_work\1\s\artifacts\TestResults\Debug

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 (Build Windows Debug)

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 (Build Windows Debug)

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 (Build Windows Debug)

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 (Build Windows Debug)

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.