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 24, 2026
March 24, 2026

2.54.2

(fix): Replace Activator.CreateInstance<TConverterType>() with new TConverterType() in CollectionItemSerializer. The new() generic constraint allows compile-time instantiation, removing the reflection-based call that is not AOT-safe.

2.54.1

(chore): Remove the generic EnumSerializer<T> template that used reflection (GetField, GetCustomAttributes) at runtime. All enums already use per-enum generated serializers with static dictionary lookups, so the generic template was dead code. This cleanup removes the last reflection-based enum serialization path, improving NativeAOT and IL-trimming compatibility.

Was this page helpful?
Edit this page
Previous

March 25, 2026

Next

March 23, 2026