bitplatform
bitplatform copied to clipboard
`BL0007`: Component parameter should not have setter logic!
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.

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.
