Lukáš Veteška
Lukáš Veteška
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)`
Yea thats rights, I am just reporting what I found :)) I read other issues and I see its not yet released :)
@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.
Consider this working fix?? ```javascript try { range.surroundContents(element); range.selectNodeContents(element.childNodes[0], 0); } catch (e) { var content = range.extractContents(); element.appendChild(content); range.insertNode(element); range.selectNodeContents(element); } ```
No need to press release before Chrismas, on vacation right now :D anyway thanks for early release
Hi, first tests shows everything works. Nice work!
Thanks for feedback. We actually cant fix 3rd party app. My incoming API is light, adding to queue and immediatelly return empty response to do not block 3rd party app.....