-
Notifications
You must be signed in to change notification settings - Fork 54
Description
After upgrading EF Core and .Net to Version 10 the following error occurs with Handlebars Version 9.0.0:
System.MissingMethodException: Method not found: 'Boolean Microsoft.EntityFrameworkCore.Metadata.IReadOnlyNavigationBase.get_IsCollection()'.
at EntityFrameworkCore.Scaffolding.Handlebars.HbsCSharpEntityTypeGenerator.<>c.b__42_0(INavigationBase n)
at EntityFrameworkCore.Scaffolding.Handlebars.HbsCSharpEntityTypeGenerator.<>c.b__42_0(INavigationBase n)
at System.Linq.Enumerable.IEnumerableWhereIterator`1.ToList()
at EntityFrameworkCore.Scaffolding.Handlebars.HbsCSharpEntityTypeGenerator.GenerateConstructor(IEntityType entityType)
at EntityFrameworkCore.Scaffolding.Handlebars.HbsCSharpEntityTypeGenerator.GenerateClass(IEntityType entityType)