EntityFramework.MemoryJoin icon indicating copy to clipboard operation
EntityFramework.MemoryJoin copied to clipboard

.net 6 support

Open OPSnake opened this issue 3 years ago • 1 comments

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

OPSnake avatar Nov 22 '21 11:11 OPSnake

Hi @OPSnake , .Net 6 should be supported in the latest version.

neisbut avatar Dec 11 '21 14:12 neisbut