Given a NuGet package name, this code will download the package, extract it to a temp directory, and return a sequence of FileInfo objects representing assemblies from that package, with a preference for .NET 4.5 and 4.0 assemblies, if present. Requires the "DotNetZip" package.
6 people like thisPosted: 12 years ago by Joel Mueller
Zip file type provider
2 people like thisPosted: 10 years ago by Zhukoff Dima
If you have a directory containing multiple zip files, unzip them all in one pass. (Requires .NET 4.5)
4 people like thisPosted: 11 years ago by Kit Eason
F#'s Choice type is exclusive. The "Both" type defined here allows for the possibility that both values are present. This allows us to zip together sequences of unequal length. Based on Haskell's "These" type and corresponding alignment functions. (See http://hackage.haskell.org/package/these-0.8/docs/Data-These.html and http://hackage.haskell.org/package/these-0.8/docs/Data-Align.html)
1 people like thisPosted: 5 years ago by Brian Berns