Class NuGetSettings
External settings for NuGet management
Inherited Members
Namespace: LemonEdge.NuGetManager.Config
Assembly: LemonEdge.NuGetManager.dll
Syntax
public class NuGetSettings
Constructors
NuGetSettings()
Declaration
public NuGetSettings()
Properties
ClearCacheOnStartup
Clear the local nuget-cache on application startup
Defaults to LemonEdge.NuGetManager.Config.NuGetSettings.DEFAULT_CLEAR_CACHE_ON_STARTUP
Declaration
public bool ClearCacheOnStartup { get; set; }
Property Value
Type | Description |
---|---|
bool |
IgnoreDependenciesSuppliedByHost
Ignore dependencies that may be provided by the platform.
Defaults to LemonEdge.NuGetManager.Config.NuGetSettings.DEFAULT_IGNORE_DEPENDENCIES_SUPPLIED_BY_HOST
Declaration
public bool IgnoreDependenciesSuppliedByHost { get; set; }
Property Value
Type | Description |
---|---|
bool |
NuGetRepositories
A collection of NuGetRepository
Declaration
public List<NuGetRepository> NuGetRepositories { get; set; }
Property Value
Type | Description |
---|---|
List<NuGetRepository> |