Closed ftru closed 5 months ago
Microsoft.AspNetCore.Components this assembly have but issue occured
Are you using v3.2.2? Indeed, the link in the exception is no longer working, as it is obsolete since v4.0.0
For 3.2.2, you need to follow the guidance here, and manually declare all dependencies
https://github.com/Tewr/BlazorWorker/tree/v3.2.2#setup-dependencies
If possible, I would recommend to upgrade to .net7 or .net8 to be able to use the latest version of this library.
Let me know if that helps you.
I had develop blazor Webassembly application with .NET 6.0 . I had used the BlazorWorker for background task
}
I got that issue when execute this line var service = await worker.CreateBackgroundServiceAsync();