Y
Hacker News
new
|
ask
|
show
|
jobs
by
mattchamb
4105 days ago
Interestingly, Roslyn already includes its own parsing/handling of visual studio solution files:
http://source.roslyn.codeplex.com/#Microsoft.CodeAnalysis.Wo...
1 comments
ygra
4105 days ago
Which is built on the MSBuild API. Which makes it a bit annoying to use without the pre-release Visual Studio right now, as Roslyn is built against an MSBuild assembly that doesn't exist on my machine.
link
khellang
4105 days ago
See
https://github.com/dotnet/roslyn/issues/212
link