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

Apply 'require accessibility modifiers' setting on interface methods #60226

Closed
wants to merge 1 commit into from
Closed

Apply 'require accessibility modifiers' setting on interface methods #60226

wants to merge 1 commit into from

Conversation

maciek231
Copy link
Contributor

@maciek231 maciek231 commented Mar 17, 2022

Fix #47448

@maciek231 maciek231 requested a review from a team as a code owner March 17, 2022 10:00
@ghost ghost added the Community The pull request was submitted by a contributor who is not a Microsoft employee. label Mar 17, 2022
[WorkItem(47448, "https://github.com/dotnet/roslyn/issues/47448")]
[InlineData((int)AccessibilityModifiersRequired.ForNonInterfaceMembers)]
[InlineData((int)AccessibilityModifiersRequired.OmitIfDefault)]
public async Task TestModifierOnInterfaceMethods_03(int modifier)
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
public async Task TestModifierOnInterfaceMethods_03(int modifier)
public async Task TestModifierOnInterfaceMethods_03(int modifiersRequired)

@azure-pipelines
Copy link

Azure Pipelines successfully started running 4 pipeline(s).

@jasonmalinowski
Copy link
Member

@maciek231 My apologies for the delay on this one; only comment was to rename a parameter and I'm happy to do so to save you the trouble of switching back to the branch.

@jasonmalinowski
Copy link
Member

(letting tests re-run just since this got a bit stale)

@maciek231 maciek231 closed this by deleting the head repository Oct 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-IDE Community The pull request was submitted by a contributor who is not a Microsoft employee.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Mark public modifier on interface methods as unnecessary
2 participants