What is right rider blazor wasm hot reload profile?
I wrote profile like this. and ran. but the console said:
now, I want that profile work. but how to?
9 Replies
if you run that profile in cmd what happend ?
how to?
Oh, I find problem. in my projects, the "Components" is main project and another projects are ref that project. then when I use that profile, the IDE build only another projects.
Now, I need find how to ref "Components" project at that profile.
you can add
--launch-profile
to dotnet run
I guess that works with watchOh It works thanks
$close
Use the /close command to mark a forum thread as answered
wait
I found solution but it dosen't work on launchSettings.json
how to set it on launchSettings.json?
you have to give a specific profile
ok thanks