Skip to content
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

C# -> VB: Interfaces "implements" clause now converted #128

Merged
merged 3 commits into from
May 28, 2018

Conversation

GrahamTheCoder
Copy link
Member

Fixes #85
Fixes #125

  • Which part of this PR is most in need of attention/improvement?

Could really do with more test cases implementing base classes and base base classes.
There's also the edge case in C# where a parent type contains the method which implements a method on an interface of a derived type which I'm not sure what to do about.

However this should be much better than it was, so worth merging I think.

@GrahamTheCoder GrahamTheCoder changed the title Cs to vb/interfaces C# -> VB: Interfaces "implements" clause now converted May 28, 2018
@GrahamTheCoder GrahamTheCoder merged commit 7657d8e into master May 28, 2018
@GrahamTheCoder GrahamTheCoder deleted the cs-to-vb/interfaces branch May 28, 2018 23:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant