Skip to content

Contributing

Thank you for your interest in contributing to DynamoMapper!

Development Setup

  1. Clone the repository
  2. Install .NET SDK 8.0 or later
  3. Run dotnet restore
  4. Run dotnet build

Running Tests

dotnet test

Pull Requests

  1. Fork the repository
  2. Create a feature branch
  3. Make your changes
  4. Add tests
  5. 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.