-
Notifications
You must be signed in to change notification settings - Fork 60
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
Change C# namespace to Milvus.Client #183
Conversation
@roji: GitHub didn't allow me to request PR reviews from the following users: weianweigan, stephentoub, tawalke. Note that only milvus-io members and repo collaborators can review this PR, and authors cannot review their own PRs. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Welcome @roji! It looks like this is your first PR to milvus-io/milvus-proto 🎉 |
@roji Please associate the related issue to the body of your Pull Request. (eg. “issue: #6534”) |
/assign @yhmo |
@roji common.proto and schema.proto also have a C# namespace. Maybe we should change them together ? |
Hi, @roji |
Signed-off-by: Shay Rojansky <[email protected]>
Thanks @weianweigan! I changed the C# namespace in the other proto files as well and rebased the PR against the 2.2 branch. I can also see commits in master, so it's a bit confusing - let me know if all is good. |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: roji, yhmo The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Thanks @roji! It's all good. The updates on the master branch are prepared for versions 2.3 and 2.4. |
Signed-off-by: Shay Rojansky <[email protected]>
Signed-off-by: Shay Rojansky <[email protected]> Co-authored-by: Shay Rojansky <[email protected]>
Signed-off-by: Shay Rojansky <[email protected]> Co-authored-by: Shay Rojansky <[email protected]>
As per offline discussions, the Milvus .NET SDK will have the nuget name and namespace Milvus.Client, which is the idiomatic .NET naming (rather than IO.Milvus).
/cc @weianweigan @stephentoub @tawalke
issue: #184