Nigel Sampson

Results 88 comments of Nigel Sampson

[4.0.136-rc](https://github.com/Caliburn-Micro/Caliburn.Micro/releases/tag/4.0.136-rc) has been published.

Thanks @EisenbergEffect, I've seen some horror stories in the Node ecosystem from packages handed over very quickly so I'm happy to take a slower approach where I'm a little more...

Sounds good, if you want queue up a PR with an announcement and I'll do them both at the same time.

I think we're good, I'm a bit behind due to some medical things, but assuming the setup PR is good then in a few days I'll push to nuget, create...

Thanks for the report, this is certainly a new one, can you go into a bit more detail about the process you use to "open a claim", other than creating...

Thanks, haven't had a chance to dig into in detail yet, I couldn't see where you were creating a new `WinRTContainer`? My best guess at the moment is something in...

So there's on major limitation in Caliburn.Micro when it comes to multiple views. Both `PropertyChangedBase` and `BindableCollection` attempt to marshal their property and collection changed events on to the UI...

No WinRT API's directly, just the property and collection changed notifications.

Thanks. You can change the behavior in your project by changing `ActionMessage.GetTargetMethod`, happy to also see a PR for it.

You're going to need to provide some more information here.