RefactoringEssentials icon indicating copy to clipboard operation
RefactoringEssentials copied to clipboard

string.Format <-> interpolated string analyzers no longer trigger

Open IanKemp opened this issue 9 years ago • 2 comments
trafficstars

Using RE 4.2.0.0 with VS2015 Update 3, it seems that the ConvertInterpolatedStringToStringFormatCodeRefactoringProvider and ConvertStringFormatToInterpolatedStringCodeRefactoringProvider no longer trigger. Is this a known issue or perhaps just my install?

IanKemp avatar Jul 07 '16 10:07 IanKemp

Just tried on same configuration, it worked in both directions:

convertinterpolatedstringtostringformatcoderefactoringprovider

convertstringformattointerpolatedstringcoderefactoringprovider

Do you have some special code example?

Rpinski avatar Jul 12 '16 22:07 Rpinski

I don't get this refactoring as a suggestion either, using the latest RE. I am forced to use C# Essentials just because of this bug.

ddobrev avatar Jan 10 '17 16:01 ddobrev