Contributing¶
Thank you for your interest in contributing to DynamoMapper!
Development Setup¶
- Clone the repository
- Install .NET SDK 8.0 or later
- Run
dotnet restore - Run
dotnet build
Running Tests¶
Pull Requests¶
- Fork the repository
- Create a feature branch
- Make your changes
- Add tests
- Submit a pull request
Code Style¶
- Follow standard C# conventions
- Add XML documentation comments to public APIs
- Keep generated code readable
See Phase 1 Requirements for implementation guidelines.