How add analyzer for suggesting to add missing parameters or removing them?
Soo I have analyzer which checks if parameter type is proper soo then I need to make codefix which just will replace type to proper one but what about suggesting adding new parameters? like x parameter is not added but should be there
0 Replies