This topic describes how to install Function Compute SDK for C#.

Prepare the environment

  • Install a NuGet package. For more information, see Install NuGet client tools.
    Note .NET Core 2.1 or later is required. After you install .NET Core, you can run the dotnet --version command to check the installed version.
  • Install Visual Studio 2010 or later. For more information, see Download Visual Studio.

Install the SDK

Install SDK for C# in Visual Studio.

  1. In Visual Studio, choose Tools > NuGet Package Manager > Manage NuGet Packages for Solution.
  2. On the Browse tab, enter aliyun.fc.sdk in the search box.
  3. Select the latest version of Function Compute SDK for C# and click Install.
    install-C-SDK