jamesmh / coravel

Near-zero config .NET library that makes advanced application features like Task Scheduling, Caching, Queuing, Event Broadcasting, and more a breeze!
https://docs.coravel.net/Installation/
MIT License
3.63k stars 243 forks source link

NET8 Blazor Winform not work #352

Closed liujian1368928 closed 3 months ago

liujian1368928 commented 5 months ago

i do not know why, my webapi is good ,but blazor is bad .

liujian1368928 commented 5 months ago

image image

jamesmh commented 3 months ago

.NET blazor doesn't support using HostedServices which Coravel requires. Others in the community have asked for this to be added/supported but MSFT so far hasn't moved forward on this: https://github.com/dotnet/aspnetcore/issues/7213.

There might be an opportunity to rig something up yourself based on this MR, but not officially supported -> https://github.com/dotnet/aspnetcore/issues/33537