BL0006: Do not use RenderTree types
Value | |
---|---|
Rule ID | BL0006 |
Category | Usage |
Fix is breaking or non-breaking | Non-breaking |
Cause
A reference to a type in the Microsoft.AspNetCore.Components.RenderTree was found.
Rule description
Types in the Microsoft.AspNetCore.Components.RenderTree
namespace are part of Blazor's implementation detail and are subject to breaking changes. Using these types is not recommended in user code.
How to fix violations
Remove the reference to the type.
When to suppress warnings
It is safe to suppress this rule if using this type is essential. Note that this these are subject to breaking changes between major releases.
Vertu í samstarfi við okkur á GitHub
Heimildina fyrir þetta efni er að finna á GitHub, þar sem þú getur líka búið til og farið yfir vandamál og sameinað beiðnir. Frekari upplýsingar er að finna í framlagshandbók okkar.
ASP.NET Core