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
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.
using Bogus.DataSets;