🏷️ Mark the TableEntityFilter
obsolete, as it does not provide enough reason to live
#259
Labels
area:storage
All issues related to Azure storage
enhancement
New feature or request
good first issue
Good for newcomers
Is your feature request related to a problem? Please describe.
The
TableEntityFilter
was introduced to be a more test-friendly way of matching entities in an Azure Table storage container; only by doing so, it adds an additional layer which is not necessary if the predicate function would be exposed directly.Developers expect a predicate in cases of
.Where(…)
or.Match(…)
.Describe the solution you'd like
Mark the
TableEntityFilter
as deprecated and add an overload to the table options that takes in a predicate directly for aTableEntity
.The text was updated successfully, but these errors were encountered: