Skip to content
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

Official Mono support #104

Closed
GoogleCodeExporter opened this issue Jun 21, 2015 · 4 comments
Closed

Official Mono support #104

GoogleCodeExporter opened this issue Jun 21, 2015 · 4 comments

Comments

@GoogleCodeExporter
Copy link

Unquote is not officially supported on Mono, however, it does not use any 
native Win32 calls and has been seen working on Mono without any issues. 
Specifically, the .NET 4.0 build has been seen running on Mono 2.10.8.1 (Debian 
2.10.8.1-5ubuntu1) inside a version of the F# 3.0 Interactive built from the 
github sources.

We'd like to "officially" support Mono, since it is popular in the F# open 
source community. To achieve this, we need to determine which version(s) we 
wish to support, and figure out a way to run our test suite against it with 
successful results.

If we do run into any issues, they will likely be related to reflective calls 
against private / internal methods. Ideally we'd like to avoid having to create 
a Mono-specific build (i.e. we'd like the .NET 4.0 / 4.5 build(s) to work 
without modification on Mono).

Original issue reported on code.google.com by stephen....@gmail.com on 31 Mar 2013 at 4:06

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant