NuGet/Home
Auf GitHub ansehenRefactor UIActionEngineTests that use packagesFolder to avoid looking at the drive root
Open
#12.556 geöffnet am 24. Apr. 2023
Category:Quality WeekFunctionality:VisualStudioUIPriority:2Type:Testgood first issue
Repository-Metriken
- Stars
- (1.459 Stars)
- PR-Merge-Metriken
- (Durchschn. Merge 464T 23h) (1 gemergte PR in 30 T)
Beschreibung
@"\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