我创建了一个新的ASP.NET核心项目,创建了一个文件夹ViewModels,并在里面创建了一个空类:
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace 10k.ViewModels
{
}
我马上就在名称空间下面看到一条红色的曲折线条,上面写着
"A namespace cannot directly contain members such as fields or methods".
你知道为什么会发生这种