For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
预约演示登录免费开始
  • 使用 SDK
    • SDK 概述
    • SDK 如何工作
    • Quickstart
    • Customer showcase
  • 使用 SDK
    • 项目结构
    • 添加自定义代码
    • Migrating to Replay
    • 功能特性
  • 参考
      • Generating an SDK
      • 发布到 NuGet
      • Configuration
      • 添加自定义代码 (.NET)
      • .NET 兼容性
      • 变更日志
      • Customer showcase
  • 资源
    • generators.yml
Checking status...
SOC2Soc 2 Type II
© 2026 Fern • Birch Solutions, Inc., a Postman company

Documentation

SDKsDocsAsk FernCLI Reference

API Definitions

OpenAPIAsyncAPIOpenRPCgRPC

Resources

BlogSupportPricing

Company

Brand KitPrivacy PolicyTerms of Service
LogoLogo
预约演示登录免费开始
参考.NET

Changelog

May 1, 2026
May 1, 2026

2.65.0

(feat): 为 C# SDK 生成 CONTRIBUTING.md,与 TypeScript 生成器使用的模式相匹配。该文件对 whitelabel SDK 跳过生成。

2.64.2

(fix): 当多个身份验证方案解析到同一 HTTP 标头名时(例如,oauth2 bearer 方案加上同样命名为 Authorization 的 apiKey-in-header 方案),在生成的客户端构造函数中对身份验证派生的标头进行去重。此前,构造函数的 Dictionary<string, string> 集合初始化器会两次添加相同的键,并在运行时抛出 System.ArgumentException: An item with the same key has already been added。较早的身份验证方案胜出,保留了 IR 建立的顺序。

(fix): 修复字面量布尔身份验证标头值无论配置值如何都被发出为 "True" 的问题。生成的客户端构造函数的身份验证标头字典此前测试 Literal 判别联合对象的真值,而不是读取其 boolean 字段,因此字面量 false 标头错误地产生了 "True"。

此页面是否有帮助?
编辑此页面
上一个

May 7, 2026

下一个

April 30, 2026