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


if have paket file files section this:

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

then paket pack insert url-encoded filename lib/pq%2b in nupkg file builds. what's right way specify filename encoding/decoding works correctly?

paket version 2.62.6.0


resolution: use paket 2.63; bug, not user error. fixed in this patch.

if want see shortcoming addressed, might want post issue on github repository contributing detailed reproduce steps or pr failing test:

https://github.com/fsprojects/paket


Comments

Popular posts from this blog

html - Styling progress bar with inline style -

java - Oracle Sql developer error: could not install some modules -

How to use autoclose brackets in Jupyter notebook? -