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.
Slack communityBook a demo
HomeAPI DefinitionSDKsDocsCLI & API Reference
HomeAPI DefinitionSDKsDocsCLI & API Reference
  • Introduction
    • Overview
    • Language Support
    • SDK Customer Showcase
      • Python
      • Go
      • .NET
      • Java
      • PHP
      • Ruby
  • Capabilities
    • Strongly Typed
    • Idiomatic Method Names
    • Schema Validation
    • Discriminated Unions
    • Multipart Form Data
    • Forward Compatibility
    • Registry Publishing
    • Auto-Pagination
    • OAuth Token Refresh
    • Retries with Backoff
    • Webhook Signature Verification
    • Idempotency Headers
    • Server-Sent Events
    • Integration Tests
    • Code Snippets
    • Augment with Custom Code
    • Merging Multiple APIs
    • WebSockets
  • Reference
    • Configuration
  • Guides
    • Generate your First SDK
    • Preview your SDK Locally
    • Publish a Public-Facing SDK
LogoLogo
Slack communityBook a demo
IntroductionChangelogs

.NET

January 22, 2025
January 22, 2025

1.9.12

(fix): Change serialization logic for headers and querystring parameters:

  • Strings, enums, dates, times, and date times are serialized as before.
  • Booleans are now serialized as true and false instead of True and False.
  • Objects, lists, maps, dictionaries, undiscriminated, and discriminated unions are serialized to JSON.

(fix): Only use .Value on nullable structs when serializing parameters to headers and querystring parameters.

Was this page helpful?
Edit this page
Previous

November 25, 2024

Next
Built with