NuGet/Home

Refactor UIActionEngineTests that use packagesFolder to avoid looking at the drive root

Open

#12.556 aperta il 24 apr 2023

Vedi su GitHub
 (0 commenti) (0 reazioni) (0 assegnatari)HTML (292 fork)batch import
Category:Quality WeekFunctionality:VisualStudioUIPriority:2Type:Testgood first issue

Metriche repository

Star
 (1459 star)
Metriche merge PR
 (Merge medio 464g 23h) (1 PR mergiata in 30 g)

Descrizione

@"\packagesFolder" seems like a bad idea. A single leading '' usually means "from the root of the drive" on Windows. A temporary directory or a local directory (@".\packgesFolder") seems better.

https://github.com/NuGet/NuGet.Client/pull/5109/files#r1175482193

Guida contributor