vs2017 15.9.9 dotnet core 2.1.3新的ControllerActionDescriptor在IDE中始终为null

时间:2019-03-19 17:41:47

标签: visual-studio-2017 asp.net-core-2.1

我正在调试过滤器的一些单元测试,在安排中,我有这样的东西:

ControllerActionDescriptor actionDescriptor = new ControllerActionDescriptor
{
    ActionName = "Action",
};

在IDE中的任何地方都说actionDescriptor为null(局部视图,将指针放在变量上),但是打开它的属性,我可以看到ActionName的值。

我用2.1创建了一个新的空控制台应用程序,并添加了nuget Microsoft.AspNetCore.Mvc.Core,其中Main和actionDescriptor中的代码为空。

任何人都可以复制吗? o也许我的VS实例损坏了。

0 个答案:

没有答案