Class NuGetLocals
- Namespace
- DotNetDo
- Assembly
- DotNetDo.Core.dll
Lists or clears local NuGet caches.
public sealed record NuGetLocals : NuGetConfiguredCommand, IEquatable<ExecOptions>, IEquatable<ToolCommand>, IEquatable<ToolCommand<ExecResult>>, IEquatable<ExecToolCommand>, IEquatable<NuGetCommand>, IEquatable<NuGetConfiguredCommand>, IEquatable<NuGetLocals>Inheritance
Implements
Properties
Action
Whether to list or clear the selected cache.
public NuGetLocalAction? Action { get; init; }Property Value
CommandParts
Gets every canonically ordered rendered command fragment.
protected override IReadOnlyList<string?> CommandParts { get; }Property Value
Resource
The local NuGet cache to inspect or clear.
public NuGetLocalResource? Resource { get; init; }