-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
IUserKeysClient.GetAll -> GetAllForCurrent() #1139
IUserKeysClient.GetAll -> GetAllForCurrent() #1139
Conversation
Just me being pedantic, but now the method has been renamed, can we also please rename the unit test classes? eg Also AppVeyor build seems to be throwing a Code Analysis CA1024 error
Im not sure why the method name |
👍
I forget the exact reasons, but I gather FxCop just doesn't like methods without parameters (even though these return something more complex than a value)... EDIT: nevermind, MSDN has my back:
|
That doesn't explain why it didn't trip the error previously when called GetAll though does it? |
@ryangribble it does not, no... |
@ryangribble I'm on it |
This all looks good to me. I'll let @ryangribble hit the big green button on it (it won't go out in v0.19, but that's a minor thing). |
…-GetAllForCurrent IUserKeysClient.GetAll -> GetAllForCurrent()
release_notes: Renamed |
Fixes #1136