Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

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

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
100 views
Welcome To Ask or Share your Answers For Others

1 Answer

Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...