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 Windows) failed Oct 20, 2025 in 12m 7s

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

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 Windows)

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 Windows)

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 Windows)

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 31 in test\Generators\Microsoft.Gen.ContextualOptions\Unit\ParserTests.cs

See this annotation in the file changed.

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

test\Generators\Microsoft.Gen.ContextualOptions\Unit\ParserTests.cs#L31

test\Generators\Microsoft.Gen.ContextualOptions\Unit\ParserTests.cs(31,90): error CS1061: (NETCORE_ENGINEERING_TELEMETRY=Build) 'OptionsContextType' does not contain a definition for 'Diagnostics' and no accessible extension method 'Diagnostics' accepting a first argument of type 'OptionsContextType' could be found (are you missing a using directive or an assembly reference?)