标签:head 自动 relative 面向 href warning 版本 html blog
1. 安装新 .Net Core SDK 2.1
2. 升级VS.net 到15.7, 这个版本极其不好用,IIS打中文会自动退出,但现在也没办法降级了.只能等微软打补丁.
3. 对于面向 ASP.NET Core 2.1 及更高版本的应用程序,建议使用 Microsoft.AspNetCore.App 而不是Microsoft.AspNetCore.All
https://docs.microsoft.com/zh-cn/aspnet/core/fundamentals/metapackage?view=aspnetcore-2.1
4. 多了warning和sql injection detection
@Html.PartialAsync("_Header")
5. NLog.config, 重新设置一下 copy to bin :always
参考: http://www.cnblogs.com/dudu/p/9009295.html
标签:head 自动 relative 面向 href warning 版本 html blog
原文地址:https://www.cnblogs.com/zitjubiz/p/9146015.html