MinimalNugetServer
MinimalNugetServer copied to clipboard
Has this been tested to work with Chocoloatey?
Has this been tested to work with Chocolatey?
According to the Chocolatey Docs, Chocolatey "is compatible everywhere you can put a NuGet package".
Thoughts?
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.
It does not work with chocolatey push at least. Push command uses http post request, and it's implementation is missing in this server.
@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?