David
David
Add support for a connectivity axis
`Feed`, `Feed`, `Feed`, `Feed`, should be automatically exposed as BindableCollection
Generate implicit cast of `Bindable` to `TRecord?` and `BindableListFeed` to `IImmutableList`
## 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...
## What would you like to be added: Unified way to handle exception in commands ## Why is this needed: * Validation * Navigation? ## For which Platform: - [x]...
## Current behavior Generic base properties seems to not be mapped ## Expected behavior Mapped as all other properties
## 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;}...
## 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:...
## 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...