-
Notifications
You must be signed in to change notification settings - Fork 2
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
DX-2200 Voice, Answering machine detection #33
Conversation
}.ToImmutableList(); | ||
private IList<HttpMethod> requestMethodsToRetry = new List<string> | ||
{ | ||
"GET", "PUT", "GET", "PUT", | ||
"GET", "PUT", "GET", "PUT" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why are these duplicated? #justAPIMaticThings?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure why that's the case but... It's been like that and I'm scared to change it.
@hamermike Only thing I couldnt comment on was the package version - looks like its still 1.0.0 in the .csproj file |
This is okay. We're using tags to version when pushing to NuGet. The version in the .csproj is ignored. |
No description provided.