❔ What could be causing the following issue (Method not found):
Method not found: 'System.Collections.Generic.IList`1<Microsoft.EntityFrameworkCore.Metadata.Conventions.IModelFinalizingConvention> Microsoft.EntityFrameworkCore.Metadata.Conventions.ConventionSet.get_ModelFinalizingConventions()'.
4 Replies
This issue appears when I try to do dotnet ef database update
Is it reliant on a Nugent Package?
I'm finding something similar, but not exact where they needed the package from and had to add the following usings to their directive
I managed to resolve this issue, but I don't think the thing that resolved mine will apply to you unfortunately - I somehow installed Microsoft.EntityFrameworkCore even though I already had it installed, I uninstalled the duplicate package in NuGet and it worked
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.