Skip to content

CompilersIOperationGenerator error should cause the correctness leg to fail #75603

@jcouv

Description

@jcouv

It looks like this step of generate-compiler-code has been silently failing.
We should fix the specific issue, but more generally we should fix our automation to catch any such failure when it is introduced.

C:\repos\roslyn>eng\generate-compiler-code.cmd
...
Running CompilersIOperationGenerator.csproj "C:\repos\roslyn\src\Compilers\Core\Portable\Operations\OperationInterfaces.xml" "C:\repos\roslyn\src\Compilers\Core\Portable\Generated"
C:\Program Files\dotnet\dotnet.exe run --project C:\repos\roslyn\src\Tools\Source\CompilerGeneratorTools\Source\IOperationGenerator\CompilersIOperationGenerator.csproj --framework net9.0 "C:\repos\roslyn\src\Compilers\Core\Portable\Operations\OperationInterfaces.xml" "C:\repos\roslyn\src\Compilers\Core\Portable\Generated"
IConditionalOperation.IsRef does not have correctly formatted comments, please ensure that there is a <summary> block for the property.
Encountered xml errors, not generating

Metadata

Metadata

Assignees

Type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions