[Azure Monitor Distro] Duplicate attribute definition #38994
Labels
Client
This issue points to a problem in the data-plane of the library.
Monitor - Distro
Monitor OpenTelemetry Distro
Library name
Azure.Monitor.OpenTelemetry.AspNetCore
Please describe the feature.
The file
UnconditionalSuppressMessageAttribute.cs
added in #38848 adds an attribute that we provide through Azure.Core inTrimmingAttribute.cs
. Having both is causing conflicts and failing the core ci pipeline.You should be able to remove this file and just add a reference to the
TrimmingAttribute.cs
file available through Azure.Core shared source. They were both added to solve the same problem so it should be equivalent to use either option.This is blocking:
The text was updated successfully, but these errors were encountered: