kendarorg
kendarorg
Hi Francois, i did a fork on github.com/kendarorg with a possible implementation (and updated readme...), it s only a proof of concept and i would need a deeper analisys. Btw...
**CURL GENERATOR** @Override public String generate(Request request, Response response) { var result = new ArrayList(); result.add("#!/bin/sh"); var dataFile = UUID.randomUUID() +".data"; var hasData = false; if(request.isBinaryRequest() && request.getRequestBytes()!=null && request.getRequestBytes().length>0){...
Yikes! Worst than UX: not enough testing. Can you send me the content of the data/db/nugetdb_pkg.txt or at least the list of files into data/packages?
[SampleData.zip](https://github.com/kendarorg/PhpNuget/files/3431633/SampleData.zip) Awesome :) I'll check it in these days :)
Mmmh can you give me the nuspec file of the package you are trying to upload?
I think this could result from the absence of the field on the nuspec, i think that a call to if(is_array( on the else could do the work ... this...
http://sandbox.onlinephpfunctions.com/ with htmlspecialchars(implode(" ",null)); it explode! I think i'll add an if(null!=$e->ReleaseNotes){ ...all the update of the field }
Added package \nuget_exes\NoRelease.1.0.0 to test
I recognized now that you are treating Symbols packages!!
Tried to reduce the variations... (sorry for the dumb questions, but i am really trying to understand this thing)