Is there any hot reload for blazor server-side?
Is there any hot reload for blazor server-side?
回答1
Maybe you can try running your application from command prompt:
dotnet watch run debug
回答1
Maybe you can try running your application from command prompt:
dotnet watch run debug