-
Notifications
You must be signed in to change notification settings - Fork 754
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
Hide new members that differ only by case #4139
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.
Looks good to me!
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.
Good idea, love it.
Build failed though... |
Those are the errors:
|
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.
Build is failing...
7f3ae2d
to
6e720cb
Compare
Yup, sorry about that. I've pushed a new commit with a more complete fix. |
Hmm, nice sorcery there :) Where is ThisAsInterface defined though ? |
|
Hmmm, build is still broken. I wonder why it told me it was successful on my local… |
Oh, sound good, my eyes where not seeing that :) |
Addresses CA1708 >Identifiers for namespaces, types, members, and parameters cannot >differ only by case because languages that target the common language >runtime are not required to be case-sensitive. For example, Visual >Basic is a widely used case-insensitive language. Fixes dnnsoftware#4138
6e720cb
to
ca12042
Compare
Alright, build's green now 🟢 |
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.
Awesome, looks all good now
Great work on this @bdukes - I'm sure @Timo-Breumelhof and all the other VB extension devs out there will really appreciate the quick resolve to this one! |
Addresses CA1708
Fixes #4138