As part of the Roslyn CTP in October 2011 we’ve published the core compiler and services binaries as a NuGet package:
http://nuget.org/packages/roslyn
Right now the Roslyn package adds references to the six core assemblies:
I’d like to gather suggestions and other feedback about this package. How can we improve?
The main piece of feedback we’ve heard so far is more fine-grained definition of what layers are needed:
Hence it would probably make sense to split the main package into several dependent packages, but then it gets a little complicated. We’d have to publish 8 packages and then the consumer could pick one “top” package which would then pull down all the dependencies it needs and nothing else):
It looks like we’re not the first to ask these questions:
The consensus on this one seems to be that fine-granular is OK and as long as we publish updates to all subpackages simultaneously there shouldn’t be a problem.
Your feedback and ideas about this issue and other suggestions are welcome!