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

Ensure incremental source generators are supported #152

Merged
merged 2 commits into from
Jan 4, 2023
Merged

Conversation

kzu
Copy link
Member

@kzu kzu commented Jan 4, 2023

We should do this by checking the compiler API version, rather than the C# language version.

The incremental interface showed up first on v4.0.1, so we use that as the minimum version to check against.

Fixes #101

@kzu kzu added the enhancement New feature or request label Jan 4, 2023
kzu added 2 commits January 4, 2023 16:51
We should do this by checking the compiler API version, rather than the C# language version.

The incremental interface showed up first on v4.0.1, so we use that as the minimum version to check against.

Fixes #101
@kzu kzu force-pushed the dev/compilerversion branch from 2f9cb6a to 480eafc Compare January 4, 2023 19:51
@kzu kzu enabled auto-merge (rebase) January 4, 2023 19:52
@kzu kzu merged commit 64f74ca into main Jan 4, 2023
@kzu kzu deleted the dev/compilerversion branch January 4, 2023 19:56
@devlooped devlooped locked and limited conversation to collaborators Sep 2, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Do not test LangVersion
1 participant