且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

ASP.Net Core中没有智能

更新时间:2023-02-15 23:38:34

这完全取决于所使用的ASP.NET 5版本,因为它一直是支持的目标.它应该可以工作,但是(我认为)RC1位,但是如果您尝试使用当前的RC2之前的版本,则存在已知问题(例如,工具已被完全重写).我们希望在RC2之后修复问题并进行更新,但是随着最近有关继续对工具进行重大更改的公告(正在逐步淘汰project.json并替换为.csproj文件),这可能并不容易.我们将不得不等待,看看RC2工具的外观如何.

It all depends what version of ASP.NET 5 you're using, as it's been a bit of a moving target to support. It should work, but for (I think) RC1 bits, but if you're trying to use the current pre-RC2 builds, there are known issues (e.g. the tooling has been completely rewritten). We're hoping to get things fixed and updated post RC2, but with the recent announcements about continuing breaking changes to the tooling (project.json is being phased out and replaced with .csproj files), this might not be so easy. We're going to have to wait and see how the RC2 tooling looks.