Denis Pleshakov

Results 4 comments of Denis Pleshakov

@AndreyAkinshin, sure. https://github.com/ugparu/Ugpa.QuadTree/tree/master/benchmark/Ugpa.QuadTree.Benchmark/Configuration It's small draft solution, developed for my own purposes. If it's acceptable, I can expand solution to support more scenarios.

Why package `GraphQL.Client.LocalExecution.3.2.3` depends on `GraphQL >= 2.4.0` then? It shoud be stricted by version `2.4.0` in nuspec file (`[2.4,3)` instead of `2.4.0`).

@masouri assumes one of your `GetProfileData` calls (which is deadlocked) is from contextual thread (GUI or HttpContext), and you call it like `GetProfileData().Result`. If so, you're in same problem with...