Peter Hultqvist

Results 8 comments of Peter Hultqvist

Since I was looking for logging custom data I created the custom `Struct`. This example is using the same data as in the example in Java: ```C# var json =...

It was a long time ago but I recall that installing MonoDevelop on windows got all the needed dll:s installed.

The approach that worked for me was to first build the msi and then sign it afterwards using `signtool.exe sign ... "installer.msi"` No need to look inside the msi build...

That explains the problem. Would it be of interest to have the library track whether one is using Account or Key tokens? When calling `Twilio.Rest.Api` the library could warn if...

Hi @gagandeepp , I've already submitted a pull request, see above, though they would prefer some tests to validate the changes. I haven't had time to look into that yet...

> Will this project continue to be maintained? There's no time from me for active development with new features and changes. But I keep an eye on it and gladly...

Would a custom NuGet package with `ConvertToCamelCase` set to false be an option? Or perhaps a per message option like `//:case = none`?

Sounds reasonable, do you want a new pull request with only the first commit or can you pull that one as it is?