David

Results 77 issues of David

Add support for a connectivity axis

kind/enhancement
priority/backlog

`Feed`, `Feed`, `Feed`, `Feed`, should be automatically exposed as BindableCollection

kind/enhancement
priority/backlog

Generate implicit cast of `Bindable` to `TRecord?` and `BindableListFeed` to `IImmutableList`

kind/enhancement
priority/backlog

[Feed] Needs tests of ListFeed

kind/bug
priority/backlog

## What would you like to be added: Forward the INotifyPropertyChanges raised by VM to the BindableVM ## Why is this needed: BindableVM re-expose public properties from the VM, if...

kind/enhancement
priority/backlog

## What would you like to be added: Unified way to handle exception in commands ## Why is this needed: * Validation * Navigation? ## For which Platform: - [x]...

kind/enhancement
priority/backlog

## Current behavior Generic base properties seems to not be mapped ## Expected behavior Mapped as all other properties

kind/bug
priority/backlog

## What would you like to be added: Add something like: ```csharp public record Language(int Id) : Ikeyed; public record Profile(IImmutableList SpokenLanguages); private IListFeed _languages; public IState Profile { get;}...

kind/enhancement
priority/backlog

## What would you like to be added: Something like: ```csharp public interface IService { public bool IsSomething { get; set; } } public IState IsSomething => State.FromProperty( _svc, get:...

kind/enhancement
priority/backlog

## Current behavior `ListFeed.Selection` might throw at runtime due to a `OverloadResolutionFailure`: All `.Selection` methods are considered as valid by roslyn ... but the build succeed anyway. ## Expected behavior...

kind/bug
priority/awaiting-more-evidence