-
Notifications
You must be signed in to change notification settings - Fork 605
Typo in Extension class name #922
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
Typo in Extension class name #922
Conversation
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.
Curiously this does not affect the APIApprovals
test 👍
Because I updated the |
@astove ah, I see what the name of the second file is now, thanks 😅 This can only go into |
My vote is that this should be in 6.2 as it is a bug, even though it's a breaking change. @bording ? |
So this is interesting because this class is for holding extension methods. That means people are unlikely to be directly referencing the class in their code, so fixing it is not likely to be a compile-time break. However it would be a binary breaking change, so existing assemblies would break at runtime with this fix in place. I vote for keeping this in 7.0.0 only since it does have the potential to break people, and they likely can't see the typo in their code in the first place. |
OK! |
Proposed Changes
Rename IModelExsentions to IModelExtensions like the filename and the correct spelling.
Types of Changes
What types of changes does your code introduce to this project?
Put an
x
in the boxes that applyChecklist
Put an
x
in the boxes that apply. You can also fill these out after creatingthe PR. If you're unsure about any of them, don't hesitate to ask on the
mailing list. We're here to help! This is simply a reminder of what we are
going to look for before merging your code.
CONTRIBUTING.md
document