Environment:
- Windows 10
- Microsoft Visual Studio 2019 Professional
- .NET 5
- Blazor.Extensions.Logging 2.0.4
Steps to reproduce:
- Create a new server-side Blazor project.
- Install the
Blazor.Extensions.Logging package.
- In
Startup.ConfigureServices, create your call to services.AddLogging, including a call to AddBrowserConsole.
- Run the application.
What should happen:
The application starts without problems.
What actually happens:
The DI engine throws an exception because of a circular dependence issue involving IJSRuntime, preventing the application from starting.