You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The constructors would receive null values for things like the table name or partition key.
We should instead apply the same default value behavior we have in the corresponding
factory methods TableRepository.Create<T> and TablePartition<T> for consistency.
The text was updated successfully, but these errors were encountered:
When using the generic implementations via DI as follows:
The constructors would receive null values for things like the table name or partition key.
We should instead apply the same default value behavior we have in the corresponding
factory methods
TableRepository.Create<T>
andTablePartition<T>
for consistency.The text was updated successfully, but these errors were encountered: