Skip to content

Commit 7d41aaf

Browse files
committed
WIP
1 parent 15a7fe8 commit 7d41aaf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/DynamoDBGenerator.SourceGenerator.Tests/DynamoDBDocumentTests/ExpressionAttributeTrackerTests.cs

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ namespace DynamoDBGenerator.SourceGenerator.Tests.DynamoDBDocumentTests;
33

44
[DynamoDBMarshaller(typeof(Person), ArgumentType = typeof((string firstName, DateTime timeStamp)), PropertyName = "PersonWithTupleArgument")]
55
[DynamoDBMarshaller(typeof(Person))]
6+
[DynamoDBMarshaller(typeof(Person), PropertyName = "PrimitiveArgument", ArgumentType = typeof(string))]
67
[DynamoDBMarshaller(typeof(SelfReferencingClass))]
78
[DynamoDBMarshaller(typeof(ClassWithOverriddenAttributeName))]
89
[DynamoDBMarshaller(typeof(InheritedClass))]

0 commit comments

Comments
 (0)