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
GetByDisplayName constructs a query like /teams/b32780e9-df70-4548-a735-4e7f055415a1/channels?$filter=displayName eq 'General'&$top=1 which does not work. Leaving $top out works in this case.
From testing this issue only affect Async e.g. (GetByDisplayNameAsync) calls. There must be a reasonable difference there - or an indication the non-async calls under hood is missing something making this by chance a working call.
Both were using different implementations in this case, with the new series of Get methods on collections and the rewrite of the GetBy... methods to use those new collection get methods this issue has been resolved.
Category
Describe the bug
GetByDisplayName constructs a query like /teams/b32780e9-df70-4548-a735-4e7f055415a1/channels?$filter=displayName eq 'General'&$top=1 which does not work. Leaving $top out works in this case.
Related to #38
The text was updated successfully, but these errors were encountered: