MvvmLight in Portable Class Library - How to do Unit Testing
问题 I'm working on the windows store application and I met one big problem. I described my solution architecture some time ago in this question. I added MvvmLight to my portable class library containing the presentation logic and afterwards I tried to write unit tests to one of my ViewModel inherited from ViewModelBase (from MvvmLight). Problem is, that portable class library has referenced MvvmLight package of another version like in the classical UnitTest .NET 4.5 class library and that means I