Daniel15 / simple-nuget-server

A very simple PHP NuGet server
MIT License
116 stars 43 forks source link

Has this been tested to work with Chocoloatey? #28

Open dougthor42 opened 6 years ago

dougthor42 commented 6 years ago

Has this been tested to work with Chocolatey?

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

Thoughts?

Daniel15 commented 6 years ago

I haven't tested it myself... Let me know how you go.

helge000 commented 6 years ago

@dougthor42, I am using it with chocolatey since a year now and have had no issues.

dougthor42 commented 6 years ago

Awesome, thanks @helge000! I hope to set it up by the end of this week. If there are any caveats that I find I'll be sure to record them here.

ferventcoder commented 5 years ago

Just throwing this out there as @helge000 found this - We made some new optimizations to Chocolatey for 0.10.12+ - these optimizations mean we are using the Packages() url with a filter. It appears some repositories do not support this. We've put out a beta for folks to shut off the optimizations by affected repositories (0.10.14-beta).

References

ferventcoder commented 5 years ago

Should have been a bit more clear - Simple NuGet Server doesn't yet support those optimizations.