-
Notifications
You must be signed in to change notification settings - Fork 320
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
review CSharp bindings #364
Comments
This seems like a great project for a dotnet core application I am working on, thank you for making it available 🙇 The current bindings seems like they are made for dotnet framework and use the dll file. Have you considered to make it available for dotnet core easily? |
We will look into that. Thank you for suggesting it! |
I will take into account the things that Codacy reports when I will review these bindings. |
Applying same logic as the python bindings (which makes sense). and skipping all the
gives us:
which is a more manageable list... |
I will take a look on this. |
This was merged, so closing. |
This is a list of functions listed as __api in iio.h, and the number of times they show up in the C# bindings.
We should have a quick look, and make sure all the things that should be exposed are. (For example, the python bindings also expose more functions.
The text was updated successfully, but these errors were encountered: