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

Use primary constructor in rename command handler #75336

Merged
merged 2 commits into from
Oct 3, 2024

Conversation

Cosifne
Copy link
Member

@Cosifne Cosifne commented Oct 2, 2024

No description provided.

@Cosifne Cosifne requested a review from a team as a code owner October 2, 2024 00:43
@dotnet-issue-labeler dotnet-issue-labeler bot added Area-IDE untriaged Issues and PRs which have not yet been triaged by a lead labels Oct 2, 2024
{
// It's in a read-only area that is open, so let's commit the rename
// and then let the character go through

CommitIfActiveAndCallNextHandler(args, nextHandler, operationContext);
CommitIfActive(args, operationContext);
Copy link
Member Author

Choose a reason for hiding this comment

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

No real change, just inline a call.

@Cosifne Cosifne merged commit 8e4dab3 into dotnet:main Oct 3, 2024
25 checks passed
@Cosifne Cosifne deleted the dev/shech/PrimaryContrcutor branch October 3, 2024 05:33
@dotnet-policy-service dotnet-policy-service bot added this to the Next milestone Oct 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-IDE untriaged Issues and PRs which have not yet been triaged by a lead
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants