Relative Content

Tag Archive for .net-core

Getting an error for moq : Can not instantiate proxy of class

`I’m writing a unit test using Moq for the first time, and I’m encountering an error related to the constructor. I’m trying to get my unit test to work, but I’m stuck at this point. Below is the full code for my unit test and error i am getting