When I create a brand new Blazor Webassembly App, .NET 7, Configure for https and enable ncrunch. I get the below error.
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<!--This is a custom NCrunch file format-->
<solution path="C:\data\vsTest\NcrunchBugBlazorApp1\NcrunchBugBlazorApp1.sln">
<project name="NcrunchBugBlazorApp1" path="C:\data\vsTest\NcrunchBugBlazorApp1\NcrunchBugBlazorApp1\NcrunchBugBlazorApp1.csproj">
<loadErrors />
<build>
<buildTime>00:00:02.790</buildTime>
<errors>
<error>C:\Program Files\dotnet\packs\Microsoft.NET.Runtime.WebAssembly.Sdk\7.0.4\Sdk\WasmApp.targets (216): $(MicrosoftNetCoreAppRuntimePackDir)='', and cannot find %(ResolvedRuntimePack.PackageDirectory)=. One of these need to be set to a valid path</error>
</errors>
<warnings />
</build>
<tests />
</project>
</solution>
My project is here:
https://github.com/kpspence/ncrunch
I think it has to do with configuration some how because it was working on my previous laptop. Just at a loss for what is different.