Reporter | DanielK (bluejack) |
---|---|
Created | Apr 24, 2018 9:24:21 PM |
Updated | Apr 24, 2018 9:25:13 PM |
Subsystem | Code Analysis - C# |
Assignee | Ivan Serduk (IvanSerduk) |
Priority | Normal |
State | Submitted |
Type | Bug |
Fix version | No Fix versions |
Affected versions | 2018.1 |
Fixed In Version ReSharper | Undefined |
VsVersion | VS 2017 RTM |
I relied on "Element is localizable" given by "Find code issues in project" to find all strings that require localization. I found out it missed alot of strings. I had to open all files of my project first before the find function was able to find the missing localizable strings.
That is wrong behavior. I shouldn't be forced to open all files of the project to let them check. Looks like "Element is localizable" is somewhat special as other issues were found. I used the context menu on the project and also tried to use the Resharper / Inspect / Code Issues in Current Project. Both gave same results.