I am using Ef Core, and after making some changes to the models and DbContext
and running dotnet ef database update -p Project_Name
, when I run the Api it launches one different Url, it should run on https://0.0.0.0:7118 but it runs on https://localhost:54854 my launchsettings.json looks like this:
launchsettings.json
and the server looks like this:
application
also swagger does not start it tells me: This localhost page can’t be found No webpage was found for the web address: https://localhost:54854/
swagger
I checked the build action for launchsettings.json and it is set to Content.