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

.NET Core 3.0 Preview 6 incompatibility #903

Closed
SonicGD opened this issue Jun 13, 2019 · 7 comments
Closed

.NET Core 3.0 Preview 6 incompatibility #903

SonicGD opened this issue Jun 13, 2019 · 7 comments

Comments

@SonicGD
Copy link

SonicGD commented Jun 13, 2019

Hello. When i try to run my app on .NET Core 3.0 Preview 6 it fails with error:

Unhandled Exception: System.TypeLoadException: Could not load type 'Microsoft.EntityFrameworkCore.Query.ExpressionTranslators.IMemberTranslator' from assembly 'Microsoft.EntityFrameworkCore.Relational
, Version=3.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60'.
   at Microsoft.Extensions.DependencyInjection.NpgsqlEntityFrameworkServicesBuilderExtensions.AddEntityFrameworkNpgsql(IServiceCollection serviceCollection)

As i understand, problem is here - https://github.com/npgsql/Npgsql.EntityFrameworkCore.PostgreSQL/blob/d86bd4eff553d9a65713d8a1d2e84a41791f5a8b/src/EFCore.PG/Extensions/NpgsqlServiceCollectionExtensions.cs#L96

and caused by dotnet/efcore#14455

@roji
Copy link
Member

roji commented Jun 13, 2019

You will have to wait until a preview6 of the Npgsql provider is released. This is expected to take a while, as the upstream changes are quite significant - we may end up syncing only for preview7.

@roji roji closed this as completed Jun 13, 2019
SonicGD added a commit to BioWareRu/BioEngine.Extra.Facebook that referenced this issue Jun 13, 2019
SonicGD added a commit to BioWareRu/BioEngine.Extra.Twitter that referenced this issue Jun 13, 2019
SonicGD added a commit to BioWareRu/BioEngine.BRC.Importer that referenced this issue Jun 13, 2019
SonicGD added a commit to BioWareRu/BioEngine.BRC.BioWare that referenced this issue Jun 13, 2019
SonicGD added a commit to BioWareRu/BioEngine.Core.Infra that referenced this issue Jun 13, 2019
SonicGD added a commit to BioWareRu/BioEngine.BRC.Common that referenced this issue Jun 13, 2019
SonicGD added a commit to BioWareRu/BioEngine.Extra.IPB that referenced this issue Jun 13, 2019
SonicGD added a commit to BioWareRu/BioEngine.BRC.Games that referenced this issue Jun 13, 2019
SonicGD added a commit to BioWareRu/BioEngine.Core.Site that referenced this issue Jun 13, 2019
SonicGD added a commit to BioWareRu/BioEngine.Extra.Ads that referenced this issue Jun 13, 2019
SonicGD added a commit to BioWareRu/BioEngine.Core.Api that referenced this issue Jun 13, 2019
SonicGD added a commit to BioWareRu/BioEngine.Pages that referenced this issue Jun 13, 2019
SonicGD added a commit to BioWareRu/BioEngine.Posts that referenced this issue Jun 13, 2019
SonicGD added a commit to BioWareRu/BioEngine.Core that referenced this issue Jun 13, 2019
@SeppPenner
Copy link

Hi @roji. Do you already have a slight idea when this will be available?

@roji
Copy link
Member

roji commented Jun 27, 2019

Probably only for preview7, which is not too far away. Once that's out, I'll try to do a big push and release the corresponding Npgsql provider. Sorry it's not immediately available as usual - preview6 actually includes some pretty big changes that introduce considerable breakage on the provider side.

@SeppPenner
Copy link

@roji Is this already available in the preview8 version? (Right now I'm using SQL server but I want to switch back to PostgreSQL again as soon as possible...)

@SonicGD
Copy link
Author

SonicGD commented Sep 5, 2019

Yes, it is. Preview8 and preview9 (released today) works great.

@SeppPenner
Copy link

Yes, it is. Preview8 and preview9 (released today) works great.

Thanks, I will try it. I have seen the Visual Studio update and the NetCore update already 👍

@SeppPenner
Copy link

Yep, works for me as well. Thanks for the updates to all.

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

No branches or pull requests

3 participants