Skip to content

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

2 participants