Maurício Vielmo Schmaedeck
Maurício Vielmo Schmaedeck
I'm building a several-screens formulary and it'd be helpful to have something like a `popUntil` with arguments. Imagine something like: `DashboardScreen` → `FormFirstPage` → `FormSecondPage` → `FormSubmission` * After data...
When the property `CloseOnButtonClickByDefault` is set to false, the event `ButtonClicked` is never raised.
Since the BaseDialog is an WPF component, it would be nice if there was a way of launching a dialog from a ViewModel without referencing it directly. This way the...
Since `CanClose` was removed, the dialog buttons are now always enabled. It would be nice to have a way to disable them instead of just prevent the dialog from closing...
When trying to show a dialog before the first `DialogContainer` is created, there's no one subscribed to `DialogManager`, so it sillently fails (no exception is thrown, because it is [configured...
## **Describe the bug** Visual Studio Code won't highlight errors, even though the Analyzer logs indicate they are being returned. For example, I had a class with a named constructor...