Question: How do you make dotnet 8 run in development mode when you run it from the command prompt?
Login to See the Rest of the Answer
Answer: Make sure you have created Launch Profile with the port you want the application to listen on.
Then from the Command prompt, run the command:
dotnet run --launch-profile ProfileNameHere