Skip to content

BulkInsertAsync fails with SqlServer on .NET 10 and Entity Framework Core 10.0.0 #1907

@Tim-Paaschen

Description

@Tim-Paaschen

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()'.'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions