Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EF Core RC1 #439

Open
viniciusverasdossantos opened this issue Sep 20, 2021 · 7 comments
Open

EF Core RC1 #439

viniciusverasdossantos opened this issue Sep 20, 2021 · 7 comments
Assignees

Comments

@viniciusverasdossantos
Copy link

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

@JonathanMagnan JonathanMagnan self-assigned this Sep 21, 2021
@JonathanMagnan
Copy link
Member

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
Copy link
Member

JonathanMagnan commented Sep 22, 2021

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
Copy link
Author

viniciusverasdossantos commented Sep 22, 2021 via email

@viniciusverasdossantos
Copy link
Author

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
Copy link
Member

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
Copy link
Member

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
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants