spark-dotnet/framework

Install template wont work

Closed this issue · 2 comments

okelot commented

To replicate issue just run 'spark install' before manually installing the BlazorSpark template. It would gives an error but still shows that the installation was success. Spark wont work unless you manually install the template.

image

The issue is that in InstallSparkCommand.cs line 16, '--' is missing from the install command.

What version of the .NET sdk do you have?

Spark only supports .NET 7. You can check with the "dotnet --list-sdks"

okelot commented

I see. I have latest version but it seems something was wrong from my side (I had to modify global.json). I will retract PR request and close the issue.
image