Microsoft.AspNet.Scaffolding.NuGet Namespace
The Microsoft.AspNet.Scaffolding.NuGet namespace contains classes related to NuGet packages that are required for scaffolding.
| Class | Description | |
|---|---|---|
![]() | NuGetPackage | Contains data required for a NuGet package installation request. |
![]() | NuGetRegistryRepository | Represents a NuGet repository for which the source is defined by a registry key under NuGet's repository registry key. |
![]() | NuGetRepository | Represents a source for NuGet package installation. Refer to NuGetSourceRepository or NuGetRegistryRepository for an example. |
![]() | NuGetSourceRepository | Represents a NuGet repository with a fully qualified source path. |
![]() | VSExtensionPackagesRepository | Represents a NuGet repository for which the source is identified by a Visual Studio extension. |
| Interface | Description | |
|---|---|---|
![]() | INuGetService | Service for installing NuGet packages from a code generator. |
Show:

