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
I'm currently using Narochno.Slack in my project. However, I've just upgraded to Polly 7.2.0.
Narochno.Slack
When trying to call IncomingWebHook I get the following:
IncomingWebHook
Exception thrown: 'System.MissingMethodException' in System.Private.CoreLib.dll
I believe it is because of the reference I have to Polly 7.2.0, which changed the signatures for policies.
The text was updated successfully, but these errors were encountered:
Yeah, I need to push out the version for updated dependencies.
https://github.com/Narochno/Narochno.Slack/pull/16/files switches to using HttpClientFactory and Polly has part of that instead of directly.
Sorry, something went wrong.
No branches or pull requests
I'm currently using
Narochno.Slack
in my project. However, I've just upgraded to Polly 7.2.0.When trying to call
IncomingWebHook
I get the following:I believe it is because of the reference I have to Polly 7.2.0, which changed the signatures for policies.
The text was updated successfully, but these errors were encountered: