bitplatform icon indicating copy to clipboard operation
bitplatform copied to clipboard

`BL0007`: Component parameter should not have setter logic!

Open msynk opened this issue 3 years ago • 0 comments

In .NET 7 there is an important warning named BL0007 added which is needed to be handled correctly all over the bit platform source codes.

image

https://github.com/dotnet/aspnetcore/issues/26230

If a [Parameter] property has setter logic, the setter could be used to cause side effects that create problems, such as infinite rendering loops.

image

msynk avatar Aug 17 '22 20:08 msynk