Denis Pleshakov

Results 5 issues of Denis Pleshakov

In my benchmark project I developed a small framework to improve fluent configuration of benchmarks. With this improvements I can configure benchmark like this ```c# var pointHitTestJob = CreateJob(); var...

### Package info Package: GraphQL.Client.LocalExecution Version: 3.2.3 ### Description `MissingMethodException` thrown when call `SendQueryAsync`. ### Code to reproduce ```csharp var sourceSchema = Schema.For(@" type QT { idField: ID intField: Int...

I have a minimal test case, where I can't make `DataTriggerBehavior` make to work with `DataGridRow` style. I have simple view models: ```csharp public sealed class MyViewModelList { public List...

bug
help wanted

### Describe the bug When animation KeyFrame use Binding, animation "closures" on its initial value and next changes of source value has no effect. ### To Reproduce ViewModel ```csharp internal...

bug
area-animations
area-bindings

There'e multiple scenarios when compilling axaml throws internal compiller error (ArgumentOutOfRangeException). This exception occures when you have in source axaml file any xml elements of types which has no Content...