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

Some Cleanup For ExtractToComponent #11008

Merged
merged 6 commits into from
Oct 15, 2024

Conversation

ryzngard
Copy link
Contributor

Clean up some of the extract to component code. Move more work to the resolver, use pooled objects where applicable, and try to make the provider cleaner when creating the ExtractToComponentCodeActionParams

resolver, use pooled objects where applicable, and try to make the
provider cleaner when creating the ExtractToComponentCodeActionParams
@ryzngard ryzngard requested a review from a team as a code owner October 11, 2024 19:51
Copy link
Contributor

@davidwengier davidwengier left a comment

Choose a reason for hiding this comment

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

I have left very valuable and actionable feedback.

I think perhaps reviews for this can just be saved for the final merge.

using Microsoft.AspNetCore.Razor.PooledObjects;
using Microsoft.CodeAnalysis.Razor.Formatting;
using Microsoft.AspNetCore.Razor.Language.Syntax;
using System.Collections.Immutable;
Copy link
Contributor

Choose a reason for hiding this comment

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

Nit: sort

@ryzngard ryzngard enabled auto-merge (squash) October 14, 2024 20:21
@ryzngard ryzngard merged commit e060ce0 into dotnet:features/extract-to-component Oct 15, 2024
12 checks passed
@ryzngard ryzngard deleted the cleanup branch October 15, 2024 00:06
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.

2 participants