Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Prevent warnings from new IVTs from Roslyn #11504

Merged
merged 1 commit into from
Feb 18, 2025

Conversation

davidwengier
Copy link
Member

@davidwengier davidwengier commented Feb 17, 2025

Response to dotnet/roslyn#74597 to pave the way for #10682 once Web Tools inserts.

The break from the Roslyn change is not binary breaking, so no need for dual insertion, and since this change doesn't break anything, we can get this in now, and whenever we happen to bump Roslyn next, there should be no build issues.

@davidwengier davidwengier marked this pull request as ready for review February 17, 2025 23:13
@davidwengier davidwengier requested a review from a team as a code owner February 17, 2025 23:13
Copy link
Member

@DustinCampbell DustinCampbell left a comment

Choose a reason for hiding this comment

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

Does this go away when we move to Roslyn's LSP implementation?

@davidwengier
Copy link
Member Author

No, this is largely extracted from that PR. The issue is we now have IVT to something that references the CLaSP source package, and we reference the CLaSP source package. The only alternative is to not reference CLaSP ourselves and use the one we get from IVT, but then we are seceptible to binary breaks.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants