Aurélien GALTIER

Results 2 comments of Aurélien GALTIER

Actual workaround I used : ```csharp var fieldInfo = context.FunctionContext.GetType().GetField("_functionInvocationServices", BindingFlags.Instance | BindingFlags.NonPublic); if (fieldInfo == null) { throw new ArgumentException("Not found _functionInvocationServices in the Azure Function SDK on FunctionContext...

Same Error on MacOS (Apple M2). I test to build effects of https://github.com/prime31/Nez/tree/master/DefaultContentSource/effects. But build failed and no error is display. I have installed .net6 runtime (x64). Tool is 'dotnet-mgcb'...