Microsoft.AspNet.Scaffolding.NuGet Namespace

The Microsoft.AspNet.Scaffolding.NuGet namespace contains classes related to NuGet packages that are required for scaffolding.

  ClassDescription
Public classNuGetPackageContains data required for a NuGet package installation request.
Public classNuGetRegistryRepositoryRepresents a NuGet repository for which the source is defined by a registry key under NuGet's repository registry key.
Public classNuGetRepositoryRepresents a source for NuGet package installation. Refer to NuGetSourceRepository or NuGetRegistryRepository for an example.
Public classNuGetSourceRepositoryRepresents a NuGet repository with a fully qualified source path.
Public classVSExtensionPackagesRepositoryRepresents a NuGet repository for which the source is identified by a Visual Studio extension.

  InterfaceDescription
Public interfaceINuGetServiceService for installing NuGet packages from a code generator.
Show: