Search Results for

    Show / Hide Table of Contents

    Class NuGetSettings

    External settings for NuGet management

    Inheritance
    object
    NuGetSettings
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    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>

    Extension Methods

    LinqExtensions.AsArray<T>(T)
    LinqExtensions.ToArrayOfOne<T>(T)
    LinqExtensions.ToListOfOne<T>(T)
    MiscExtensions.SetIfNotEqual<T, TP>(T, Expression<Func<T, TP>>, TP)
    WeakReferenceExtensions.WeakReference(object)
    SQLExtensions.ToSQLValue(object, bool)
    ReflectionExtensions.ClearEventInvocations(object, string)
    StringExtensions.ToCSVFormatString(object, Type)
    In this article
    Back to top © LemonEdge Technologies. All rights reserved.