Commented Issue: Incompotable types with WP7 [299]
Hello. I have an issue occured while using your library(Caliburn.Micro).Interface IHandle<> defined as IHandle<in T> instead of IHandle<T>.It causes app crash while runnig on WP7...
View ArticleNew Post: IHandle(of ...) is ambiguous
Removed contravariance in latest source to fix this warnings.
View ArticleNew Post: Modern UI for WPF
I'm avid fan of your implementation of MVVM. I've busy trying to implement CM in this project (http://mui.codeplex.com/) but failed with. 1) hooking up the navigation to the contentcontrol 2)...
View ArticleUpdated Wiki: Documentation
DocumentationGetting Started IntroductionObtain and Build the CodeNugetCheat SheetSoup to Nuts Basic Configuration, Actions and ConventionsCustomizing The BootstrapperAll About ActionsWorking with...
View ArticleNew Post: Design Time on Windows Store Apps
Hello, I'm trying to implement design time data on my Windows Store App. Is this possible? I haven't seen any example on windows store apps, so I followed one I found about WPF or Silverlight. I tried...
View ArticleNew Post: Unit testing a view model
Lets say I have the following view model. How can I write a unit test class for it? I could not find an example in the documentationusing System; using System.Collections.Generic; using System.Text;...
View ArticleClosed Issue: Incompotable types with WP7 [299]
Hello. I have an issue occured while using your library(Caliburn.Micro).Interface IHandle<> defined as IHandle<in T> instead of IHandle<T>.It causes app crash while runnig on WP7...
View ArticleReleased: Caliburn.Micro v1.5.1 (Mar 22, 2013)
v1.5.1 - Service release that fixes some package problems and WP7 runtime generics issues.Packages Available on NugetCaliburn.Micro – The full framework compiled into an assembly. Caliburn.Micro.Start...
View ArticleCreated Release: Caliburn.Micro v1.5.1 (Mar 22, 2013)
v1.5.1 - Service release that fixes some package problems and WP7 runtime generics issues.Packages Available on NugetCaliburn.Micro – The full framework compiled into an assembly.Caliburn.Micro.Start -...
View ArticleNew Post: Compile under .Net 3.5
Just to update this, I needed to download this version of Reactive Extensions to get the System.Threading.dll for the new Task/co-routine integration in 1.5.x to compile under .NET 3.5. I have no idea...
View ArticleSource code checked in, #fcd16dbf3de7
Fix Task.AsResult() extension issues when Task is already completed or the coroutine is not executed on the UI thread
View ArticleUpdated Wiki: Documentation
DocumentationGetting Started IntroductionObtain and Build the CodeNugetCheat SheetSoup to Nuts Basic Configuration, Actions and ConventionsCustomizing The BootstrapperAll About ActionsWorking with...
View ArticleUpdated Wiki: Documentation
DocumentationGetting Started IntroductionObtain and Build the CodeNugetCheat SheetSoup to Nuts Basic Configuration, Actions and ConventionsCustomizing The BootstrapperAll About ActionsWorking with...
View ArticleCommented Issue: Caliburn Micro doesn't play nice with the...
Caliburn Micro has its own ApplicationBar implementation to support binding, but it's a bit limited, because you can't use binding for Text and IconUri properties, which are very common scenarios (for...
View ArticleCommented Issue: ActionMessage throws NRE when using PropertyChangedTrigger...
I know this is a pretty specific issue, but nonetheless I've reduced it down to the action message implementation.Here's the use case: call a method on my VM when a scroller viewer reaches the end of a...
View ArticleCommented Issue: ActionMessage throws NRE when using PropertyChangedTrigger...
I know this is a pretty specific issue, but nonetheless I've reduced it down to the action message implementation.Here's the use case: call a method on my VM when a scroller viewer reaches the end of a...
View ArticleClosed Issue: ActionMessage throws NRE when using PropertyChangedTrigger on...
I know this is a pretty specific issue, but nonetheless I've reduced it down to the action message implementation.Here's the use case: call a method on my VM when a scroller viewer reaches the end of a...
View ArticleNew Post: Cannot install nuget package
I had the same NuGet error. It went away once I updated NuGet. Also try installing through the UI: Right-click the project and choose "Manage NuGet Packages", then find Caliburn.Micro
View Article