Concepts
Concepts
Understand how AutoSDK works — the generation pipeline, source generators, project structure, and naming conventions.
Learn the architecture and design decisions behind AutoSDK.
Generation Pipeline
How AutoSDK transforms OpenAPI specs into typed C# code.
Source Generators
How Roslyn incremental source generators power compile-time code generation.
Project Structure
Standard layout of an AutoSDK-generated project.
Naming Conventions
How API names map to C# types, methods, and properties.
Polymorphism
How oneOf, anyOf, and discriminated unions are handled.
Edit on GitHub
Last updated on