NuGet/Home
Refactor UIActionEngineTests that use packagesFolder to avoid looking at the drive root
開放
#12,556 建立於 2023年4月24日
Category:Quality WeekFunctionality:VisualStudioUIPriority:2Type:Testgood first issue
倉庫指標
- 星標
- (1,459 顆星)
- 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