We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Roslyn provides API for normalization whitespaces: https://github.com/dotnet/roslyn/blob/8e4ab418a8f9703f7dfe3a66adc9b3876ef9382f/src/Compilers/CSharp/Portable/Syntax/SyntaxNormalizer.cs#L14
Is this any equivalent of this behavior for XmlParser? My use case:
.NormalizeWhitespace
In source code I found public static class Normalization but look like this normalization works only for attributes.
public static class Normalization
The text was updated successfully, but these errors were encountered:
I'm afraid we don't have a formatter currently.
Sorry, something went wrong.
No branches or pull requests
Roslyn provides API for normalization whitespaces: https://github.com/dotnet/roslyn/blob/8e4ab418a8f9703f7dfe3a66adc9b3876ef9382f/src/Compilers/CSharp/Portable/Syntax/SyntaxNormalizer.cs#L14
Is this any equivalent of this behavior for XmlParser? My use case:
.NormalizeWhitespace
or smth like thisIn source code I found
public static class Normalization
but look like this normalization works only for attributes.The text was updated successfully, but these errors were encountered: