Visual Studio refuses to build project due to missing assembly reference that isn't missing

前端 未结 6 1381
庸人自扰
庸人自扰 2020-12-18 18:38

I\'m building a c# windows service and has added a couple of assembly references (to other projects of my own) to my project.

I get the following error when I build

6条回答
  •  醉话见心
    2020-12-18 19:03

    I think you are missing a Nuget Library called: Bogus. You can install it from Nuget-Solution installer in visual studio. Just install it and also add using Bogus.DataSets; on your class file. Hopefully this will solve your issue.

提交回复
热议问题