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
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.
The text was updated successfully, but these errors were encountered:
Environment:
Steps to reproduce:
Blazor.Extensions.Logging
package.Startup.ConfigureServices
, create your call toservices.AddLogging
, including a call toAddBrowserConsole
.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.The text was updated successfully, but these errors were encountered: