Nigel Sampson

Results 88 comments of Nigel Sampson

At the moment the 3.0 builds are looking pretty stable, will put a new beta out in the coming weeks with the idea of a final release early in the...

The easiest way at the moment would be to extend the methods on `ViewModelLocator` if we're in design time then do your own custom transform, otherwise return the regular result....

Had a bit more of a think about this, and just wanted to double check your use case, currently in the view you actively have open the data context is...

I don't believe we're going to be able to avoid the declaration of the view model at design time in xaml (at least for the root view), but it's something...

The `AddNamepsaceMapping` cannot except tokens in the manner you suggested, it's certainly not a solution for adding to the framework, but something I think that helps illustrate the scope of...

Thanks for the catch, have updated. I'm not sure about the rest, will have a think about it. Chose the `Design` keyword since the follows the design time assemblies convention,

That;'s an interesting idea, I'd probably go with convention but with a hook for changing if necessary.,

Thanks @beachwalker, looks good, I'll have to have a play.

I think its reasonably close to finishing, nothing big. The problem would lie more in the gap between that version and the documentation. If it was pushed and someone started...

All the documentation is available at https://github.com/Caliburn-Micro/caliburn-micro.github.io Happy to review PR's against it.