System.MissingMethodException: Method not found – Entity Framework

Issue Encountered the System.MissingMethodException: Method not found with very little else to go on. I noticed as part of the stack trace a reference to an async call on Entity Framework Core Add method. Solution The error got me thinking about EF Core and…