In my normal C# development projects I like to use Test Driven Development to write my apps. Unfortunately, since the Windows Phone doesn't support reflection, typical frameworks like Moq won't work.
Microsoft does have support for Fakes; however, I would not like to tied to Visual Studio Premium and Ultimate on both my dev machine and build server.
Has anyone found a solution to this?
Microsoft does have support for Fakes; however, I would not like to tied to Visual Studio Premium and Ultimate on both my dev machine and build server.
Has anyone found a solution to this?