Snippets tagged zip

  • Get Assemblies from NuGet

    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 this

    Posted: 11 years ago by Joel Mueller

  • ZipProvider

    Zip file type provider

    2 people like this

    Posted: 9 years ago by Zhukoff Dima