dotnet / dotnet/roslyn

Renaming a RenderFragment property parameter should change all assigment tags in razor files where the component is used.

Open
#85,607 3 comments 0 reactions 0 assignees View on GitHub
Area-Razor Feature Request
Dominant language
C#
Stars
20.7k
Forks
4.3k
PR merge metrics
PR metrics pending

Description

I have a component with a Parameter similar to this:
`[Parameter] public RenderFragment? ItemTemplate { get; set; }`

which is then used like this:
```xml


some value for the renderFragment

```

Renaming that Property to e.g. `Item` should change the tags where the parameter is assigned:
```xml


some value for the renderFragment

```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.