Espen
Espen
Nice to see that there is .Net 6 progress and it works quite well for me. :) The Additional Parameters is the only thing missing for me for real use.
Hi, I had the same issue. Using this in a React Native project and POSTing with FormData. There is a bug in the codegen tool. I have managed to get...
I do this when running under Asp.Net MVC: ``` var getStartProcessQuery = new GetStartProcessQuery(); var getProcessStartInfoQuery = new GetProcessStartInfoQuery(); var registerLayoutPluginCommand = new RegisterLayoutPluginCommand(getProcessStartInfoQuery, getStartProcessQuery); var wrapper = new GraphGeneration(getStartProcessQuery,...
Sounds like a good idea. I would use it if it was available. :)