Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork754
Lower language version requirement of source generated resolver#1926
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Lower language version requirement of source generated resolver#1926
Uh oh!
There was an error while loading.Please reload this page.
Conversation
AArnott left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Looks good.
As a suggestion for a follow-up change: if you want C# 9 tocontinue to be supported rather than regress by accident repeatedly, change the test helper class we use to compile the emitted code with C# 9 instead of whatever the latest is. That way, future regressions will cause tests to fail.
Fix#1925