Skip to content

DotNetRestoreSettingsExt Class

Definition

Extended variant of the base Nuke.Common.Tools.DotNet.DotNetRestoreSettings class.

C#
[Serializable]
public class DotNetRestoreSettingsExt : DotNetRestoreSettings, IOptions

Inheritance object → Nuke.Common.Tooling.Options → Nuke.Common.Tooling.ToolOptions → Nuke.Common.Tools.DotNet.DotNetRestoreSettings

Implements Nuke.Common.Tooling.IOptions

Properties

Interactive

Gets a value indicating whether to restore interactively.

C#
[Argument(Format = "--interactive")]
public bool? Interactive { get; }

Methods

SetInteractive(bool)

Configures whether to restore interactively.

C#
public DotNetRestoreSettingsExt SetInteractive(bool value)

Parameters

value bool
Whether to enable interactive restore.

Returns

DotNetRestoreSettingsExt
The configured settings.