NuGetSourceRepository Class

Represents a NuGet repository with a fully qualified source path.

System.Object
  Microsoft.AspNet.Scaffolding.NuGet.NuGetRepository
    Microsoft.AspNet.Scaffolding.NuGet.NuGetSourceRepository

Namespace:  Microsoft.AspNet.Scaffolding.NuGet
Assembly:  Microsoft.AspNet.Scaffolding.12.0 (in Microsoft.AspNet.Scaffolding.12.0.dll)

public sealed class NuGetSourceRepository : NuGetRepository

The NuGetSourceRepository type exposes the following members.

  NameDescription
Public methodNuGetSourceRepository()Constructor. Use this when you want to specify user's configured sources as package installation source path.
Public methodNuGetSourceRepository(String)Constructor.
Top

  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: