-
Notifications
You must be signed in to change notification settings - Fork 749
mono 5.0 - xbuild deprecated, C# 7.0, concurrent garbage collector #464
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
Comments
I've frozen the language to C# 6.0 when C# 7.0 features were rolling out. I don't want to upgrade the language (atleast not now). GC... I still have nightmares about our current GC setup, I don't think we want to further complicate it. The only actionable item I see here is the |
I agree on C# 6.0 and xbuild, not sure about GC. Together with C#6.0 and xbuild, also underlying compiler is updated from "mcs" to "csc" (roslyn). |
Is it possible to add the C# 7.0 support back in, since competitive programming sites aren't using the csc build because it takes too much memory and the compiler is killed by the OS? |
can you give example of your problem, this does not make sense to me. so you need to use alternative to csc (mcs?) and support C# 7.0 in a code-base that calls into pythonnet? |
http://www.mono-project.com/docs/about-mono/releases/5.0.0/
The text was updated successfully, but these errors were encountered: