Metadata >> NuGet >> NgenWrapper

NgenWrapper

Metadata

Authors Slava Guzenko
Copyrights Copyright 2013 Slava Guzenko
Description Managed wrapper for Ngen.exe (Native Image Generator). The wrapper captures all the output generated by the ngen.exe and provides simple interface to start, show progress, or cancel ngening.
LicenseUrl https://github.com/slavagu/NgenWrapper/blob/master/license.txt
Owners Slava Guzenko
ProjectUrl https://github.com/slavagu/NgenWrapper
ReleaseNotes Added live progress support and more unit tests.
RequireLicenseAcceptance False
Tags Ngen Wrapper Launcher Progress
Dependencies ConsoleAppLauncher:1.0
Title NgenWrapper
PackageSize 29047
PackageHashAlgorithm SHA512
PackageHash RtC4AzA+g4xFfyoNSy3GmCHzYdDYk0SNvv/1K6GoJEnXmMpAemdJcEHC3PdvIUnZaJFmxPutVcaFTvkLeNAYSw==
DownloadCount 000000
CreatedDate 2013-04-07T13:11:36

Access

You can access data for this project using the tools and addresses described below.

NuGet (nuget.exe)

Installing the package (HTTP Basic authentication):
nuget install NgenWrapper -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install NgenWrapper -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc

NuGet (Package Manager Console)

Installing the package (search all configured feeds):
Install-Package NgenWrapper
Installing the package (HTTP Basic authentication):
Install-Package NgenWrapper -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package NgenWrapper -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Uinstalling the package:
Uninstall-Package NgenWrapper

OpenWrap

Installing the package:
o add-wrap NgenWrapper
Uninstalling the package:
o remove-wrap NgenWrapper

Versions

A version is snapshot of a project's source code. It does not need to follow the Major.Minor.Revision.Build numbering pattern. It can be an arbitrary string of text that identifies a release or a build, in particular including meaningful words like beta, RC or RTM.

Name Related
1.0.4846.126