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 still maintained? #88

Closed ewassef closed 4 years ago

ewassef commented 8 years ago

@MikaelEliasson are you still maintaining this repo? I would be more than happy to help if you would like

abatishchev commented 8 years ago

@MikaelEliasson bump

RudeySH commented 6 years ago

As of today I have decided to maintain a fork of this project. See https://github.com/RudeySH/EntityFramework.Utilities

abatishchev commented 6 years ago

Cool, way to go!

abatishchev commented 6 years ago

However I don't see issues in that repo. Do you want to use this repobfor issue? Not sure that will work well. Nuget package. What would be the name? I'd use EFUtilities2. Folder structure. I'd refactor it to src, tests, like any other modern project. Move the license file to the root. CI/CD. I'd use AppVeyor. I can help. Branch policies/PR review. Should be enabled for master. I also can help.

RudeySH commented 6 years ago

@abatishchev I didn't realize issues are disabled by default in forks, I have enabled it. I will be publishing a NuGet package soon, I haven't decided on the name yet. EFUtilities2 sounds good although I don't want users to think there are breaking changes. I won't be making big changes to the folder structure anytime soon. That would make merging new pull requests on this repository difficult. I haven't given the other stuff much thought yet.