rosyln build



Finally was able to work on Roslyn, compiler sdk framework.

You don't need to but to build Roslyn you just need to clone it on github and then run the following commands in sequence :-

a) Restore.cmd

b) Build.cmd

c) Test.cmd


Comments