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
ConfiguredParts
Renders shared configuration controls.
protected IReadOnlyList<string?> ConfiguredParts { get; }Property Value
ForceEnglishOutput
Forces English output.
public bool ForceEnglishOutput { get; init; }Property Value
NonInteractive
Prevents interactive prompts.
public bool NonInteractive { get; init; }