Qualitas Software
Qualitas Software
I appreciate this issue might be aged & newer language capabilities available 9 months on, but today: 1. You can add an alias using to the Function.cs file, eg: `using...
I hit the same problem today with a swagger import file that was 213,293 bytes. I found a workaround for large _json_ files, by using `loadJsonContent()` then wrapping the result...
@verschaevesiebe yeah the original issue is about `loadTextContent()`. I haven't tried it, but could you put the encoded file into json, use a version of the method above and extract...