Skip to content
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

Nuget Packages #38

Closed
Cris1401 opened this issue Apr 22, 2022 · 15 comments
Closed

Nuget Packages #38

Cris1401 opened this issue Apr 22, 2022 · 15 comments

Comments

@Cris1401
Copy link

Hello, is this project available at nuget? That would be great. Thanks

@MaxKsyunz
Copy link
Collaborator

MaxKsyunz commented Apr 23, 2022

Hi @Cris1401.

Publishing opensearch .net client on nuget.org is being worked on. Please, see #14 for details.

In the meantime, you can use a release candidate build from this workflow.

@Jubilex
Copy link

Jubilex commented May 10, 2022

What is the best way to include the release candidate nupkg in my project? It is a lambda project which using github webhooks for CI/CD and Codepipeline to build. I have found no way, short of hosting a nuget package server of referencing the nupkg in my code locally. Is there something I am missing?

@MaxKsyunz
Copy link
Collaborator

Hi @Jubilex, yes, at the moment your options are to either host the files yourself temporarily or add them to your repository.

@Jubilex
Copy link

Jubilex commented May 18, 2022 via email

@TruDan
Copy link

TruDan commented May 19, 2022 via email

@cray2015
Copy link

cray2015 commented Jun 8, 2022

@TruDan u didnt had to do it. all you had to do was to download the nuget package from the build workflow mentioned in the first thread of this discussion and then add the local location of this package in dotnet nuget sources
dotnet nuget add source /home/your_username/Downloads/osc_nuget_packages/ -n custom_nuget_packages
change the source to windows directory style while doing this on windows or you can use the user interface of Visual Studio

Tools>Nuget Package Manager>Package Manager Settings>Package Sources.

Refer the below Link:
https://docs.microsoft.com/en-us/nuget/consume-packages/install-use-packages-visual-studio#package-sources

then you can use it like a regular package from Nuget window. Just change the Package Source dropdown to "All"

@BaldGuitarist
Copy link

This works great. I'm curious as to when you plan to have the nupkg on nuget?

@anirudha
Copy link
Collaborator

This works great. I'm curious as to when you plan to have the nupkg on nuget?

We should have the packages In nuget soon.

@nbpeth
Copy link

nbpeth commented Jul 21, 2022

We should have the packages In nuget soon.

terrific - this would be very helpful; will be watching

@dblock
Copy link
Member

dblock commented Jul 28, 2022

Is #14 a dup?

@dblock dblock changed the title Nutget Packages Nuget Packages Jul 28, 2022
@PaulDMendoza
Copy link

This works great. I'm curious as to when you plan to have the nupkg on nuget?

We should have the packages In nuget soon.

What is your definition of "soon"? It's been 2 weeks since you said soon. We really need this package in nuget.

@GiorgioG
Copy link

@PaulDMendoza We decided to skip OpenSearch altogether and use ElasticSearch - there's no point in trying to use a client/package that isn't well supported IMO.

@dblock
Copy link
Member

dblock commented Aug 6, 2022

I am equally frustrated by this situation. Please follow opensearch-project/opensearch-build#2051.

@anirudha
Copy link
Collaborator

anirudha commented Aug 8, 2022

I posted the current status on the release thread, but I also want to acknowledge, and apologize for failing to provide a regular status update earlier. Thank you for your patience.

opensearch-project/opensearch-build#2051 (comment)

@MaxKsyunz
Copy link
Collaborator

The packages have been released -- https://www.nuget.org/profiles/opensearchproject

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests