At a basic level I'm trying to get started with /00-get-started and before proceeding on, I'd like to be sure that things are configured correctly including being able to debug both blazor code and server code.
This problem I have appears to be localised to this project and I expect it is somehow configuration related. The reason I say this is that I am able to create a basic fresh new blazor application with dotnet new blazorserver and I am able to debug this simple blazor client code with my setup.
I've zipped up and attached a few config files related to this project that are probably related to getting this working, if someone has a similar setup to mine, I appreciate any help.
Hi guys,
I'm running with:
At a basic level I'm trying to get started with /00-get-started and before proceeding on, I'd like to be sure that things are configured correctly including being able to debug both blazor code and server code.
This problem I have appears to be localised to this project and I expect it is somehow configuration related. The reason I say this is that I am able to create a basic fresh new blazor application with
dotnet new blazorserver
and I am able to debug this simple blazor client code with my setup.I've zipped up and attached a few config files related to this project that are probably related to getting this working, if someone has a similar setup to mine, I appreciate any help.
.vscode.zip launchSettings.json.zip
Thanks Joe