You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RazorConsole currently requires Razor components to use property injection with the [Inject] attribute for dependency injection. However, modern ASP.NET Core Blazor (starting with .NET 8+) supports constructor injection for components.