zzzprojects / EntityFramework-Extensions

Entity Framework Bulk Operations | Improve Entity Framework performance with Bulk SaveChanges, Insert, update, delete and merge for SQL Server, SQL Azure, SQL Compact, MySQL and SQLite.
https://entityframework-extensions.net
339 stars 56 forks source link

EF Core RC1 #439

Open viniciusverasdossantos opened 2 years ago

viniciusverasdossantos commented 2 years ago

Are you planning to release a version compatible with EF Core 6 RC1?

JonathanMagnan commented 2 years ago

Hello @viniciusverasdossantos ,

A lot of breaking changes (in their internal API) has appeared in the RC1.

We completed a branch to support those changes today, so we will validate them tomorrow and released a new version on Wednesday.

So the support is coming very soon.

Best Regards,

Jon

JonathanMagnan commented 2 years ago

Hello @viniciusverasdossantos ,

A new version has been released: https://www.nuget.org/packages/Z.EntityFramework.Extensions.EFCore/6.0.0-rc.1.21452.10-1

(Edited: added the wrong package!)

This version should now be compatible with the RC1

If you find any issues, let us know.

Best Regards,

Jon

viniciusverasdossantos commented 2 years ago

Thankyou

Vinicius Veras - VVS Sistemas www.vvssistemas.com.br


De: Jonathan Magnan @.> Enviado: Wednesday, September 22, 2021 11:57:24 AM Para: zzzprojects/EntityFramework-Extensions @.> Cc: Vinicius Veras dos Santos @.>; Mention @.> Assunto: Re: [zzzprojects/EntityFramework-Extensions] EF Core RC1 (#439)

Hello @viniciusverasdossantoshttps://github.com/viniciusverasdossantos ,

A new version has been released: https://www.nuget.org/packages/Z.EntityFramework.Plus.EFCore/6.0.0-rc.1.21452.10-1

This version should now be compatible with the RC1

If you find any issues, let us know.

Best Regards,

Jon

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://github.com/zzzprojects/EntityFramework-Extensions/issues/439#issuecomment-925011656, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AD6IOZE3DV5XGCIMUO44CUTUDHVFJANCNFSM5ENCJI4Q. Triage notifications on the go with GitHub Mobile for iOShttps://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Androidhttps://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

viniciusverasdossantos commented 2 years ago

When I try to use BulkMerge method I'm getting the error: Information Schema Table information. See the inner exception for details

https://www.loom.com/i/c5d9a352693a4a2a8b8b8fda5ee3e628

Packages:

<PackageReference Include="Z.EntityFramework.Extensions.EFCore" Version="6.0.0-rc.1.21452.10-1" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Proxies" Version="6.0.0-rc.1.21452.10" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="6.0.0-rc.1.21452.10" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="6.0.0-rc.1.21452.10">    
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="6.0.0-rc.1-ci.20210924T072729" />
JonathanMagnan commented 2 years ago

Hello @viniciusverasdossantos ,

Usually, this kind of error happens when the case of the table name is different. We escapable the table name (so keep the same casing as the one EF Provided).

Is it possible for you to provide a runnable project? You can send it in private here: info@zzzprojeects.com

Without a project, this is very hard for us to be 100% sure of the cause.

Best Regards,

Jon

JonathanMagnan commented 2 years ago

Hello again @viniciusverasdossantos

Since our last conversation, we haven't heard from you!

As mentioned in my previous message, could you provide a runnable project to our mailbox info@zzzprojects.com?

Looking forward to hearing from you,

Jon

JonathanMagnan commented 2 years ago

Hello @viniciusverasdossantos ,

A simple reminder that we are here to assist you!

Feel free to provide a runnable project to our mailbox info@zzzprojects.com

this way, we can help you better!

Best Regards,

Jon