Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🏷️ Mark the TableEntityFilter obsolete, as it does not provide enough reason to live #259

Open
stijnmoreels opened this issue Jan 24, 2025 · 0 comments · May be fixed by #260
Open
Assignees
Labels
area:storage All issues related to Azure storage enhancement New feature or request good first issue Good for newcomers

Comments

@stijnmoreels
Copy link
Member

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 a TableEntity.

@stijnmoreels stijnmoreels added area:storage All issues related to Azure storage enhancement New feature or request good first issue Good for newcomers labels Jan 24, 2025
@github-project-automation github-project-automation bot moved this to To do in Roadmap Jan 24, 2025
@stijnmoreels stijnmoreels self-assigned this Jan 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:storage All issues related to Azure storage enhancement New feature or request good first issue Good for newcomers
Projects
Status: To do
Development

Successfully merging a pull request may close this issue.

1 participant