Skip to content

Commit

Permalink
add explicit interface support
Browse files Browse the repository at this point in the history
  • Loading branch information
vandonr committed Jan 10, 2025
1 parent 7be4929 commit 209f25c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ namespace Datadog.Trace.ClrProfiler.AutoInstrumentation.Protobuf;
/// </summary>
internal interface IMessageProxy : IDuckType
{
[Duck(ExplicitInterfaceTypeName = "Google.Protobuf.IMessage")]
IMessageDescriptorProxy Descriptor { get; }
}

Expand Down

0 comments on commit 209f25c

Please sign in to comment.