CMContrib icon indicating copy to clipboard operation
CMContrib copied to clipboard

Extensions for the Caliburn.Micro MVVM Framework

Results 4 CMContrib issues
Sort by recently updated
recently updated
newest added

Coroutine.BeginExecute(myResult.AsCoroutine()) wont compile, because BeginExecute expects an IEnumerator, as of late; so I changed the return type to IEnumerator.

While i know that CMContrib runs officially with CM v 1.4.1, I went ahead to run CMContrib on CM v 1.5.2 Everything works fine until i call yield return q.AsResult():...

Googled the problem, found the exact issue I was after on Stack Overflow: http://stackoverflow.com/questions/10385504/oddities-in-runtime-evaluation-of-static-variable-initializers-when-debugging