Justin Emgarten

Results 40 comments of Justin Emgarten

After thinking about this more, a catalog is append-only but there are times when it is rebuilt, or a new catalog is created. The reader/caching should be able to handle...

> While replicating, I need to re-index the new package. how do i re-index the bucket? there is no index command? In this scenario nupkgs gets put into the sleet...

sleetlib works on linux as cross platform dotnet

If it is supported natively by the AWS SDK for .NET then it will work. Test it out and let met know, the SDK picks up a lot of those...

The project system would need to allow NuGet to read these external projects in order for this to happen. I think this issue is best tracked here.

Get-Package might be using search to filter packages, which is limited for Sleet since the feed is static. I suggest trying a search endpoint for the feed with compute https://github.com/emgarten/Sleet.Search...

Including transitive dependencies in the download could be done. Finding the dependencies for a project requires a target framework since the packages can be different dependencies per TFM. For NuGetMirror...

@jcerecke try putting the public url under baseURI instead, path should be the bucket uri. If that doesn't work please share an example sleet.json config that repros this.

The baseURI/public url will be written to the json files, and that is what NuGet will then reference and try to read. So if you are hosting the bucket via...

A doc is needed specifically for Sleet feeds on Cloudflare, it is becoming a popular option. It is obvious how to make it work from the current docs.