nox-cadmatic
Results
2
comments of
nox-cadmatic
I am encountering the same issue. The actual C# provided is (generator version 7.17.0): ```csharp MultipartContent multipartContentLocalVar = new MultipartContent(); List formParameterLocalVars = new List(); multipartContentLocalVar.Add(new FormUrlEncodedContent(formParameterLocalVars)); multipartContentLocalVar.Add(new StreamContent(file)); httpRequestMessageLocalVar.RequestUri...
Looking forward to this being merged. I expected this to work as described going off of the documentation. Thanks for the work to all involved.