-
Notifications
You must be signed in to change notification settings - Fork 10.2k
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
Remove reliance on preview LanguageVersion for incremental RSG #33848
Comments
Thanks for contacting us. We're moving this issue to the |
Resolved as part of dotnet/sdk#18817 |
@pranavkm Actually no. I had to revert because the incremental API still depends on the preview version. Confirmed the behavior with Chris last week. |
Clearing the milestone so we can bring this up for triage. We want to fix this for rc1. |
@pranavkm what is left here given that your PRs were already merged in the SDK repo? |
The incremental RSG currently requires a preview language version. We'll need to remove this once the compiler supports it.
The text was updated successfully, but these errors were encountered: