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

C#: Blazor: Support string literals as property names in jump nodes #18957

Open
wants to merge 14 commits into
base: main
Choose a base branch
from

Conversation

egregius313
Copy link
Contributor

Follow-up to #18930 (this should be rebased on that branch once the PR is merged).

Older versions of Blazor used a string literal instead of a nameof expression in order to specify the property being set. Therefore, it is necessary to modify the corresponding jump node in order to model the steps correctly.

@egregius313 egregius313 requested a review from a team as a code owner March 8, 2025 22:21
@github-actions github-actions bot added the C# label Mar 8, 2025
@Hamid054
Copy link

Hamid054 commented Mar 9, 2025

Follow-up to #18930 (this should be rebased on that branch once the PR is merged).

Older versions of Blazor used a string literal instead of a nameof expression in order to specify the property being set. Therefore, it is necessary to modify the corresponding jump node in order to model the steps correctly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants