VS2012 Breakpoints are not getting hit

后端 未结 24 1644
小鲜肉
小鲜肉 2020-12-13 12:44

I have a class that looks like this:

public class MyService
{
    private MyService(){}
    public static string GetStuff()
    {
        var stuffDid = new          


        
24条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-13 13:22

    I ran into a similar issue. It turned out that for me it was a bad migration from VS2010 to VS2012 with the *.testrunconfig file. I deleted the old one and set up a new one to resolve the issue.

提交回复
热议问题