File tree Expand file tree Collapse file tree
LocalizationManager.Core/Scanning/Scanners Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ namespace LocalizationManager.Core.Scanning.Scanners;
55/// <summary>
66/// Extracts variable names that are declared as injected localizers in Razor
77/// content, e.g. <c>@inject IStringLocalizer<T> VariableName</c> (also
8- /// IHtmlLocalizer / IStringLocalizerFactory ). These names are then treated as
9- /// localizer indexers regardless of the configured method list, so that
10- /// <c>@Q["Key"]</c> resolves even when the variable name is project-specific.
8+ /// <c> IHtmlLocalizer<T></c> ). These names are then treated as localizer
9+ /// indexers regardless of the configured method list, so that <c>@Q["Key"]</c>
10+ /// resolves even when the variable name is project-specific.
1111/// </summary>
1212public static class InjectedLocalizerExtractor
1313{
You can’t perform that action at this time.
0 commit comments