All Products
Search
Document Center

Simple Log Service:Install Simple Log Service SDK for .NET Core

Last Updated:Oct 26, 2023

Before you can use Simple Log Service SDK for .NET Core to perform operations on Simple Log Service, you must install Simple Log Service SDK for .NET Core. This topic describes how to install Simple Log Service SDK for .NET Core.

Prerequisites

  • Simple Log Service is activated. For more information, see Activate Simple Log Service.

  • An AccessKey pair is created and obtained. For more information, see AccessKey pair.

    An Alibaba Cloud account has permissions to call all API operations. If you use the AccessKey pair of an Alibaba Cloud account, security risks may occur. We recommend that you create and use a RAM user to call API operations or perform routine O&M. Make sure that the RAM user is granted the permissions to perform operations on Simple Log Service resources. For more information, see Grant permissions to a RAM user.

  • A .NET Core development environment is set up. For more information, visit Download .NET.

Supported platforms

Simple Log Service SDK for .NET Core only supports the following platforms:

  • .NET Core 2.0

  • .NET Framework (with .NET Core 1.x SDK) 4.6.2

  • .NET Framework (with .NET Core 2.0 SDK) 4.6.1

  • Mono 5.4

  • Xamarin.iOS 10.14

  • Xamarin.Mac 3.8

  • Xamarin.Android 8.0

  • Universal Windows Platform 10.0.16299

Dependencies

Simple Log Service SDK for .NET Core depends on the following functionalities. You must install the following plug-in packages.

Functionality

Plug-in package

Http

Microsoft.AspNet.WebApi.Client 5.2.4

Json

Json.Net 11.0.2

Protobuf

Google.Protobuf 3.5.1

Zlib

Iconic.Zlib.NetStandard 1.0.0

Lz4

lz4net 1.0.15.93

Installation

You can create a project to install Simple Log Service SDK for .NET Core. In the following procedure, Visual Studio 2019 is used.

  1. Download the installation package of Simple Log Service SDK for .NET Core.

  2. Decompress the installation package aliyun-log-dotnetcore-sdk-master.zip to a specified directory.

  3. Use Visual Studio 2019 to open the aliyun-log-dotnetcore-sdk-master\Aliyun.Api.LogService.Examples\Aliyun.Api.LogService.Examples.csproj file. Then, debug and install the SDK.

What to do next

Get started with Log Service SDK for .NET Core