-
Notifications
You must be signed in to change notification settings - Fork 43
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
Consider updating the shipped roslyn files? #156
Comments
Edit: looks like there is roslyn 4.7 and roslyn 4.8 as well. |
I love the idea of updating to latest! Do you have reasons you need the 4.8 version over the 4.1 version, other than you want to stay up date? Listing the reasons could help the developers choose to prioritize this work. |
To be able to use the latest bug fixes in the compiler, as well as being able to use things like C# 12 on .NET Framework cshtml files for my web applications. Also would help for future migration to core to be not as painful as well as it would mean updating all of the cshtml files anyways to the newer language versions of C#. Also because I made a version of this that also includes a few performance fixes as well and everything seems to work so far without issues anyways. |
Great reasons! |
Is it possible to update roslyn 4.1.0 that gets packaged into this to a much more updated version that ships with the .NET SDK / Visual Studio 2022 itself?
The text was updated successfully, but these errors were encountered: