[Blazor] Consider making component base interface implementations public #46505
Labels
area-blazor
Includes: Blazor, Razor Components
enhancement
This issue represents an ask for new feature or an enhancement to an existing one
feature-blazor-server
feature-blazor-wasm
This issue is related to and / or impacts Blazor WebAssembly
Milestone
There are cases like https://learn.microsoft.com/en-us/aspnet/core/blazor/fundamentals/dependency-injection?view=aspnetcore-7.0#access-blazor-services-from-a-different-di-scope where the implementation being explicit and non-virtual makes it hard to customize the behavior and delegate to the base implementation.
This is in relation to #28684
The text was updated successfully, but these errors were encountered: