Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implemented automatic regeneration of syntax, error facts and bound nodes #19400

Closed
wants to merge 1 commit into from

Conversation

orthoxerox
Copy link
Contributor

Customer scenario

When you edit any of the xml files that are used to generate sources, they are not picked up automatically like they used to.

Bugs this fixes:

#19399

Workarounds, if any

You could use a batch file, but it's a pain when you have to build twice because you forgot to run it.

Risk

The commands are flakier than I wanted because of dotnet/project-system#1569

Performance impact

No impact on the compiler, the build time of CSharpCodeAnalysis and its VB cousin is extended by two-three seconds.

Is this a regression from a previous update?

Root cause analysis:

I don't know. Someone changed the generators.

How was the bug found?

Contributor pain

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants