MyGet feed often fails
stale
My build depends on Swashbuckle packages at the MyGet feed, which often fails with:
> error NU1301: Failed to retrieve information about 'Swashbuckle.AspNetCore.SwaggerGen' from remote source 'https://www.myget.org/F/domaindrivendev/api/v3/flatcontainer/swashbuckle.aspnetcore.swaggergen/index.json'.
> error NU1301: Response status code does not indicate success: 500 (Internal Server Error).
and:
> Retrying 'FindPackagesByIdAsync' for source 'https://www.myget.org/F/domaindrivendev/api/v3/flatcontainer/swashbuckle.aspnetcore.redoc/index.json'.
The HTTP request to 'GET https://www.myget.org/F/domaindrivendev/api/v3/flatcontainer/swashbuckle.aspnetcore.redoc/index.json' has timed out after 100000ms.
and:
> error : The feed 'SwashbuckleMyGet [https://www.myget.org/F/domaindrivendev/api/v3/index.json]' lists package 'Swashbuckle.AspNetCore.Swagger.10.1.7' but multiple attempts to download the nupkg have failed. The feed is either invalid or required packages were removed while the current operation was in progress. Verify the package exists on the feed and try again.
and:
> warning NU1900: Error occurred while getting package vulnerability data: Unable to load the service index for source https://www.myget.org/F/domaindrivendev/api/v3/index.json. [TargetFramework=net8.0]
Would it be possible to publish to the free edition of [feedz.io](https://feedz.io/) as well?
2 条评论