Skip to content

Commit df1d698

Browse files
committed
Add comment
1 parent f8c1b86 commit df1d698

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/DynamoDBGenerator.SourceGenerator/MarshallerFactory.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ MarshallerOptions options
104104

105105
foreach (var x in marshaller)
106106
yield return x;
107+
// Need to walk through all the strings in order to capture the duration correctly.
107108
yield return
108109
$"// <auto-generated | Duration {TimeSpan.FromTicks(Stopwatch.GetTimestamp() - timestamp)} | TimeStamp: {DateTime.Now:yyyy-MM-dd HH:mm:ss}>";
109110
}

0 commit comments

Comments
 (0)