I think this would be the holy grail here.
If it were possible that you could suggest a method be marked as [Pure].
This would need to be an opt-in or at maximum a suggestion that comes along with the analyzer.
You could also split your analyzer into different ones. One that suggests [Pure] (maybe depends on the other) and the more important one, one that enforces it.
I think this would be the holy grail here.
If it were possible that you could suggest a method be marked as
[Pure].This would need to be an opt-in or at maximum a suggestion that comes along with the analyzer.
You could also split your analyzer into different ones. One that suggests
[Pure](maybe depends on the other) and the more important one, one that enforces it.