Skip to content

.net 6 support #24

@OPSnake

Description

@OPSnake

Hi,

I have an exception with .net6. The FindEntityType method is not an extension method in .net 6.
Message: 
System.MissingMethodException : Method not found: 'Microsoft.EntityFrameworkCore.Metadata.IEntityType Microsoft.EntityFrameworkCore.ModelExtensions.FindEntityType(Microsoft.EntityFrameworkCore.Metadata.IModel, System.Type)'.

Arborescence des appels de procédure: 
EFHelper.GetKeyProperty(DbContext context, Type t)
MappingHelper.GetEntityMapping[T](DbContext context, Type queryClass, Dictionary2 allowedPropertyMapping) MemoryJoiner.FromLocalList[T](DbContext context, IList1 data, Type queryClass, ValuesInjectionMethod method)
MemoryJoiner.FromLocalList[T](DbContext context, IList1 data, Type queryClass) MemoryJoiner.FromLocalList[T](DbContext context, IList1 data)

Thanks

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