Nigel Sampson
Nigel Sampson
I haven't really looked into the Uno platform but happy to see what others can do.
I don't see why it wouldn't be possible, initial version would be what's been done with Xamarin.iOS and Xamarin.Android. That is, enough for you to be able to share view...
Thanks for stepping up here.
Regarding the Start package, I had spent a little bit of time in building new templates based off `dotnet new`. The idea was the `setup` samples would form the code...
Currently documentation images are stored in https://github.com/Caliburn-Micro/caliburn-micro.github.io/tree/master/public/images/documentation
The [other repository](https://github.com/Caliburn-Micro/caliburn-micro.github.io) is a GitHub pages site powering https://caliburnmicro.com/ PR's merged here will update the website in a few minutes.
Looks good, thanks, just need to do some legacy research. This is one of those changes that makes me wonder why it hasn't been done before.
The whole target without context is usually to solve problems when the element in question isn't in the visual tree properly like context menus. I don't believe Expander does that...
Yup, just wanted to spike out whether `Expander` might be causing it.
Most of the loggers are defined as static properties which means they'll be created early but nothing will be logged. I'm not sure of any easy way to change this...