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

ios - Memory not freeing up after popping viewcontroller using ARC -

Django REST Framework perform_create: You cannot call `.save()` after accessing `serializer.data` -

Why does Go error when trying to marshal this JSON? -