-
Notifications
You must be signed in to change notification settings - Fork 420
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
updated to Roslyn 2.11.0-beta1-final #1365
Conversation
Looks like this works on Windows, but on Mono fails with the following stack
this is new to me, does the new Roslyn version now ship with an embedded SQLite? |
|
Fixes #1364
Additionally, added C# 8.0 to the language version converter and added a test to verify that scripting defaults to C# 8.0 (it should always use latest version).
I think this should only be merged after we release a new version from master, as master has Roslyn 2.10.0 and we have not yet released a 2.10.0-based OmniSharp.