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 8, 2026
May 8, 2026

2.66.0

(feat): Add a default-timeout-in-seconds config option to the C# SDK generator. When set, the generated ClientOptions.Timeout defaults to the configured value (or Timeout.InfiniteTimeSpan when set to "infinity") instead of the previously hardcoded 30 seconds. SDK users can still override the timeout per-request via RequestOptions.Timeout.

(feat): Add an opt-in user-agent-name-from-package custom config option. When set to true, the generated client falls back to a <NuGetPackageId>/<version> User-Agent header when no platformHeaders.userAgent is set in the IR (e.g. for SDKs imported from OpenAPI), matching the TypeScript generator’s npm-package-name fallback. Defaults to false, preserving the existing behavior of emitting no User-Agent header in that case.

Was this page helpful?
Edit this page
Previous

May 11, 2026

Next

May 7, 2026