Closed GeertvanHorrik closed 7 years ago
@GeertvanHorrik This refactoring is actually implemented by the compiler itself, not by this project: https://github.com/dotnet/roslyn
That said, the request here is actually not allowed by the C# language (or at least not by the compiler). Preprocessor directives are not allowed to appear in documentation comments or between documentation comments and the next token. See dotnet/roslyn#96.
I am assuming that the alt + enter suppression is a feature by this analyzer.
When I have a method like this:
And want to supress the warning, it puts the pragma above the documentation:
I think it should be put above the method call: