Table of Contents

Class NuGetConfiguredCommand

Namespace
DotNetDo
Assembly
DotNetDo.Core.dll

A NuGet command supporting an explicit configuration file.

public abstract record NuGetConfiguredCommand : NuGetCommand, IEquatable<ExecOptions>, IEquatable<ToolCommand>, IEquatable<ToolCommand<ExecResult>>, IEquatable<ExecToolCommand>, IEquatable<NuGetCommand>, IEquatable<NuGetConfiguredCommand>

Inheritance

Derived

Implements

Properties

ConfigFile

The NuGet configuration file used instead of normal discovery.

public AbsolutePath? ConfigFile { get; init; }

Property Value

AbsolutePath?

ConfiguredParts

Renders shared configuration controls.

protected IReadOnlyList<string?> ConfiguredParts { get; }

Property Value

IReadOnlyList<string?>

ForceEnglishOutput

Forces English output.

public bool ForceEnglishOutput { get; init; }

Property Value

bool

NonInteractive

Prevents interactive prompts.

public bool NonInteractive { get; init; }

Property Value

bool