You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i'm running the current vs15upd2 nuget package manager extension 3.4.3.855 and am finding that attempts to use package manager console update-package command results in it trying to execute update with a ',' in the fully qualified package name instead of a '.' and so the update fails.
expected
that it looks for fully qualified package name "My.Pacakage.Id.0.0.0-alpha-1.nupkg" in specified source
actual
it looks for fully qualified package name "My.Pacakage.Id,0.0.0-alpha-1.nupkg" in specified source, i.e. it inserts a comma between packageid and version instead of a period
workarounds
haven't found one yet
The text was updated successfully, but these errors were encountered:
i'm running the current vs15upd2 nuget package manager extension 3.4.3.855 and am finding that attempts to use package manager console update-package command results in it trying to execute update with a ',' in the fully qualified package name instead of a '.' and so the update fails.
repo steps
PM>update-package My.Package.Id -source d:\src\temp\packages -includeprerelease -version 0.0.0-alpha-1
expected
that it looks for fully qualified package name "My.Pacakage.Id.0.0.0-alpha-1.nupkg" in specified source
actual
it looks for fully qualified package name "My.Pacakage.Id,0.0.0-alpha-1.nupkg" in specified source, i.e. it inserts a comma between packageid and version instead of a period
workarounds
haven't found one yet
The text was updated successfully, but these errors were encountered: