Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果您有一个带有如下文件部分的 paket 文件:
files ../bin/profile259/Foo.dll ==> lib/pq+
然后paket pack将在它构建的 nupkg 文件中插入一个 url 编码的文件名 lib/pq%2B。指定文件名以便编码/解码正常工作的正确方法是什么?
paket pack
包版本 2.62.6.0
分辨率:使用 paket 2.63;这是一个错误,而不是用户错误。在此补丁中修复。
如果你想看到这个缺点得到解决,你可能想在 GitHub 存储库上发布一个问题,提供详细的重现步骤或一个测试失败的 PR:
https://github.com/fsprojects/Paket