@@ -80,9 +80,9 @@ public void Build_Request_FilterExpression()
80
80
[ DynamoDBMarshaller ( typeof ( Cat ) , PropertyName = "GetByCompositeKey" , ArgumentType = typeof ( ( Guid Id , Guid HomeId ) ) ) ]
81
81
[ DynamoDBMarshaller ( typeof ( Cat ) , PropertyName = "GetById" , ArgumentType = typeof ( Guid ) ) ]
82
82
[ DynamoDBMarshaller ( typeof ( Cat ) , PropertyName = "GetByInvalidPartition" , ArgumentType = typeof ( string ) ) ]
83
- [ DynamoDBMarshaller ( typeof ( Cat ) , PropertyName = "GetByCompositeInvalidPartition" , ArgumentType = typeof ( ( string , Guid ) ) ) ]
84
- [ DynamoDBMarshaller ( typeof ( Cat ) , PropertyName = "GetByCompositeInvalidRange" , ArgumentType = typeof ( ( Guid , string ) ) ) ]
85
- [ DynamoDBMarshaller ( typeof ( Cat ) , PropertyName = "GetByCompositeInvalidPartitionAndRange" , ArgumentType = typeof ( ( double , string ) ) ) ]
83
+ [ DynamoDBMarshaller ( typeof ( Cat ) , PropertyName = "GetByCompositeInvalidPartition" , ArgumentType = typeof ( ( string Id , Guid HomeId ) ) ) ]
84
+ [ DynamoDBMarshaller ( typeof ( Cat ) , PropertyName = "GetByCompositeInvalidRange" , ArgumentType = typeof ( ( Guid Id , string HomeId ) ) ) ]
85
+ [ DynamoDBMarshaller ( typeof ( Cat ) , PropertyName = "GetByCompositeInvalidPartitionAndRange" , ArgumentType = typeof ( ( double Id , string HomeId ) ) ) ]
86
86
public readonly partial record struct Cat (
87
87
[ property: DynamoDBHashKey ] Guid Id ,
88
88
[ property: DynamoDBRangeKey ] Guid HomeId ,
0 commit comments