Skip to content

Conversation

@seblyng
Copy link
Owner

@seblyng seblyng commented Dec 29, 2025

Closes #281

@seblyng seblyng requested a review from tris203 December 29, 2025 23:22
vim.health.ok(string.format("dotnet SDK >= 10 (found %s)", res))
else
vim.health.warn(
string.format("dotnet SDK >= 10 is recommended (found %s)", res),
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I went with "recommended" and warn instead of "required" because it might work with a version less than 10 with an older roslyn version

@seblyng seblyng merged commit 4ce6030 into main Dec 31, 2025
2 checks passed
@seblyng seblyng deleted the version-check branch December 31, 2025 10:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Documentation missing .NET ≥ 10.0.0 requirement for Roslyn

3 participants