MikaelEliasson / EntityFramework.Utilities

Provides extensions for EntityFramework that doesn't exist out of the box like delete and update by query and bulk inserts
443 stars 176 forks source link

Is this Project dead? #114

Open schweinsbauch opened 7 years ago

schweinsbauch commented 7 years ago

it looks like the project owner isn't very active?

schweinsbauch commented 7 years ago

bump

phillijw commented 7 years ago

It's incredibly dead. Use this instead: https://efbulkinsert.codeplex.com/

schweinsbauch commented 7 years ago

@phillijw: thanks for your hint. but it seams that entityframework.bulkinsert is also dead. my intention was to fork this library and adjust it to my needs.... i see that you are contributing on ghost1face/EntityFramework.BulkInsert, without looking at the code there, does EntityFramework.BulkInsert support Polymorphism (TPH), concurrency and transactions?

phillijw commented 7 years ago

I haven't actually used the other project yet as the documentation for it is kind of piss-poor at this point

schweinsbauch commented 7 years ago

ok... since I haven't too much time for this project, I will maintain my fork on https://github.com/schweinsbauch/EntityFramework.Utilities

Any PR are welcome as long they won't break the parts I need of this project (concurrent bulkinserts with TPH)

RudeySH commented 6 years ago

EFBulkInsert is not a replacement for this library, though. It only provides bulk insert, no update or delete.

@schweinsbauch I have been using your fork for a while. However, today I needed to make some changes myself and decided to start my own fork. See RudeySH/EntityFramework.Utilities. I have already merged most useful pending pull requests from this repository into my fork. I will be actively keeping my fork up-to-date. Pull requests are welcome, but I will also keep an eye on the original repository and see if useful suggestions/PRs show up here.

The following issues/PRs are fixed in my fork: #32, #34, #56, #57, #60, #61, #71, #72, #84, #89, #96, #112, #113, #115, #116.

schweinsbauch commented 6 years ago

@RudeySH looking forward to use your fork :)

RudeySH commented 6 years ago

@schweinsbauch I will be publishing a NuGet package soon!

frankiea commented 6 years ago

@RudeySH are you still planning to publish a NuGet package for your fork? I could really use some of those extra features.

RudeySH commented 6 years ago

@frankiea It took me a while, but I have finally published a NuGet package of my fork. https://www.nuget.org/packages/RudeySH.EFUtilities/

Gensplejs commented 6 years ago

Can you please add https://github.com/MikaelEliasson/EntityFramework.Utilities/pull/54/files?diff=split to https://www.nuget.org/packages/RudeySH.EFUtilities/ ?????????

RudeySH commented 5 years ago

@Gensplejs you might have already noticed it but I merged your pull request, a while ago actually.

ShurikEv commented 1 year ago

@RudeySH what about #104 ?

RudeySH commented 1 year ago

@ShurikEv Are you running into a similar issue as #104? If so, have you tried using my fork instead of MikaelEliasson's version? If yes, feel free to create an issue with steps to reproduce here: https://github.com/RudeySH/EntityFramework.Utilities/issues