Skip to content

fix(email): use WebUtility.HtmlEncode instead of HttpUtility#12

Merged
pierrick-fonquerne merged 2 commits intodevelopfrom
fix/email-templates-htmlencode
Dec 9, 2025
Merged

fix(email): use WebUtility.HtmlEncode instead of HttpUtility#12
pierrick-fonquerne merged 2 commits intodevelopfrom
fix/email-templates-htmlencode

Conversation

@pierrick-fonquerne
Copy link
Copy Markdown
Owner

Replace System.Web.HttpUtility with System.Net.WebUtility for HTML encoding in email templates. WebUtility is natively available in .NET Core/8 without requiring additional package references, unlike HttpUtility which requires the legacy System.Web assembly.

Replace System.Web.HttpUtility with System.Net.WebUtility for HTML encoding
in email templates. WebUtility is natively available in .NET Core/8 without
requiring additional package references, unlike HttpUtility which requires
the legacy System.Web assembly.
@vercel
Copy link
Copy Markdown

vercel bot commented Dec 9, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
fantasyrealm-character-manager Ready Ready Preview Comment Dec 9, 2025 10:30pm

@railway-app
Copy link
Copy Markdown

railway-app bot commented Dec 9, 2025

🚅 Deployed to the fantasyrealm-character-man-pr-12 environment in FantasyRealm Online

Service Status Web Updated (UTC)
fantasyrealm-character-manager ❌ Build Failed (View Logs) Web Dec 9, 2025 at 10:30 pm

@railway-app railway-app bot temporarily deployed to FantasyRealm Online / fantasyrealm-character-man-pr-12 December 9, 2025 21:02 Destroyed
@railway-app railway-app bot temporarily deployed to FantasyRealm Online / fantasyrealm-character-man-pr-12 December 9, 2025 22:30 Destroyed
@pierrick-fonquerne pierrick-fonquerne merged commit 985a572 into develop Dec 9, 2025
4 of 5 checks passed
@pierrick-fonquerne pierrick-fonquerne deleted the fix/email-templates-htmlencode branch December 9, 2025 22:31
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.

1 participant