NuGet/Home

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

Open

#12,556 创建于 2023年4月24日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)HTML (292 fork)batch import
Category:Quality WeekFunctionality:VisualStudioUIPriority:2Type:Testgood first issue

仓库指标

Star
 (1,459 star)
PR 合并指标
 (平均合并 464天 23小时) (30 天内合并 1 个 PR)

描述

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

贡献者指南