MudBlazor: Problem with MudBlazor. .NET 5.0.3

Hello. I have a problem with MudBlazor. .NET 5.0.3

Exception thrown: 'System.AggregateException' in Microsoft.Extensions.DependencyInjection.dll
An exception of type 'System.AggregateException' occurred in Microsoft.Extensions.DependencyInjection.dll but was not handled in user code
Some services are not able to be constructed

Снимок Снимок1 Снимок2

About this issue

  • Original URL
  • State: closed
  • Created 3 years ago
  • Comments: 16 (10 by maintainers)

Most upvoted comments

I think there 2 classes of users here

The developers (users of this library) should be able to refresh the cache. Although blazor does simplify front end development you still need some experience to write a good application. We can tell them to reload if they don’t know how (but they should). Caching is part of web development which is why chrome has the disable cache checkbox. We could break the url every version but that would cause more issues IMO. We should certainly lead by example and cache bust the Docs Website when we update it.

But when that developer publishes their app they should use whatever cache busting strategy they want in order for their application to work correctly.