Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.
If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!
Upgrade from docker 5.3.11 to 5.3.12 progetcore
-
When upgrading from proget.inedo.com/productimages/inedo/proget:5.3.11 to proget.inedo.com/productimages/inedo/proget:5.3.12 or progetcore:5.3.11 and even the mono version, it doesn't find the NuGet packages on disk anymore and it throws the exception below, even though they are in the disk storage and the path specified in the feed is correct. Any idea what is the issue?
System.IO.FileNotFoundException: Unable to find the specified file.
at Inedo.ProGet.Extensions.FileSystems.CaseInsensitiveFileSystem.OpenFileAsync (System.String fileName, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Boolean requireRandomAccess) [0x0014f] in <9e25495e1bef4b848a026d26a04c0c9c>:0
at Inedo.ProGet.Feeds.NuGet.NuGetFeed.OpenLocalPackageAsync (System.String id, Inedo.ProGet.Feeds.NuGet.NuGetVersion version) [0x001bb] in <9e25495e1bef4b848a026d26a04c0c9c>:0
at Inedo.ProGet.WebApplication.FeedEndpoints.NuGet.NuGetApi+GetHandler.TransmitPackageAsync (System.Web.HttpContext context, Inedo.ProGet.Feeds.NuGet.INuGetPackage package, System.String packageFileName, System.Boolean includeSymbols, System.Boolean includeSource, System.Boolean includeSignature, Inedo.ProGet.Feeds.NuGet.NuGetFeed feed) [0x00070] in <a8aace96ff954f2f8794684dd8c734d6>:0
at Inedo.ProGet.WebApplication.FeedEndpoints.NuGet.NuGetApi+GetHandler.ProcessGetRequestAsync (System.Web.HttpContext context, Inedo.ProGet.WebApplication.FeedEndpoints.NuGet.NuGetApi+RequestData urlData, Inedo.ProGet.Feeds.NuGet.NuGetFeed feed) [0x00625] in <a8aace96ff954f2f8794684dd8c734d6>:0
at Inedo.ProGet.WebApplication.FeedEndpoints.NuGet.NuGetApi.ProcessRequestAsync (System.Web.HttpContext context, Inedo.ProGet.Feeds.NuGet.NuGetFeed feed, System.String relativeUrl) [0x00111] in <a8aace96ff954f2f8794684dd8c734d6>:0
at Inedo.ProGet.WebApplication.FeedEndpoints.FeedEndpointHandler+FeedRequestHandler.ProcessRequestAsync (System.Web.HttpContext context) [0x0018a] in <a8aace96ff954f2f8794684dd8c734d6>:0
-
Found the issue... Apparently, after the upgrade, any package needs to be in lower case, otherwise, it won't be found. That is actually a breaking change.
-
This is not supposed to be the case. We'll investigate and try to reproduce this.
-
We have identified the regression (PG-1830) and fixed it. It will be included in this week's maintenance release (ProGet 5.3.13), but you are also welcome to try the prerelease image right now if you would like - it's available as
proget:5.3.13-ci.2
orprogetmono:5.3.13-ci.2
.Thanks for reporting the bug!