- c - 在位数组中找到第一个零
- linux - Unix 显示有关匹配两种模式之一的文件的信息
- 正则表达式替换多个文件
- linux - 隐藏来自 xtrace 的命令
我们目前正在努力将 Azure SDK 版本从 2.2 升级到目前最新的 2.5。
当我这样做时,我注意到以下类被标记为已弃用:部署诊断管理器
DiagnosticMonitorConfiguration
诊断监视器
当我进入有关这些类的 MSDN 页面时,发现没有什么异常。 http://msdn.microsoft.com/en-us/library/azure/microsoft.windowsazure.diagnostics.diagnosticmonitorconfiguration.aspx
当这些类被弃用时,有谁知道我现在应该使用什么来进行诊断?
最佳答案
当查看Breaking Changes时Azure SDK for .NET 2.5 发行说明:
Diagnostics configuration in code is no longer supported - With the Azure SDK version 2.5, all diagnostics configuration must be done in the XML configuration file diagnostics.wadcfgx. Any previous code-based diagnostics configuration (for example, using the DiagnosticMonitor API) must be migrated to the diagnostics.wadcfgx file. Code used to configure crash dumps in previous SDKs must also be migrated to the diagnostics.wadcfgx file.
关于c# - Azure SDK 2.5 中已弃用的类,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26930796/
我是一名优秀的程序员,十分优秀!