From 6ff751dbcd4f1c5223fd4d4d965ed9226fd51bbe Mon Sep 17 00:00:00 2001 From: Koen Date: Mon, 31 May 2021 04:24:21 +0800 Subject: [PATCH 1/2] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cdfe503..bc23cfa 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ +> DISCLAIMER: This project and this readme in particular are still a WIP. Expect a first version coming coon. + +> DISCLAIMER: The final name of this project has not yet been settled upon. EntityFrameworkCore.Projections is quite non descriptive as projections are a core concept of EFCore already. Feel free to open up an issue suggesting a better name + # EntitiyFrameworkCore.Projections Flexible projection magic for EFCore @@ -118,4 +122,4 @@ There are a few projects like [LinqKit](https://github.com/scottksmith95/LINQKit Yes it is! there is no difference between any of these versions and you can upgrade/downgrade whenever you want. #### What is next for this project? -TBD... \ No newline at end of file +TBD... From b657e0fa2b578974d1e2507d05c9d0a5c3be0354 Mon Sep 17 00:00:00 2001 From: Koen Date: Mon, 31 May 2021 04:25:48 +0800 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bc23cfa..02d0b92 100644 --- a/README.md +++ b/README.md @@ -122,4 +122,4 @@ There are a few projects like [LinqKit](https://github.com/scottksmith95/LINQKit Yes it is! there is no difference between any of these versions and you can upgrade/downgrade whenever you want. #### What is next for this project? -TBD... +TBD... However one thing I'd like to improve is our Expression generation logic as its currently making a few assumptions (have yet to experience it breaking). Community contributions are very welcome!