Skip to content

C# -> Razor FAR of Razor Property Not Working #45767

@TanayParikh

Description

@TanayParikh

This seems to be a new regression, was working as expected last time I'd tried this. This works as expected sometimes.

Repro:

  1. dotnet new blazorserver
  2. Add to Counter.razor
    [Parameter]
    public static string Name { get; set; }
  1. Add to Program.cs, Counter.Name;
  2. FAR from Program.cs on Counter.Name

Expected:
2 FAR results

Actual:
Just FAR result from Program.cs

Verified CSharpDocumentExcerptService is returning appropriate results.

cc/ @dibarbet

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions