美文网首页
Visual Studio 2019 Preview 1 + .

Visual Studio 2019 Preview 1 + .

作者: 最爱可乐 | 来源:发表于2018-12-05 08:18 被阅读45次

    Announcing .NET Core 3 Preview 1 and Open Sourcing Windows Desktop Frameworks

    https://blogs.msdn.microsoft.com/dotnet/2018/12/04/announcing-net-core-3-preview-1-and-open-sourcing-windows-desktop-frameworks/

    Visual Studio 2019 Preview 1 下载地址:
    https://aka.ms/vs-preview


    先试试能不能离线
    vs_enterprise --layout d:\vs2019pre1 --lang en-US

    貌似不能离线,下到99%告诉我有几个错误,安装时又要重新下载,囧。。。


    装完居然不自带.Net core 3.0,这样真的好吗?

    https://dotnet.microsoft.com/download/visual-studio-sdks?utm_source=getdotnetsdk&utm_medium=referral
    下载了x64 SDK,装完终于能用console项目了,其他的还是不是3.0


    创建ASP.NET Core 项目,有 "ASP.NET Core 3.0 or newer projects are not supported by this version of Visual Studio"错误提示,官方的说法是取消创建,重启VS,试了几次终于可以了。

    https://github.com/aspnet/Tooling/blob/master/dotnet-core-3.0-preview1.md


    dotnet new winforms -n test
    建立基于.net core 3.0的winforms程序,直接用vs2019打开项目文件可以编辑调试,还不能窗口设计和拖控件,大体应该是把基础控件重写了一遍吧。

    000.png 001.png

    Platform Support
    .NET Core 3 will be supported on the following operating systems:

    Windows Client: 7, 8.1, 10 (1607+)
    Windows Server: 20012 R2 SP1+
    macOS: 10.12+
    RHEL: 6+
    Fedora: 26+
    Ubuntu: 16.04+
    Debian: 9+
    SLES: 12+
    openSUSE: 42.3+
    Alpine: 3.8+


    .NET Framework 4.8没看见,还是4.7.2


    不知道关注.net core的还有没有,爱折腾的小伙伴赶紧下载吧。。。。

    还差4个字才够。。。

    相关文章

      网友评论

          本文标题:Visual Studio 2019 Preview 1 + .

          本文链接:https://www.haomeiwen.com/subject/arabcqtx.html