Martin Fritzsche

Results 5 comments of Martin Fritzsche

I have further debugged this issue. Once I supply a value for `mm_field` in the config, all other settings (`encoder`, `decoder`, `letter_case`) are not used anymore, see [mm.py:287](https://github.com/lidatong/dataclasses-json/blob/master/dataclasses_json/mm.py#L287) I (at...

I am having trouble with this as well. Internally using `System.Text.Json`, including custom converters and pocos, so far so good. When trying to return a `JsonResult` from a `HttpTrigger` I...

Thank you for getting back to me @YalinLi0312! I was unsure if the proposed changes are desired at all; There were no further answers at https://github.com/Azure/azure-sdk-for-python/issues/26360. I also could not...

The isolated (out of process) azure functions actually do support middleware (https://learn.microsoft.com/en-us/azure/azure-functions/dotnet-isolated-process-guide#middleware) and apparently are the future anyway (https://techcommunity.microsoft.com/t5/apps-on-azure-blog/net-on-azure-functions-roadmap-update/ba-p/3619066) - any chance the asp.net core sentry integration could be used...