Skip to content

Fix parameter casing#51939

Merged
jaredpar merged 1 commit intodotnet:mainfrom
Youssef1313:patch-52
Mar 18, 2021
Merged

Fix parameter casing#51939
jaredpar merged 1 commit intodotnet:mainfrom
Youssef1313:patch-52

Conversation

@Youssef1313
Copy link
Member

No description provided.

@Youssef1313 Youssef1313 requested a review from a team as a code owner March 17, 2021 19:13
@ghost ghost added the Area-Compilers label Mar 17, 2021
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
Member

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
Member

@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
Member

@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