Table of Contents

Class DotnetSdkOperations

Namespace
Ando.Operations
Assembly
ando.dll

Legacy wrapper for .NET SDK installation operations. Use Dotnet.SdkInstall() instead for new scripts.

public class DotnetSdkOperations
Inheritance
DotnetSdkOperations
Inherited Members

Constructors

DotnetSdkOperations(DotnetOperations)

public DotnetSdkOperations(DotnetOperations dotnet)

Parameters

dotnet DotnetOperations

Methods

Install(string)

Installs the .NET SDK. Delegates to Dotnet.SdkInstall().

[Obsolete("Use Dotnet.SdkInstall() instead.")]
public void Install(string version = "9.0")

Parameters

version string

The SDK version to install (default: 9.0).