Table of Contents

Class NuGetInit

Namespace
DotNetDo
Assembly
DotNetDo.Core.dll

Copies packages into a hierarchical folder source.

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

Inheritance

Implements

Properties

CommandParts

Gets every canonically ordered rendered command fragment.

protected override IReadOnlyList<string?> CommandParts { get; }

Property Value

IReadOnlyList<string?>

Destination

The folder source that receives the packages.

public AbsolutePath? Destination { get; init; }

Property Value

AbsolutePath?

Expand

Copies package contents into the destination hierarchy.

public bool Expand { get; init; }

Property Value

bool

Source

The folder containing packages to copy.

public AbsolutePath? Source { get; init; }

Property Value

AbsolutePath?