Describe the bug
Added Microsoft.ML.OnnxRuntime to the nuget packages
Part URI cannot start with two forward slashes.
and
An error occurred while retrieving package metadata for 'Microsoft.ML.OnnxRuntime.0.3.0' from source 'D:\development\EntityRecognition\packages'.
System information
To Reproduce
Added Microsoft.ML.OnnxRuntime to the nuget packages, now get this error and cannot list installed nugets
Additional context
This issue seems related
This is in XML in nuget, may be related
<Override PartName="//LICENSE" ContentType="application/octet" />
@dashesy, the PR below should resolve the double slashes in the [Content_Types].xml file within the NuGet package.
@jignparm thanks. Is there any pre-release package I can try?
@dashesy, I'll follow up offline.
I tried the dev nuget and the issue is now resolved, thanks. I also had to remove the 0.3.0 from packages directory, to get rid of the error: it seems VS looks at all the packages trying to read metadata and if it cannot read metadata from an older one does not ignore it!
Thanks for confirming it's working after cleaning up the NuGet cache -- looks like stale packages can still have impact.