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

Use proper way for roslyn #31

Open AlexEndris opened 8 years ago

AlexEndris commented 8 years ago

Since RosMockLyn is invoked during the MSBuild process, I can't use MSBuildWorkspace as this would spawn another MSBuild process within the already existing process. This is not supported nor wanted.

The way to go is CommandLineProject and extracting all the necessary information manually. This also means that the target has to be extended by 'Configuration' and 'Platform'.

brphelps commented 8 years ago

Is this still being worked on? I'm working on a team that would love to have a mocking framework for Windows 10 UWP apps, and I'm wondering if this codebase would save us some time :).

AlexEndris commented 8 years ago

First of all, sorry for the late reply! I actually am, but due to too little free time it's going along VERY slowly. I hope to get more done when I get more time off work. (Vacation upcoming) Although I must say, that I've never looked into Windows 10 as at the time of starting this project it wasn't even out :D But considering it's adoption now, I will certainly test it for it.