[BUG] Func delegate Filter in Tableclient.QueryAsync does not support Equals(x, StringComparison) method #49847
Labels
Client
This issue points to a problem in the data-plane of the library.
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
issue-addressed
Workflow: The Azure SDK team believes it to be addressed and ready to close.
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Tables
Uh oh!
There was an error while loading. Please reload this page.
Library name and version
Azure.Data.Tables 12.10.0
Describe the bug
Before upgrading Azure.Data.Tables to 12.10.0 we used 12.8.3 version where this code worked without errors
Tableclient.QueryAsync(x=>x.Equals("test", StringComparison.OrdinalIgnoreCase), null, columns, cancellationToken)
After upgrading to 12.10.0 we started seeing this error
Expected behavior
This code works without error when using Azure.Data.Tables, Version=12.10.0
Actual behavior
After upgrading to Azure.Data.Tables to 12.10.0 we started seeing this error
StackTrace:
Reproduction Steps
Pass filter Func delegate
to the Tableclient.QueryAsync, i.e.
Environment
No response
The text was updated successfully, but these errors were encountered: