TypeLoadException: Method 'get_LockReleaseBehavior'

34 views
Skip to first unread message

Norbert Saint Georges

unread,
Jan 18, 2025, 3:27:18 AMJan 18
to firebird-n...@googlegroups.com
TypeLoadException: Method 'get_LockReleaseBehavior' in type
'FirebirdSql.EntityFrameworkCore.Firebird.Migrations.Internal.FbHistoryRepository'
from assembly 'FirebirdSql.EntityFrameworkCore.Firebird,
Version=11.0.0.0, Culture=neutral, PublicKeyToken=7a73ef09980c56c9'
does not have an implementation.

Hi there,

is there a way around the problem?

--
Norbert Saint Georges
http://tetrasys.fi

Jiří Činčura

unread,
Jan 18, 2025, 11:32:10 AMJan 18
to 'Mr. John' via firebird-net-provider
https://github.com/FirebirdSQL/NETProvider/issues/1198

--
Mgr. Jiří Činčura
https://www.tabsoverspaces.com/
> --
> You received this message because you are subscribed to the Google
> Groups "firebird-net-provider" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to firebird-net-pro...@googlegroups.com.
> To view this discussion visit
> https://groups.google.com/d/msgid/firebird-net-provider/vmfoko%2410gi%241%40ciao.gmane.io.

Norbert Saint Georges

unread,
Jan 20, 2025, 6:55:11 AMJan 20
to firebird-n...@googlegroups.com
Jirí Cincura a écrit :
> https://github.com/FirebirdSQL/NETProvider/issues/1198

It works better with this version 12.beta1 until the problem of
limiting the 31 characters as described below.


Is there a way to track index name ganerations?

System.InvalidOperationException : 'The foreign keys {'ParentId'} on
'Content' and {'ContentTypeId'} on 'Content' are both mapped to
'ZauberContent.FK_ZauberContent_ZauberContent~', but referencing
different principal tables ('ZauberContent' and 'ZauberContentTypes').'

Jiří Činčura

unread,
Jan 20, 2025, 7:54:51 AMJan 20
to 'Mr. John' via firebird-net-provider
You can specify the names explicitly, so the default uniquification algorithm does not kick in. Or you can replace the convention from https://github.com/FirebirdSQL/NETProvider/blob/59cfb1f71ce4832b8f815a6189138d5564de48ab/src/FirebirdSql.EntityFrameworkCore.Firebird/Metadata/Conventions/FbConventionSetBuilder.cs#L36.

I want to have this configurable (as part of https://github.com/FirebirdSQL/NETProvider/issues/931), but it is not surfaced yet.

Norbert Saint Georges

unread,
Jan 20, 2025, 9:18:29 AMJan 20
to firebird-n...@googlegroups.com
Jirí Cincura a écrit :
Perfect, everything's OK now.
Thank you
Reply all
Reply to author
Forward
0 new messages