Skip to content

[Analyzer] [UseIndexerAnalyzer] support method syntaxes #226

@earloc

Description

@earloc

The analyzer currently doesn't support occurences such as:

source

var localized= GetLocalizer().Bar();

expected

var localized= GetLocalizer()["Bar"];

actual

var localized= GetLocalizer().Bar();

and alike

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions