You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use BulkInsertAsync in an application with an Azure SqlServer.
It worked fine, when the project uses .NET 8 with Entity Framework Core 9.0.11 and BulkExtensions 8.1.3.
After upgrading to .NET 10, Entity Framework Core 10.0.0 and BulkExtensions 9.0.2 a call to BulkInsertAsync results in an exception:
System.MissingMethodException:
'Method not found: 'Boolean Microsoft.EntityFrameworkCore.Metadata.IReadOnlyNavigationBase.get_IsCollection()'.'