We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@chrismetcalf brought up a good point in #40 - does SODA.NET work under Mono?
Let's find out how to make that happen.
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
Thank you! Look forward to hearing about your mono experiments...
Ok, so I've just done a super simple mono test that calls GetMetadataPage, prints some details and exits.
GetMetadataPage
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)
Take a look at .NET Standard, it has mono support: https://docs.microsoft.com/en-us/dotnet/standard/net-standard
No branches or pull requests
@chrismetcalf brought up a good point in #40 - does SODA.NET work under Mono?
Let's find out how to make that happen.
The text was updated successfully, but these errors were encountered: