在哪里可以找到Microsoft .NET(C#)BCL参考,BCL软件包中有哪些类可用?

发布于 2025-01-22 14:39:01 字数 576 浏览 3 评论 0原文

一些类,例如仅在最近的.NET/.NET标准版本中可用。对于HashCode,截至.NET Standard 2.1可用。但是,如果您包括 microsoft.bcl.hashcode 可以在.NET标准2.0中使用。

我找不到一个完整的列表:

  1. 可用的BCL软件包,
  2. 它们提供了哪些类 /功能
  3. 。.NET目标框架(.NET Standard,.net Framework ...)版本可以从本质上添加BCL软件包

,问题IS:我怎么知道特定类可通过BCL软件包适合较旧的.NET? (...包装名称是什么?)

Some classes such as System.HashCode are only available in recent .NET/.NET Standard versions. In the case of HashCode, its is available as of .NET Standard 2.1. However if you include the Microsoft.Bcl.HashCode nuget package, this class can be used in .NET Standard 2.0.

I could not find a complete list of:

  1. The BCL packages that are available
  2. What classes / features they provide
  3. To which .NET target framework (.NET Standard, .NET Framework ...) versions can the BCL package be added

Essentially, the question is: How do I know that a particular class is available for an older .NET via a BCL package? (... and what is the package name?)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文