Robert Sandberg

Results 6 comments of Robert Sandberg

@marcelonepomucenoti did you find a solution for it? I'm interested as well.

@vasilich6107 : awesome! (pun intended) I'll check it out!

Sweet! Many thanks for your reply! tl;dr; Okey, yeah I kind of went for the same pattern. In fact, extremely close with regards to implementation as well :) I established...

Just to also iterate, kind of what's already been said... the problem is also present running isolated processes in .NET 6 ``` public async Task Run( [BlobTrigger($"{ContainerName}/{{blobName}}", Connection = "MySpecialAppSettingConnectionString")]...

I ran into the same problem and my colleague suggested the following as a workaround, which works for me: ``` using Microsoft.AspNetCore.Http.Json; using MvcJsonOptions = Microsoft.AspNetCore.Mvc.JsonOptions; ..... builder.Services.Configure(o => o.SerializerOptions.Converters.Add(new...

@techouse, I haven't checked. I hardly remember how I solved it, but I circumvented it somehow. Perhaps by changing how backend redirects our mobile app. I can see if I...