Search Results for

    Show / Hide Table of Contents

    Class ServiceCollectionExtensions

    Inheritance
    object
    ServiceCollectionExtensions
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: LemonEdge.NuGetManager
    Assembly: LemonEdge.NuGetManager.dll
    Syntax
    public static class ServiceCollectionExtensions

    Methods

    ConfigureServices(IServiceCollection, IConfiguration?)

    Registers all dependencies for the NuGet library against a service collection

    Declaration
    public static void ConfigureServices(this IServiceCollection services, IConfiguration? configuration = null)
    Parameters
    Type Name Description
    IServiceCollection services
    IConfiguration configuration
    In this article
    Back to top © LemonEdge Technologies. All rights reserved.