I have a Project compiled against .NET 4.7 and am trying to add some testing to my solution.
To this end I have added an MSTest (.NET Core) project to my solution and am getting the following error:
Could not load file or assembly 'System.Data.Entity.Design
Where System.Data.Entity.Design is referenced in the original project.
Now, I'm new to unit testing and .NET Core but I'm guessing that System.Data.Entity.Design is not compatible with .NET Core
What is the best solution to get around this problem?
I thought that perhaps recreating the Test project as a .NET Framework project might be the solution but I can't seem to find it in VS's project templates.
I've done some googling but I simply do not have the proper vocabulary to narrow down my search
question from:https://stackoverflow.com/questions/65935339/mstest-net-core-testing-a-net-framework-project