We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
What package version of the SDK are you using.
Describe the bug A clear and concise description of what the bug is.
OnTeamsMessagingExtensionQueryAsync
To Reproduce How can we reproduce this error?
Please provide Code Snippets, Channel type, and any special configuration we will need to reproduce this problem.
Expected behavior
Screenshots Line with the issue
Additional context I fixed it by changing the line to this:
text = query?.Parameters?[0]?.Value.ToString() ?? string.Empty;
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Version
What package version of the SDK are you using.
Describe the bug
A clear and concise description of what the bug is.
OnTeamsMessagingExtensionQueryAsync
method in the line 35To Reproduce
How can we reproduce this error?
Please provide Code Snippets, Channel type, and any special configuration we will need to reproduce this problem.
Expected behavior
Screenshots
Line with the issue
Additional context
I fixed it by changing the line to this:
text = query?.Parameters?[0]?.Value.ToString() ?? string.Empty;
The text was updated successfully, but these errors were encountered: