Entity Framework Community Standup - Open Source Contributions: How to Add a Feature to EF Core

preview_player
Показать описание
Do you want to contribute to EF Core but are uncertain where to begin? We’re here to help! In this episode of the EF Core Community Standup, we will add an EF Core feature live. We’ll go through everything from forking the repo, adding the code and related tests, and generating the pull request. Learn how the codebase is organized, how to build and how to run tests and receive answers to your questions in real time direct from the team that brings you magic unicorns!

#oss #entityframework #efcore
Рекомендации по теме
Комментарии
Автор

Thanks Arthur that was a really great talk

robdog
Автор

how to ignore creating class property column in database but fetch property value by raw SQL query?

It works when you use

=> a.SomeData);

db is created, then you comment abowe and add =>

but it is no a solution :/

So maby how to add this future to the EntityFrameworkCore?:) eg. HasComputedRawSqlProperty() -> dont create dbCollumn.

parsifal
Автор

Hi my name is Muhammad Adil Khan and would like to contribute. I am interested in fixing the bugs and updating/maintaining documents. Please let me know how can I join and talk to you guys. Thanks

AdilKhan-srdm
Автор

Can you invest in getting better microphones? The sound quality could be much better.

wpbest