Visual Studio Code – How to deal with a Controller containing two constructors in ASP.NET Core?
I have an API upon which I mean to do Unit Testing via xUnit and Moq. It had one constructor actually, but I had to add another one for the specific purpose of Testing as per a suggestion by Visual…