AlexEndris / RosMockLyn

Compile-time mocking framework for ModernUI and Windows Phone apps.
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Cannot build unit test solution for UWP #28

Open shersh opened 9 years ago

shersh commented 9 years ago

When I'm trying to build UWP unit test project this error throwing: "error MSB4062: The "RosMockLyn.Build.MockBuildTask" task could not be loaded from the assembly"

AlexEndris commented 9 years ago

Hi Brand :) Jokes aside, thanks for reporting in. I'm already on it. :)

AlexEndris commented 9 years ago

Okay, so the initial problem is a typo in the .targets file. Which, in theory, is easy to fix. But I ran into other problems. Namely MSBuild. I'll keep at it.