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

Make ampersands work *more* in net9-only blazor-solution template #23589

Merged
merged 5 commits into from
Jul 15, 2024

Conversation

Eilon
Copy link
Member

@Eilon Eilon commented Jul 12, 2024

Fixes #23105

This change is effectivly applying the same change as #22084, but to the net9-only template in the net9 branch.

However, unfortunately this doesn't seem like it can be a complete fix because there seem to be issues in other parts of the product. They are tracked separately in these issues:

This fix does address some cases, though, and helps ensure that at least the code generated by the templates is valid, even if other parts of the system are incapable of processing certain characters.

@Eilon Eilon added area-blazor Blazor Hybrid / Desktop, BlazorWebView area-templates Project templates, Item Templates for Blazor and MAUI labels Jul 12, 2024
@Eilon Eilon requested a review from MackinnonBuck July 12, 2024 21:42
@Eilon Eilon requested a review from a team as a code owner July 12, 2024 21:42
Fixes #23105

(Note: This isn't a complete fix because there seem to be issues in other parts of the product. They are tracked separately via dotnet/aspnetcore#56765).
Eilon added a commit that referenced this pull request Jul 12, 2024
These were missed in the original PR #22084 for net8 templates, but I found this while working on the net9 templates in PR #23589.
rmarinho pushed a commit that referenced this pull request Jul 15, 2024
These were missed in the original PR #22084 for net8 templates, but I found this while working on the net9 templates in PR #23589.
@rmarinho rmarinho merged commit ad565f9 into net9.0 Jul 15, 2024
110 of 112 checks passed
@rmarinho rmarinho deleted the eilon/net9andampersand branch July 15, 2024 11:53
@samhouts samhouts added the fixed-in-net9.0-nightly This may be available in a nightly release! label Aug 2, 2024
@github-actions github-actions bot locked and limited conversation to collaborators Sep 13, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-blazor Blazor Hybrid / Desktop, BlazorWebView area-templates Project templates, Item Templates for Blazor and MAUI fixed-in-net9.0-nightly This may be available in a nightly release!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants