-
Notifications
You must be signed in to change notification settings - Fork 37
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
C# API/binding for ObjectBox #5
Comments
I also want to know this. |
It should be possible; e.g. this might be a starting point. For making this usable in C#, you probably also want to look into extending ObjectBox Generator. |
C# bindings would be great for hosting on dotnet (core) |
Hmm, I'm not really sure the I understand correctly what is required to make it happen. Does the ObjectBox Generator need to be extended?
Or is there an c++ interface that needs to be implemented? Thanks! |
To clarify for people interested in this, let me try to give some initial guidance what needs to be done
Having a look at an existing API/binding like ObjectBox Go would certainly help. |
@greenrobot, hi there, Is there any plan for a C# SDK for ObjectBox? Almost every other language except C# is supported. Just curious to hear what the plan is, now that Realm will not be supported anymore. |
Is possible to make it C# compatible to Xamarin/Unity 3D?
The text was updated successfully, but these errors were encountered: