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
Affects syntax highlighting in SonarQube and SonarCloud for both C# and razor files. The regression was introduced between 9.9 and 9.10, during razor development. Example on Peach: https://peach.sonarsource.com/code?id=mudblazor&selected=mudblazor%3AMudBlazor.SourceCodeGenerator%2FSourceCodeBuilder.cs
Wrong:
Correct:
The logic to filter out introduced during razor development needs to stay because of mapping issues on Roslyn side, caused by the following issues:
For an example of invalid tokens due to tabs used, see here
The text was updated successfully, but these errors were encountered:
antonioaversa
Successfully merging a pull request may close this issue.
Affects syntax highlighting in SonarQube and SonarCloud for both C# and razor files.
The regression was introduced between 9.9 and 9.10, during razor development.
Example on Peach: https://peach.sonarsource.com/code?id=mudblazor&selected=mudblazor%3AMudBlazor.SourceCodeGenerator%2FSourceCodeBuilder.cs
Wrong:
Correct:
The logic to filter out introduced during razor development needs to stay because of mapping issues on Roslyn side, caused by the following issues:
For an example of invalid tokens due to tabs used, see here
The text was updated successfully, but these errors were encountered: