Saturday, May 2, 2020

ASP.Net API - Cannot call method UseInMemoryDatabase?

Following the Microsoft step-by-step guide on creating my first Web API using ASP.Net Core. Then i encountered an issue where method UseInMemoryDatabase not accessible.



Did some googling and found that i need to install another package. Problem solved!