在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
{
}
}
答案 0 :(得分:1)
找到IT。我暂时使用了beta 6。但是忘了将_ViewImports重命名为_GlobalImport