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 8 support #1129

Closed
cincuranet opened this issue Aug 11, 2023 · 15 comments
Closed

EF Core 8 support #1129

cincuranet opened this issue Aug 11, 2023 · 15 comments

Comments

@cincuranet
Copy link
Member

No description provided.

@michaelmairegger
Copy link

Any news on that feature

@AdamWyzgol
Copy link

Can you look on that PR? #1153 should allow to use with .net 8 projects and EF Core 8

@AdamWyzgol
Copy link

@cincuranet I pushed one more commit to my fork, maybe it's ok now but looks like to run actions there is need to have custom runner? I think that commit should make possible to pass all tests from my closed PR PaxillusIT@4f33ddc

@AdamWyzgol
Copy link

Ok, I make test working in my fork but looks like now it's failing on EF6 tests

@cincuranet
Copy link
Member Author

👀 https://github.com/cincuranet/FirebirdSql.Data.FirebirdClient/tree/ef8

@abraluve
Copy link

Found not implemented method for EF Core 8:

MissingMethodException: Method not found: 'Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping.Clone(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMappingInfo ByRef)'. FirebirdSql.EntityFrameworkCore.Firebird.Storage.Internal.FbTypeMappingSource.FindMapping(ref RelationalTypeMappingInfo mappingInfo)

@cincuranet
Copy link
Member Author

@abraluve Firebird provider for EF Core 8 was not yet released (and this issue is still open, as you can see), so I guess you're using older provider version with newer EF Core, which is obviously unsupported scenario.

@abraluve
Copy link

Yea thats rights, I am just reporting what I found :)) I read other issues and I see its not yet released :)

@Igor-9309
Copy link

Hi!

Any news on that feature?

thx

@abraluve
Copy link

@Igor-9309 compile on your own not released repo from cincuranet above. Its still in dev however it can be used on .NET 8 at least.

@cincuranet
Copy link
Member Author

https://www.nuget.org/packages/FirebirdSql.EntityFrameworkCore.Firebird/11.0.0-alpha1

@cincuranet
Copy link
Member Author

Done via f2a5539.

@cincuranet cincuranet added this to the EFCore-11.0.0.0 milestone May 21, 2024
@Igor-9309
Copy link

Hi!

When will the new release version of the package be ready?

Thanks

@cincuranet
Copy link
Member Author

It was released couple of minutes ago: https://github.com/FirebirdSQL/NETProvider/releases/tag/EFCore-11.0.0.0

@Igor-9309
Copy link

THX 👍🍺🍺🍺

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

No branches or pull requests

5 participants