-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Roslyn 4.10.0 does not compile for .NET 6 #74016
Comments
Looks like it's just a warning, not an error. Does anything break if it's suppressed? |
@jjonescz I didn't notice it's a warning. Anyway, the build fails:
|
(Triage) Likely duplicate of #71784, assigning over to Jason |
@arunchndr I'm going to reopen this since I think it's fixed by #72257, which also has some other long-term value to merge as well. |
(that PR will need a bit of love to get mergeable again but hope to do that once I have the time) |
Version Used: 4.10.0
Steps to Reproduce:
After updating Roslyn references from 4.9.2 to 4.10.0 the project cannot be compiled for .NET 6
PR: dotnet/roslynator#1483
Job: https://github.com/dotnet/roslynator/actions/runs/9527109706/job/26263368490
Copy of output from the job above:
Similar issue: #71784
I would like to know if this issue can be fixed or if I have to drop support for .NET 6 SDK for my .NET CLI tool (after updating to 4.10.0)
The text was updated successfully, but these errors were encountered: