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

Support for more method modifiers #152

Merged
merged 5 commits into from Nov 20, 2019
Merged

Support for more method modifiers #152

merged 5 commits into from Nov 20, 2019

Conversation

danielmarbach
Copy link
Member

@danielmarbach danielmarbach commented Nov 19, 2019

Support for more method scenarios for #112

@danielmarbach danielmarbach changed the title WIP Method virtual Support for more method modifiers Nov 19, 2019
@danielmarbach danielmarbach added this to the 10.0.0 milestone Nov 19, 2019
Comment on lines +16 to +19
if (methodDefinition.DeclaringType.IsInterface)
{
return name;
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ℹ This is going to have to change in the future to support the many modifiers now allowed on interface members in C#.
https://docs.microsoft.com/en-us/dotnet/csharp/whats-new/csharp-8#default-interface-methods

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't get me started... 😂
Yeah but we can focus on that in another major release

src/PublicApiGenerator/MethodNameBuilder.cs Show resolved Hide resolved
src/PublicApiGenerator/MethodNameBuilder.cs Outdated Show resolved Hide resolved
@danielmarbach danielmarbach merged commit 58a676c into master Nov 20, 2019
@danielmarbach danielmarbach deleted the method-virtual branch November 20, 2019 08:13
@danielmarbach danielmarbach mentioned this pull request Nov 27, 2019
6 tasks
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.

None yet

3 participants