Skip to content

Cleanup

9d671dc
Select commit
Loading
Failed to load commit list.
Open

Improve contextual options gen incrementality #6932

Cleanup
9d671dc
Select commit
Loading
Failed to load commit list.
Azure Pipelines / extensions-ci (Build Ubuntu) failed Oct 20, 2025 in 9m 56s

Build Ubuntu failed

Annotations

Check failure on line 21 in test/Generators/Microsoft.Gen.ContextualOptions/Unit/SyntaxContextReceiverTests.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / extensions-ci (Build Ubuntu)

test/Generators/Microsoft.Gen.ContextualOptions/Unit/SyntaxContextReceiverTests.cs#L21

test/Generators/Microsoft.Gen.ContextualOptions/Unit/SyntaxContextReceiverTests.cs(21,23): error CS0246: (NETCORE_ENGINEERING_TELEMETRY=Build) The type or namespace name 'ContextReceiver' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 44 in test/Generators/Microsoft.Gen.ContextualOptions/Unit/SyntaxContextReceiverTests.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / extensions-ci (Build Ubuntu)

test/Generators/Microsoft.Gen.ContextualOptions/Unit/SyntaxContextReceiverTests.cs#L44

test/Generators/Microsoft.Gen.ContextualOptions/Unit/SyntaxContextReceiverTests.cs(44,23): error CS0246: (NETCORE_ENGINEERING_TELEMETRY=Build) The type or namespace name 'ContextReceiver' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 60 in test/Generators/Microsoft.Gen.ContextualOptions/Unit/SyntaxContextReceiverTests.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / extensions-ci (Build Ubuntu)

test/Generators/Microsoft.Gen.ContextualOptions/Unit/SyntaxContextReceiverTests.cs#L60

test/Generators/Microsoft.Gen.ContextualOptions/Unit/SyntaxContextReceiverTests.cs(60,23): error CS0246: (NETCORE_ENGINEERING_TELEMETRY=Build) The type or namespace name 'ContextReceiver' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 82 in test/Generators/Microsoft.Gen.ContextualOptions/Unit/SyntaxContextReceiverTests.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / extensions-ci (Build Ubuntu)

test/Generators/Microsoft.Gen.ContextualOptions/Unit/SyntaxContextReceiverTests.cs#L82

test/Generators/Microsoft.Gen.ContextualOptions/Unit/SyntaxContextReceiverTests.cs(82,23): error CS0246: (NETCORE_ENGINEERING_TELEMETRY=Build) The type or namespace name 'ContextReceiver' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 33 in test/Generators/Microsoft.Gen.ContextualOptions/Unit/EmitterTests.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / extensions-ci (Build Ubuntu)

test/Generators/Microsoft.Gen.ContextualOptions/Unit/EmitterTests.cs#L33

test/Generators/Microsoft.Gen.ContextualOptions/Unit/EmitterTests.cs(33,13): error CS1503: (NETCORE_ENGINEERING_TELEMETRY=Build) Argument 2: cannot convert from 'System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.CSharp.Syntax.TypeDeclarationSyntax>' to 'Microsoft.CodeAnalysis.CSharp.Syntax.TypeDeclarationSyntax'