Events
Power BI DataViz World Championships
Feb 14, 4 PM - Mar 31, 4 PM
With 4 chances to enter, you could win a conference package and make it to the LIVE Grand Finale in Las Vegas
Learn moreThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Value | |
---|---|
Rule ID | BL0005 |
Category | Usage |
Fix is breaking or non-breaking | Non-breaking |
A property on a type deriving from ComponentBase annotated with [Parameter]
is being assigned to from outside the component.
Component parameters should be assigned to as part of the component initialization or as part of SetParametersAsync
. Assigning a value to a parameter from an external source results in the value being overwritten the next time the component renders.
Consider using a distinct property to receive values from other components. Additional code can then be written to decide which of the two values to use in the component.
Do not suppress a warning from this rule.
ASP.NET Core feedback
ASP.NET Core is an open source project. Select a link to provide feedback:
Events
Power BI DataViz World Championships
Feb 14, 4 PM - Mar 31, 4 PM
With 4 chances to enter, you could win a conference package and make it to the LIVE Grand Finale in Las Vegas
Learn more