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

Fix parameter casing #51939

Merged
merged 1 commit into from
Mar 18, 2021
Merged

Fix parameter casing #51939

merged 1 commit into from
Mar 18, 2021

Conversation

Youssef1313
Copy link
Member

No description provided.

@@ -240,7 +240,7 @@ Namespace Microsoft.CodeAnalysis.VisualBasic
debugPlusMode As Boolean,
xmlReferenceResolver As XmlReferenceResolver,
sourceReferenceResolver As SourceReferenceResolver,
SyntaxTreeOptionsProvider As SyntaxTreeOptionsProvider,
Copy link
Member Author

Choose a reason for hiding this comment

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

Parameter usages are already in lowercase. But the IDE was automatically turning them PascalCased on save because of the actual parameter name here.

@RikkiGibson
Copy link
Contributor

It looks like this might be a source breaking change for C# callers of this method when argument labels are used. Are we alright with that?

@Youssef1313
Copy link
Member Author

@RikkiGibson It's a private constructor.

Copy link
Contributor

@RikkiGibson RikkiGibson left a comment

Choose a reason for hiding this comment

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

Oops, I didn't look high enough above the fold 😄. LGTM.

@RikkiGibson RikkiGibson requested a review from a team March 17, 2021 20:11
@RikkiGibson
Copy link
Contributor

@dotnet/roslyn-compiler for review

@jcouv jcouv added the Community The pull request was submitted by a contributor who is not a Microsoft employee. label Mar 17, 2021
@jaredpar
Copy link
Member

This is running into flaky VS integration tests. Merging.

@jaredpar jaredpar merged commit c18da5a into dotnet:main Mar 18, 2021
@ghost ghost added this to the Next milestone Mar 18, 2021
@Youssef1313 Youssef1313 deleted the patch-52 branch March 18, 2021 05:32
@allisonchou allisonchou modified the milestones: Next, 16.10.P2 Mar 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Compilers 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.

6 participants