How do you include a + sign in a filename in paket? It ends up url-encoded

时间:2016-04-21 22:01:51

标签: paket

If you have a paket file with a files section like this:

files
    ../bin/profile259/Foo.dll     ==> lib/pq+

Then paket pack will insert a url-encoded filename lib/pq%2B in the nupkg file that it builds. What's the right way to specify a filename so the encoding/decoding works correctly?

Paket version 2.62.6.0


Resolution: use paket 2.63; this was a bug, not user error. Fixed in this patch.

1 个答案:

答案 0 :(得分:2)

如果您希望看到这个缺点,您可能希望在GitHub存储库上发布一个问题,提供详细的重现步骤或PR测试失败:

https://github.com/fsprojects/Paket