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

Fix SGen test to allow for updated code gen. #56527

Conversation

StephenMolloy
Copy link
Member

Fix SGen test to allow for updated code gen.

The old code would run the generator tool from the pre-installed SDK
to get the old generated code for comparison. Which is effective when
you don't expect the code to change. But when making improvements
to code generation, we expect changes and need the flexibility in
this test to allow for updated generated code when expected.

Fixes #54470 and #55469

@StephenMolloy StephenMolloy deleted the 54470_Fix-SGen-Test-to-allow-for-improvements branch August 4, 2021 23:14
@ghost ghost locked as resolved and limited conversation to collaborators Sep 4, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SgenCommandTest prohibits improvements to generated code
1 participant