Skip to content

Fix component and component attribute rename in cohosting#12374

Merged
davidwengier merged 2 commits intodotnet:mainfrom
davidwengier:FixRename
Oct 21, 2025
Merged

Fix component and component attribute rename in cohosting#12374
davidwengier merged 2 commits intodotnet:mainfrom
davidwengier:FixRename

Conversation

@davidwengier
Copy link
Member

Found while investigating integration test failures.

For component attributes, it looks like I just missed bringing this flag over on the original port to cohosting:

protected override bool PreferCSharpOverHtmlIfPossible => true;

Fixing that then broke component rename when I added source mapping for component start tags, but of course that wasn't found because of the above fix not being present. Yay!

@davidwengier davidwengier requested a review from a team as a code owner October 21, 2025 00:48
Copy link
Contributor

@ToddGrun ToddGrun left a comment

Choose a reason for hiding this comment

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

:shipit:

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