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

StudioViews.Services.ProjectFileService: Update GetProjectFiles to avoid silent fail #1

Merged
merged 1 commit into from
Dec 8, 2024

Conversation

murxh
Copy link
Owner

@murxh murxh commented Dec 8, 2024

ProjectFileService.GetProjectFiles fails silently if it encounters invalid xml chars (like 0x1C, 0x1E, ...), resulting in an empty export file without any warning to the user

An easy fix is to use XmlReaderSettings { CheckCharacters = false };

ProjectFileService.GetProjectFiles fails silently if it encounters invalid xml chars (like 0x1C, 0x1E, ...), resulting in an empty export file without any warning to the user

An easy fix is to use XmlReaderSettings { CheckCharacters = false };
@murxh murxh merged commit ae4ce1a into master Dec 8, 2024
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