Hoping there is something configured wrong here, in visual studio 2017 the tool seems to be identifying issues well but the Show potential fixes shortcut keys or dropdown dosent do anything.
an example would be if you have a list using a linq where and then a firstordefault
list.Where(x => x.ID == ID).FirstOrDefault();
It will be identified as an issue that it should not have the where and just the first orDefault but the actual show fix does not show this
Yes! We do raise the issue and always try to provide enough information in the rule definition to help the developer to understand what needs to be done but we don’t provide any mechanism to automatically fix the issue.