Currently Unquote statically links the PowerPack Metadata assembly for
convenience. To reduce the assembly size, which is increased significantly by
the Metadata assembly, we will switch to the new Metadata NuGet package as a
dependency instead. This will be more friendly for folks who check binaries
into their repository. The non-NuGet Download will also be free from the static
link, which may be a little less convenient, but folks can always install
PowerPack in the GAC or reference it explicitly (e.g. in FSI)
otherwise.
Original issue reported on code.google.com by
stephen....@gmail.comon 13 Aug 2011 at 2:53