System.Diagnostics.Debug 4.3.0

前缀已保留

需要 NuGet 2.12 或更高版本。

dotnet add package System.Diagnostics.Debug --version 4.3.0                
NuGet\Install-Package System.Diagnostics.Debug -Version 4.3.0                
此命令旨在在 Visual Studio 的包管理器控制台中使用,因为它使用了 NuGet 模块的 Install-Package 版本。
<PackageReference Include="System.Diagnostics.Debug" Version="4.3.0" />                
对于支持 PackageReference 的项目,请将此 XML 节复制到项目文件中以便引用该包。
paket add System.Diagnostics.Debug --version 4.3.0                
#r "nuget: System.Diagnostics.Debug, 4.3.0"                
#r 指令可用于 F# Interactive 和 Polyglot Notebooks。请将此内容复制到交互式工具或脚本的源代码中以引用该包。
// Install System.Diagnostics.Debug as a Cake Addin
#addin nuget:?package=System.Diagnostics.Debug&version=4.3.0

// Install System.Diagnostics.Debug as a Cake Tool
#tool nuget:?package=System.Diagnostics.Debug&version=4.3.0                

提供允许与调试器进行基本交互的类和属性。

常用类型
System.Diagnostics.Debug
System.Diagnostics.DebuggerStepThroughAttribute
System.Diagnostics.Debugger
System.Diagnostics.DebuggerDisplayAttribute
System.Diagnostics.DebuggerBrowsableAttribute
System.Diagnostics.DebuggerBrowsableState
System.Diagnostics.DebuggerHiddenAttribute
System.Diagnostics.DebuggerNonUserCodeAttribute
System.Diagnostics.DebuggerTypeProxyAttribute

当使用 NuGet 3.x 时,此包至少需要版本 3.4。

产品 兼容和额外的计算目标框架版本。
.NET
.NET Core
.NET Standard netstandard1.0 兼容。 netstandard1.1 已计算。 netstandard1.2 已计算。 netstandard1.3 兼容。 netstandard1.4 已计算。 netstandard1.5 已计算。 netstandard1.6 已计算。 netstandard2.0 已计算。 netstandard2.1 已计算。
.NET Framework net45 兼容。 net451 已计算。 net452 已计算。 net46 已计算。 net461 已计算。 net462 已计算。 net463 已计算。 net47 已计算。 net471 已计算。 net472 已计算。 net48 已计算。 net481 已计算。
MonoAndroid monoandroid 已计算。 monoandroid10 兼容。
MonoMac monomac 已计算。
MonoTouch monotouch 已计算。 monotouch10 兼容。
Tizen tizen30 已计算。 tizen40 已计算。 tizen60 已计算。
通用Windows平台 netcore50 兼容。 uap 已计算。 uap10.0 已计算。
Windows Phone wp8 兼容。 wp81 已计算。 wpa81 兼容。
Windows Store netcore已计算。 netcore45已计算。 netcore451已计算。 win8兼容。
Xamarin.iOS xamarinios已计算。 xamarinios10兼容。
Xamarin.Mac xamarinmac已计算。 xamarinmac20兼容。
Xamarin.TVOS xamarintvos已计算。 xamarintvos10兼容。
Xamarin.WatchOS xamarinwatchos已计算。 xamarinwatchos10兼容。
兼容的目标框架
包含的目标框架(在包中)
了解更多关于目标框架.NET Standard的信息。

NuGet包 (479)

显示依赖于System.Diagnostics.Debug的前5个NuGet包

下载
System.Buffers

为频繁分配和释放对象的性能关键型应用提供任意类型的资源池。常用类型:System.Buffers.ArrayPool<T> 7601f4f6225089ffb291dc7d58293c7bbf5c5d4f 当使用NuGet 3.x时,此包至少需要版本3.4。

System.Memory

提供类型,用于有效表示和池化托管、栈和本地内存段及其序列,以及解析和格式化存储在那些内存段中的UTF-8编码文本的原始类型。常用类型:System.Span System.ReadOnlySpan System.Memory System.ReadOnlyMemory System.Buffers.MemoryPool System.Buffers.ReadOnlySequence System.Buffers.Text.Utf8Parser System.Buffers.Text.Utf8Formatter 32b491939fbd125f304031c35038b1e14b4e3958 当使用NuGet 3.x时,此包至少需要版本3.4。

System.Security.Principal.Windows

提供用于检索当前Windows用户以及与Windows用户和组交互的类。常用类型:System.Security.Principal.WindowsIdentity, System.Security.Principal.SecurityIdentifier, System.Security.Principal.NTAccount, System.Security.Principal.WindowsPrincipal, System.Security.Principal.IdentityReference, System.Security.Principal.IdentityNotMappedException, System.Security.Principal.WindowsBuiltInRole, System.Security.Principal.WellKnownSidType。当使用NuGet 3.x版本时,此包至少需要版本3.4。

System.Reflection.TypeExtensions

提供与旧框架反射API源兼容的System.Type扩展方法。常用类型:System.Reflection.TypeExtensions, System.Reflection.BindingFlags。当使用NuGet 3.x版本时,此包至少需要版本3.4。

System.Linq.Expressions

提供类、接口和枚举,使得语言级别的代码表达式可以作为对象形式(表达式树)表示。常用类型:System.Linq.IQueryable, System.Linq.IQueryable, System.Linq.Expressions.Expression, System.Linq.Expressions.Expression, System.Linq.Expressions.ExpressionVisitor。当使用NuGet 3.x版本时,此包至少需要版本3.4。

GitHub 仓库 (367)

显示依赖 System.Diagnostics.Debug 的前5个最受欢迎的GitHub 仓库

仓库 星标
JeffreySu/WeiXinMPSDK
微信全平台 .NET SDK, Senparc.Weixin for C#,支持 .NET Framework 及 .NET Core、.NET 8.0。已支持微信公众号、小程序、小游戏、微信支付、企业微信/企业号、开放平台、JSSDK、微信周边等全平台。 WeChat SDK for C#。
reactiveui/ReactiveUI
一个受函数式响应式编程启发的、先进、可组合、功能性的适用于所有 .NET 平台的模型-视图-视图模型框架。ReactiveUI 允许您从用户界面中抽象出可变状态,在可读性高的单处表达功能理念,并提高应用程序的可测试性。
microsoft/ailab
通过 Microsoft AI 体验、学习并代码最新的突破性创新
NancyFx/Nancy
一个轻量级、低仪式、用于在 .Net 和 Mono 上构建基于 HTTP 的服务的框架
neuecc/UniRx
Unity 的响应式扩展
版本 下载 最后更新时间
4.3.0 1,280,743,941 11/15/2016
4.3.0-preview1-24530-04 710,528 10/24/2016
4.0.11 1,043,056,006 6/27/2016
4.0.11-rc2-24027 24,588,119 5/16/2016
4.0.11-beta-23516 528,181 11/18/2015
4.0.11-beta-23409 413,311 10/15/2015
4.0.11-beta-23225 289,418 9/1/2015
4.0.10 5,115,352 7/29/2015
4.0.10-beta-23109 174,988 7/27/2015
4.0.10-beta-23019 82,009 6/30/2015
4.0.10-beta-22816 183,530 4/24/2015
4.0.10-beta-22605 28,649 2/13/2015
4.0.10-beta-22416 15,246 1/16/2015
4.0.10-beta-22231 36,892 11/11/2014
4.0.0 7,842,885 7/29/2015
4.0.0-beta-23109 69,713 7/27/2015
4.0.0-beta-23019 157,736 6/30/2015