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

March 7, 2026
March 7, 2026

2.23.12

(chore): Parallelize endpoint snippet generation in populateSnippetsCache(). All endpoints are now processed concurrently via Promise.all instead of sequentially, reducing snippet generation time for large APIs.

2.23.11

(chore): Remove unnecessary NuGet package restore from the generator Dockerfile. NuGet packages are not needed at generation time since the generator only writes files and runs csharpier; no dotnet restore occurs during generation.

2.23.10

(chore): Optimize context construction performance: replace expensive O(n) string split/filter/join in ModelNavigator’s tree indexing with O(1) incremental path building, skip recursion into name-casing variant branches that only contain primitive values, and lazily initialize the CsharpFormatter so the csharpier tool path is only resolved when formatting is actually needed.

2.23.9

(chore): Sync and cache NuGet dependencies across all C# Dockerfiles. Updates test framework packages to match generated SDK versions and adds NuGet restore caching to the generator Dockerfiles.

2.23.8

(chore): Reduce dotnet CLI process spawns during project setup by generating the .slnx solution file and test project reference directly as templates instead of invoking 5 separate dotnet CLI commands (dotnet new sln, dotnet sln add ×2, dotnet remove reference, dotnet add reference). This eliminates ~5-10s of cold .NET CLI startup overhead per generation run.

2.23.7

(chore): Parallelize file writes during project persistence using batched concurrency (100 files per batch via Promise.all), significantly reducing generation time for large projects with thousands of files.

Was this page helpful?
Edit this page
Previous

March 8, 2026

Next

March 3, 2026