.NET Data Community Standup: How to start contributing to Entity Framework Core
Jiri Cincura explains how to get started contributing to Entity Framework Core, including where to begin, how to build the repo locally, how the codebase is structured, and how the test setup works.
Overview
The session focuses on practical onboarding for new EF Core contributors:
- Where to start when looking for issues and contribution opportunities
- How to build the Entity Framework Core repository locally
- How the EF Core codebase is layered/structured
- How tests are organized and how the test workflow works