You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After upgrading System.Diagnostics.DiagnosticSource to 6.0.1, we need to remove all previous references to the types in this version via reflection and replace them with direct references.
The following libraries use the Activity Extensions class:
Azure.Messaging.EventGrid
Azure.Storage.Common (tests)
Azure.Messaging.EventHubs
Azure.Messaging.ServiceBus
Azure.Storage.DataMovement
Autorest repo:
Make sure all references there are fixed as well. There are no references to this class in the autorest repo
Once all this is done, then the ActivityExtensions class in DiagnosticScope.cs can be removed. Doing this in phases to avoid build errors and make things clearer.
The text was updated successfully, but these errors were encountered:
Library name
Azure.Core
Please describe the feature.
After upgrading
System.Diagnostics.DiagnosticSource
to 6.0.1, we need to remove all previous references to the types in this version via reflection and replace them with direct references.The following libraries use the Activity Extensions class:
Autorest repo:
Once all this is done, then the
ActivityExtensions
class inDiagnosticScope.cs
can be removed. Doing this in phases to avoid build errors and make things clearer.The text was updated successfully, but these errors were encountered: