I am wondering if it is possible to create a Metro style (or even Windows RT on ARM) app that makes use of the Roslyn libraries?
The roslyn libraries are not listed in the namespaces available to metro, but can I just include the roslyn dlls with my app? (Or do they use APIs that aren’t available from metro?).
Currently Roslyn is using API’s that are not available to Metro apps. However, it is an interesting idea. The Roslyn team has not yet even tried to make the codebase Metro friendly.