Tine Starič
Tine Starič
Hmm, I see the point. However, I don't know how this could be resolved. As far as I know, #pragma silences the already-raised warnings... I was thinking if we even...
An idea just popped into my mind. Maybe we can get the pragmas during analysis (the same way we get leading/trailing comments), and if there's a pragma to silence this...
That would be an easy change, It's already using a separate DiagnosticsDescriptior, so it would just need to have a separate number assigned for the error raised at Invocation...
@Arthurvdv Yeah, you're right, splitting the rules doesn't solve much here. I did some investigation, I think I have a working proof of concept. You can get directives for each...