Search Results for

    Show / Hide Table of Contents

    Interface INuGetConfigManager

    Namespace: LemonEdge.NuGetManager.Config
    Assembly: LemonEdge.NuGetManager.dll
    Syntax
    public interface INuGetConfigManager

    Properties

    Settings

    The NuGet.Configuration.ISettings loaded from a nuget.config file

    Declaration
    ISettings Settings { get; }
    Property Value
    Type Description
    ISettings

    Methods

    GetDependencyBehavior()

    Gets the NuGet.Resolver.DependencyBehavior from Settings

    Default: NuGet.Resolver.DependencyBehavior.Lowest
    Declaration
    DependencyBehavior GetDependencyBehavior()
    Returns
    Type Description
    DependencyBehavior

    GetPackagesPath()

    Gets the root packages (local cache) path

    Declaration
    string GetPackagesPath()
    Returns
    Type Description
    string

    ReloadSettings()

    Reloads the Settings

    Declaration
    ISettings ReloadSettings()
    Returns
    Type Description
    ISettings

    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.