Open v-luzh opened 3 months ago
I did get duplicated NU1202, but not NU1903
@donnie-msft need to figure if there are duplicates in the assets file and if not, then move to project system.
This needs double checked by hotseta
Hi @nkolev92, please discuss this bug in the triage meeting, thanks. Correct the label updated by Robot.
Thanks for the ping @v-luzh!
I can repro this:
NU1202
is due to the fact that we manually manage the error list when we do installation (since it's temporary), and then I'm guessing there's just no gesture to clear it. Note that Package restore failed. Rolling back package changes for...
is still in the error list as well. The solution probably needs to be clearing the error list from our warnings/errors when starting up restore.
NuGet Product Used
Visual Studio Package Management UI
Product Version
Dev\6.12.0.58
Worked before?
It is not a regression since it reproes (just for NU1202 since we don’t have the feature ‘Vulnerable Package’ on 16.11) on D16.11\34601.136.
Impact
It bothers me. A fix would be nice
Repro Steps & Context
Repro Steps:
Expected Result:
No duplicated warnings or errors in step4 and step5.
Actual Result:
Duplicated NU1903 show in step4 and duplicated NU1202 show in step5.
Note:
Verbose Logs
No response