jcansdale / gpr

A .NET Core tool for working with the GitHub Package Registry
93 stars 13 forks source link

Minimal error information when publishing a NuGet package fails #49

Open jcansdale opened 4 years ago

jcansdale commented 4 years ago

When a user tried to publish a package without adding a RepositoryUrl to their .crproj, the only error information was Not Found and DENY. There should be more information in the body of the HTTP response!

peters commented 4 years ago

Fixed by #53