I created a Web API project using the default ASP.NET Core Web Application (.NET Framework) template and then published to local folder using VS.
Now if I call
We ran in the same problem building our app in CI. Apparantly a reference towards another unittest project slipped in. This Created the error at hand.