MinimalNugetServer icon indicating copy to clipboard operation
MinimalNugetServer copied to clipboard

Has this been tested to work with Chocoloatey?

Open dougthor42 opened this issue 7 years ago • 3 comments

Has this been tested to work with Chocolatey?

According to the Chocolatey Docs, Chocolatey "is compatible everywhere you can put a NuGet package".

Thoughts?

dougthor42 avatar Mar 30 '18 23:03 dougthor42

Hello @dougthor42

No I never tested it with Chocolatey.

Since it's been a while I didn't touch this project, and NuGet evolved a lot since then (now version 4.x, I don't even support version 2.x completely) I'm not sure if it would work or not.

I never used Chocolatey so I'm not sure how to test it, but you want to add test, and support for it if not working, feel free to make a PR.

Thanks.

TanukiSharp avatar Apr 02 '18 01:04 TanukiSharp

It does not work with chocolatey push at least. Push command uses http post request, and it's implementation is missing in this server.

tapika avatar Jan 16 '21 16:01 tapika

@dougthor42 @tapika I'm not maintaining this project anymore, but if you are using it, feel free to open a PR to add this feature. Ideally this project should be rebooted to support new NuGet protocol, I think it's v4 now?

TanukiSharp avatar Jan 17 '21 01:01 TanukiSharp