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.
Book a demoLog inStart for free
  • Overview
    • Introduction
    • How it works
    • Quickstart
    • Customer showcase
  • Working with SDKs
    • Project structure
    • Adding custom code
    • Migrating to Replay
    • Capabilities
  • Generators
      • Generating an SDK
      • Publishing to NuGet
      • Configuration
      • Adding custom code
      • Version compatibility
      • Changelog
      • Customer showcase
  • Reference
    • 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
Book a demoLog inStart for free
Generators.NET

Changelog

May 1, 2026
May 1, 2026

2.65.0

(feat): Generate CONTRIBUTING.md for C# SDKs, matching the pattern used by the TypeScript generator. The file is skipped for whitelabel SDKs.

2.64.2

(fix): Dedup auth-derived headers in the generated client constructor when multiple auth schemes resolve to the same HTTP header name (for example, an oauth2 bearer scheme plus an apiKey-in-header scheme both named Authorization). Previously the constructor’s Dictionary<string, string> collection initializer added the same key twice and threw System.ArgumentException: An item with the same key has already been added at runtime. Earlier auth schemes win, preserving the ordering established by the IR.

(fix): Fix literal boolean auth-header values being emitted as "True" regardless of the configured value. The generated client constructor’s auth-header dictionary tested the truthiness of the Literal discriminated-union object instead of reading its boolean field, so a literal false header incorrectly produced "True".

Was this page helpful?
Edit this page
Previous

May 7, 2026

Next

April 30, 2026