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

Fix XML Model Deserialization #365

Merged
merged 1 commit into from
Mar 14, 2025
Merged

Conversation

SergeiPavlov
Copy link
Collaborator

@SergeiPavlov SergeiPavlov commented Mar 14, 2025

XmlSerializer cannot process UTF-8 BOM (EF BB BF)
See dotnet/runtime#63585

And the Model reading fails silently (this operation is under try/catch).

Because of it no upgrade with Hints is possible

@SergeiPavlov SergeiPavlov requested review from botinko and akhozov March 14, 2025 18:17
@SergeiPavlov SergeiPavlov merged commit 3667254 into master-servicetitan Mar 14, 2025
5 checks passed
@SergeiPavlov SergeiPavlov deleted the XmlDeserialization branch March 14, 2025 20:49
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.

3 participants