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

Check out Mono support #41

Open
thekaveman opened this issue Jun 11, 2015 · 4 comments
Open

Check out Mono support #41

thekaveman opened this issue Jun 11, 2015 · 4 comments
Labels
question Questions/discussions

Comments

@thekaveman
Copy link
Contributor

@chrismetcalf brought up a good point in #40 - does SODA.NET work under Mono?

Let's find out how to make that happen.

@thekaveman thekaveman added the question Questions/discussions label Jun 11, 2015
@KodrAus
Copy link

KodrAus commented Jan 29, 2016

I can't see any reason why mono shouldn't 'just work' here, but will test on a couple of mono environments post-haste and let you know!

It might be worth looking into CoreCLR support though, I've run a portability analysis on SODA and it looks like there are just a few API changes.

Although, because CoreCLR only has async streams, #52 would need to be sorted first.

@thekaveman
Copy link
Contributor Author

Thank you! Look forward to hearing about your mono experiments...

@KodrAus
Copy link

KodrAus commented Jan 29, 2016

Ok, so I've just done a super simple mono test that calls GetMetadataPage, prints some details and exits.

All looks good! I'll try one more in line with the README samples next.

Some details of my setup:

Mono C# Compiler 4.2.1.0

Freescale i.MX6 DualLite
ARMv7 Processor rev10 (v71)

@lgoudriaan
Copy link

Take a look at .NET Standard, it has mono support: https://docs.microsoft.com/en-us/dotnet/standard/net-standard

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

No branches or pull requests

3 participants