We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcb3a21 commit e03872aCopy full SHA for e03872a
src/DynamoDBGenerator.SourceGenerator/MarshallerFactory.cs
@@ -104,6 +104,7 @@ MarshallerOptions options
104
105
foreach (var x in marshaller)
106
yield return x;
107
+ // Need to walk through all the strings in order to capture the duration correctly.
108
yield return
109
$"// <auto-generated | Duration {TimeSpan.FromTicks(Stopwatch.GetTimestamp() - timestamp)} | TimeStamp: {DateTime.Now:yyyy-MM-dd HH:mm:ss}>";
110
}
0 commit comments