-
Notifications
You must be signed in to change notification settings - Fork 8
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
upgrade to Zenoh V0.6.0-dev.0 #2
base: master
Are you sure you want to change the base?
Conversation
Hi @sanri, Thanks for your interest in Zenoh and for your efforts upgrading this C# API! Just to let you know, we're about to release a new version of Zenoh that includes some significative changes in all its APIs (zenoh-c included). We think the best is for the C# API update to rely on this new zenoh-c v0.6.0-beta.1. Also, we would like to expose in C# a similar semantic than the other APIs (i.e. type and function names, builder patterns...), but at the same time relying on the common C# idoms (e.g. implement Would you like to help us achieving this goal ? |
Hi, To be more precise, what we would be looking for would be:
I haven't done C# in a long time, so I'm experimenting with it at the moment to figure out how we can best leverage it to make an API for Zenoh as comfortable as possible. If you'd rather keep your bindings as reexports of the C bindings, I completely understand: I'm potentially asking for a lot of work. If you don't feel like doing it, we'll push it back on our todo-list and try to get to it eventually :) |
Hi,
I haven't done C# in a long time too (^_^) . We are using Zenoh for our ongoing project, I tried to provide Zenoh C# bindings to the C# engineers on my team.
I'll keep track of zenoh-c v0.6.0-beta.1 branch, and try to achieve those goals.
Also, we would like to expose in C# a similar semantic than the other APIs (i.e. type and function names, builder patterns...), but at the same time relying on the common C# idoms (e.g. implement IDisposable).
Please forgive me for my poor English.
|
No description provided.