Denis Pleshakov
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`).
I can PR fix of this.
@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...
> I think you should be able to access it using `{x:Static Resources.FooBarString}` - at least that's what I'm doing and it works. The question is not about access to...
I think it can be usefull to have the `NamingConvention` option to specify, how the enum value must be converted to class name (PascalCase, camelCase, kebab-case, snake_case, or custom).
> WPF/C#/XML uses PascalCase for basically everything In `XML` usualy `camelCase` is used, but not `PascalCase`. Even in XML basis like xsd ('http://www.w3.org/2001/XMLSchema') all elements and attributes are `camelCase`.