Peter Villadsen
Results
2
comments of
Peter Villadsen
Here is a simpler repro in C#, that strips away a lot of the overhead: namespace PowerFxQuotedNamesProblem { using Microsoft.PowerFx; using Microsoft.PowerFx.Types; using System.Diagnostics; internal class Program { static void...
Let me add one more context to the ticket: I think the cancellation token is the right approach, since it is idiomatic to C#. However, I wonder if it would...