Niels Swimberghe

Results 119 comments of Niels Swimberghe

This sounds like a binding redirect issue, or lack of binding redirects. This is quite a painful "feature" of the old .NET Framework style projects. I'd recommend reading more about...

Which tutorial were you following? - Twilio.AspNet.Core is for ASP.NET Core - Twilio.AspNet.Mvc is for ASP.NET MVC (.NET Framework)

Add a new seed.yml output folder with this new flag and run seed on it

The code looks poorly architected, take a step back and clean it up.

No, the TypeScript SDK generator itself should generate reusable error handling functions. I'm not saying the code of the generator should use reusable function. THe output of the generator should...

Instead of generating these two functions as private functions inside of each client, add them as non-class functions inside of `BaseClient.ts`, and import them in each client to call them.

run seed on at least the `errors` seed to demonstrate the changes.

This looks great! Review your own work, make sure linting and formatting passes.