taghelpers Intellisense在beta 5 Asp.net 5 MVC 6中缺失

时间:2015-07-04 12:09:12

标签: asp.net-core asp.net-core-mvc tag-helpers

在beta 5中,VS2015中的intellisense对标记符不起作用。 我修复了缺少的属性错误消息,并将此存根添加到我的项目

我该如何解决这个问题?

using System;

namespace Microsoft.AspNet.Mvc
{
    /// <summary>
    /// Specifies that a property or parameter value should be initialized via the dependency injection
    /// container for activated types.
    /// </summary>
    [AttributeUsage(AttributeTargets.Property | AttributeTargets.Parameter, AllowMultiple = false)]
    public sealed class ActivateAttribute : Attribute
    {
    }
}

1 个答案:

答案 0 :(得分:1)

找到IT。我暂时使用了beta 6。但是忘了将_ViewImports重命名为_GlobalImport