NuGet updater missing chance to return DependencyFileNotParseable
#11250
Labels
L: dotnet:nuget
NuGet packages via nuget or dotnet
DependencyFileNotParseable
#11250
Seen in the logs, if a
packages.config
file uses an upper-case attribute name (e.g.,Version="1.2.3"
instead of the expectedversion="1.2.3"
), NuGet can't handle this. We should check this early on and reportDependencyFileNotParseable
. Issue appears in the log asRequired attributes are
id
andversion
, optional attributes aretargetFramework
.Error should be reported during discovery.
The text was updated successfully, but these errors were encountered: