NuGet/Home

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

Aberta

#12.556 aberto em 24 de abr. de 2023

 (0 comentário) (0 reação) (0 responsável)HTML (292 forks)batch import
Category:Quality WeekFunctionality:VisualStudioUIPriority:2Type:Testgood first issue

Métricas do repositório

Stars
 (1.459 estrelas)
Métricas de merge de PR
 (Mesclagem média 464d 23h) (1 fundiu PR em 30d)

Description

@"\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

Guia do colaborador