SourceGenerator
Source generator for automatic repository implementation with compile-time code generation.
Installation
dotnet add package Oproto.FluentDynamoDb.SourceGenerator
Key Features
- Compile-Time Generation - Repository implementations generated at build time
- Zero Reflection - No runtime reflection overhead
- AOT Compatible - Full support for Native AOT compilation
- Type-Safe Queries - Generated methods with proper typing
- Customizable - Configure generation behavior via attributes
Quick Start
// TODO: Add actual code example