Wlniao.Aliyun 8.0.17

dotnet add package Wlniao.Aliyun --version 8.0.17
                    
NuGet\Install-Package Wlniao.Aliyun -Version 8.0.17
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Wlniao.Aliyun" Version="8.0.17" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Wlniao.Aliyun" Version="8.0.17" />
                    
Directory.Packages.props
<PackageReference Include="Wlniao.Aliyun" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Wlniao.Aliyun --version 8.0.17
                    
#r "nuget: Wlniao.Aliyun, 8.0.17"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Wlniao.Aliyun@8.0.17
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Wlniao.Aliyun&version=8.0.17
                    
Install as a Cake Addin
#tool nuget:?package=Wlniao.Aliyun&version=8.0.17
                    
Install as a Cake Tool

xcore

Wlniao.Aliyun for Wlniao.XCore

License

GitHub License
Package Version Pull Count

Add Package

dotnet add package Wlniao.Aliyun -v 8.0.0

SLS日志服务

设置Logger实例

Wlniao.Log.Loger.SetLogger(new Wlniao.Aliyun.AliyunLoger(Log.LogLevel.Debug));

配置Aliyun参数

WLN_LOG_SERVER=日志服务服务接入点
WLN_LOG_SLS_PROJECT=日志项目名称
WLN_LOG_SLS_STORE=日志存储库名称
WLN_LOG_KEYID=阿里云AccessKey ID
WLN_LOG_KEYSECRET=阿里云AccessKey Secret

配置权限策略

{
    "Version": "1",
    "Statement": [
        {
            "Effect": "Allow",
            "Action": [
                "log:GetLogStore",
                "log:CreateLogStore",
                "log:PostLogStoreLogs",
                "log:CreateIndex",
                "log:UpdateIndex"
            ],
            "Resource": "acs:log:*:*:project/<projectName>/logstore/*"
        }
    ]
}
Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Wlniao.Aliyun:

Package Downloads
Wlniao.Aliyun.Mts

Aliyun Extend for Wlniao.XCore

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
8.0.17 203 1/14/2026
8.0.16 303 12/15/2025
8.0.15 330 10/7/2025
8.0.14 269 10/7/2025
8.0.13 288 8/19/2025
8.0.12 246 8/15/2025
8.0.11 260 8/15/2025
8.0.10 351 4/11/2025
8.0.9 314 2/27/2025
8.0.8 381 11/11/2024
8.0.7 392 9/3/2024
8.0.6 310 9/3/2024
8.0.5 303 9/3/2024
8.0.4 281 9/2/2024
8.0.3 313 9/2/2024
8.0.2 325 9/2/2024
8.0.1 321 9/2/2024
8.0.0 305 9/2/2024
3.1.1 941 5/20/2022
3.1.0 762 9/9/2021
Loading failed