发布于 2017-08-15 02:48:26 | 223 次阅读 | 评论: 0 | 来源: 网友投递
.NET Core .NET 核心类库
.NET Core(corefx)是微软 .NET 框架的核心类库,这是 .NET Foundation 项目的一部分。
.NET Core 2.0 已发布:
.NET Core 2.0 主要包括一些让 .NET Core 更容易使用的改进,并增强其平台能力。亮点如下:
Major performance improvements in the runtime and framework
Implements .NET Standard 2.0
6 new platforms supported, including Debian Stretch, SUSE Linux Enterprise Server 12 SP2, and macOS High Sierra.
Linux and Windows ARM32 builds now available, in preview.
.NET Core and .NET Standard projects can reference .NET Framework NuGet packages and projects.
The .NET Core SDK can be built from source with the source-build repo.
Live Unit Testing supports .NET Core
Code navigation improvements
C# Azure Functions support in the box
CI/CD support for containers
更多细节可查阅发行说明