Search Results for

    Show / Hide Table of Contents

    Class DotNetCliContext

    APIs related to .NET Core CLI.

    Inheritance
    System.Object
    DotNetCliContext
    Namespace: McMaster.Extensions.CommandLineUtils
    Assembly: McMaster.Extensions.CommandLineUtils.dll
    Syntax
    public static class DotNetCliContext

    Methods

    | Improve this Doc View Source

    IsGlobalVerbose()

    dotnet --diagnostics was specified.

    Declaration
    public static bool IsGlobalVerbose()
    Returns
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    In This Article
    Back to top