Skip to content

Commit 48bb5e8

Browse files
committed
mark IAmazonDynamoDbRequestWithKnownKeys as nullable
1 parent 29bd275 commit 48bb5e8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tracer/src/Datadog.Trace/ClrProfiler/AutoInstrumentation/AWS/DynamoDb/IAmazonDynamoDbRequestWithKnownKeys.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
// This product includes software developed at Datadog (https://www.datadoghq.com/). Copyright 2017 Datadog, Inc.
44
// </copyright>
55

6+
#nullable enable
7+
68
using System.Collections.Generic;
79
using System.IO;
810
using Datadog.Trace.DuckTyping;

0 commit comments

Comments
 (0)