A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/dotnet/ResXResourceManager/issues/694 below:

CodeReferenceTracker does not detect keys with <space> · Issue #694 · dotnet/ResXResourceManager · GitHub

When the key contains one or more characters then ResXManager fails to detect the key in the source file.
Example source code that is not detected

        string[] greetings = [
            Localizer["Good Night"],
            Localizer["Good Morning"],
            Localizer["Good Afternoon"],
            Localizer["Good Evening"],
        ];

Constructor of class CodeReferenceTracker.FileInfo tokenizes each source code line (splitting lines to words using \W+ regexp) and then tries to locate the given key. But this is not the case when Key can me tokenized to more than one words.

Is this by design or a bug? Am I missing some configuration option or something else?


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4