Method | Description | |
---|---|---|
DisablePackageSource ( string name, string source ) : void | ||
GetDestinationFolder ( ) : string | ||
GetIsPrereleaseAllowed ( IRepository repository ) : bool | ||
LoadPackageSources ( bool onlyEnabled = false ) : IEnumerable |
||
NuGetConfigurationService ( IConfigurationService configurationService, IPackageSourceProvider packageSourceProvider, INuGetFeedVerificationService feedVerificationService ) : System | ||
SetDestinationFolder ( string value ) : void | ||
SetIsPrereleaseAllowed ( IRepository repository, bool value ) : void |
Method | Description | |
---|---|---|
DeletePackageSource ( string name, string source ) : void | ||
GetIsPrereleaseAllowedKey ( IRepository repository ) : string | ||
SavePackageSource ( string name, string source, bool isEnabled = true, bool isOfficial = true ) : bool | ||
SavePackageSource ( string name, string source, bool isEnabled = true, bool isOfficial = true, bool verifyFeed = true ) : bool | ||
SavePackageSources ( IEnumerable |
public DisablePackageSource ( string name, string source ) : void | ||
name | string | |
source | string | |
return | void |
public GetIsPrereleaseAllowed ( IRepository repository ) : bool | ||
repository | IRepository | |
return | bool |
public LoadPackageSources ( bool onlyEnabled = false ) : IEnumerable |
||
onlyEnabled | bool | |
return | IEnumerable |
public NuGetConfigurationService ( IConfigurationService configurationService, IPackageSourceProvider packageSourceProvider, INuGetFeedVerificationService feedVerificationService ) : System | ||
configurationService | IConfigurationService | |
packageSourceProvider | IPackageSourceProvider | |
feedVerificationService | INuGetFeedVerificationService | |
return | System |
public SetDestinationFolder ( string value ) : void | ||
value | string | |
return | void |
public SetIsPrereleaseAllowed ( IRepository repository, bool value ) : void | ||
repository | IRepository | |
value | bool | |
return | void |