Robert
Robert
https://github.com/pocheshire/BottomNavigationBar/blob/549fba30780822c72bd3d1c84793805336cb36a8/src/bottom-navigation-bar/BottomBar.cs#L200 https://github.com/pocheshire/BottomNavigationBar/blob/549fba30780822c72bd3d1c84793805336cb36a8/src/bottom-navigation-bar/BottomBar.cs#L219 Both setters throw exceptions when _items == null. But the exception message says something different. So what is correct here?
I want to have a model class like this: ``` class MyModel { public dynamic Inner { get; set; } } ``` but when i want to use it (e.g....
If possible, deactivate this comment, because it will trigger unwanted events to external apps. E.g. We connected "Teams" with VS, and each time we plan with decompose, all created workitems...
It is possible that a Task can have other Tasks as childs. So it should be possible from within Decompose to do exactly that :-) Thanks for this great component!!