# ctyun-faas-sdk-csharp **Repository Path**: ctyunfaas/ctyun-faas-sdk-csharp ## Basic Information - **Project Name**: ctyun-faas-sdk-csharp - **Description**: 天翼云函数计算OpenAPI开发SDK(C#) - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-12-03 - **Last Updated**: 2025-12-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # FaaS SDK - C# FaaS SDK C#实现。 ## 使用前提 请安装 .NET 8.0 SDK 或以上版本。 ## 使用示例 请参考 `Example` 目录的入门示例。 **编译:** ```shell rm -rf ./output/* && dotnet publish -c Release -o ./output ``` > 注:Example 目录有多个示例,编译时请仅保留一个示例的 ``main`` 函数,否则编译失败。 **运行:** ```shell output/ctyun-cf-sdk ``` ## License MIT License