gpt4 book ai didi

azure - Azure-Storage-Net 更改日志中 CoreCLR、PCL 和 WinRT 的重要性是什么

转载 作者:行者123 更新时间:2023-12-02 08:06:54 25 4
gpt4 key购买 nike

我正在检查 here 的 Windows Azure Storage nuget 更改日志。我没有了解 CoreCLRPCLWinRT 的用法。

例如

Changes in 7.2.0 :

  • All (CoreCLR): NetStandard target framework changed to netstandard1.3
  • All (PCL): Removed support for PCL in favor of NetStandard GA release
  • ...

Changes in 7.1.2 :

  • ...
  • All (WinRT): Fixed a bug where HttpClient default timeout caused unhandled TaskCancellation exceptions.
  • ...

在 google 上进行简单搜索后发现,CoreCLR 是一个 .NET 执行引擎WinRT 代表 Windows 运行时>。我不知道 PCL 是什么。

那么简单来说,这些在变更日志中的重要性是什么?

最佳答案

这些代表能够在不同版本的 .Net 上运行的软件包版本:

  • WinRT 用于 Windows 应用商店应用,它使用 .Net 的精简版本
  • PCL 是可移植类库 (Portable Class Library) 的缩写,这是从单个库定位多个版本的 .Net 的旧方法
  • NetStandard是一种针对 .Net 多个版本的新方法,它与 .Net Core 一起出现,.Net Core 是 .Net 的新模块化跨平台版本
  • CoreCLR 是 .Net Core 使用的运行时,尽管将 NetStandard 版本库的更改标记为“CoreCLR”会令人困惑

关于azure - Azure-Storage-Net 更改日志中 CoreCLR、PCL 和 WinRT 的重要性是什么,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38917622/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com