@AgaveJoe Thanks for showing me direction.
I did like this. It is working now
> dotnet sln list
Then i got the path of project , After this i run the CLI command like
>dotnet run --project RadzenTest\Server\RadzenTest.Server.csproj
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I have created the Blazor WebAssembly project with Asp.net Core Hosted using visual studio 2022. It is working fine.
Now i am trying to run same project using VS Code. Build is working fine. Run command is not working.
I tried like this
dotnet run --project RadzenTest.sln
dotnet run --project RadzenTest.Server
dotnet run --project RadzenTest
dotnet run
Error Message : 'RadzenTest.sln' is not a valid project file.
any suggestion on this ?
@AgaveJoe Thanks for showing me direction.
I did like this. It is working now
> dotnet sln list
Then i got the path of project , After this i run the CLI command like
>dotnet run --project RadzenTest\Server\RadzenTest.Server.csproj