Mike Mao

Results 15 comments of Mike Mao

Does it work if you Inject ILoggerProvider builder.Services.AddSingleton(); https://docs.microsoft.com/en-us/azure/azure-functions/functions-dotnet-dependency-injection

Have you ever got to the bottom of this issue? > @PascalSenn I found how to get the schema error which I fixed by `.UseDbContext()` above `.UsePaging()` > > and...

> @zyofeng nested pagination is currently not projectiable i guess this is the issue Not just pagination, UseFirstOrDefault also does not work. I tried opting out of Projection by using...

One of the issue I am encountering, is that version 4.0 is checking Content-Type header for "application/x-www-form-urlencoded" I'm calling token endpoint from Axios in React Native 0.62 and there are...

We currently utilize Serilog and Destructurama.Attributed to mask log data on a property level It would be great to have something similar.

Same problem Im having const Stack = createNativeStackNavigator(); const AccountsScreen = () => { return ({ headerRight: () => , })}> ... interface Props { navigation?: NavigationContainerRef; } export const...

I would say this is an essential feature as our company moves to disable local authentication (SAS key). Until then, the Azure portal provides an AAD integrated service bus explorer...

Redaction support through Microsoft​.Extensions​.Compliance​.Redaction would be nice as well. Is that possible?

All good, FSharp.CoreFile is netstandard 2.0 so it should be fine.

> For anyone who has run into this issue and needs a workaround, one solution is to create your own wrapper around Formik's setFieldValue function to override its behavior. You...