Al Dyachkov
Al Dyachkov
This is how it works for me, built from latest master commit (a6459717adc74f26fb18bb5b46657aa92ae65953) Recorded on Windows 10, tested on Linux as well. https://user-images.githubusercontent.com/10960735/159128243-136081e4-2752-45e3-b496-fabfbdf3b56d.mp4
I've tested simple method to change all parameters at once. It seems to fix this issue with changing multiple parameters at once using properties. I can add parameter validation &...
>Ill try to write more accurate fix. Well, OK. This was a quick fix, after all. While you are on it : private bool _isBaseThemePropertyApplied; private bool _isPrimaryColorPropertyApplied; private bool...
Yep, throttling works.
Yes, it does. I'm ok with explicitly adding space for long errors.
Is it possible to add a warning when base type declaration in XAML and code behind does not match ? Common error when a person creates UserControl via template, changes...
@maxkatz6 xaml ```xml ... ``` code behind ```cs public partial class View : UserControl { } ``` This compiles and even works to some extent because ReactiveUserControl<T> is derived from...