[v4.13.0.1]
I have installed dotnet at G:, but NCrunch fails with error below:
Quote:
[PID:6464 17:07:33.5543 LocalBuildTask-183] ERROR (Internal): System.Exception: Unable to find an installation of .NET Core at the expected install path of 'C:\Program Files\dotnet'
(I have no such dir at all:
Quote:
>dir 'C:\Program Files\dotnet'
Get-ChildItem: Cannot find path 'C:\Program Files\dotnet' because it does not exist.
dotnet build works fine.
Output from dotnet --info:
Quote:.NET SDK (reflecting any global.json):
Version: 6.0.301
Commit: 43f9b18481
Runtime Environment:
OS Name: Windows
OS Version: 10.0.19044
OS Platform: Windows
RID: win10-x64
Base Path: G:\ProgramFiles\dotnet\sdk\6.0.301\
Host (useful for support):
Version: 6.0.6
Commit: 7cca709db2
.NET SDKs installed:
6.0.301 [G:\ProgramFiles\dotnet\sdk]
.NET runtimes installed:
Microsoft.AspNetCore.App 6.0.6 [G:\ProgramFiles\dotnet\shared\Microsoft.AspNetCore.App]
Microsoft.NETCore.App 6.0.6 [G:\ProgramFiles\dotnet\shared\Microsoft.NETCore.App]
Microsoft.WindowsDesktop.App 6.0.6 [G:\ProgramFiles\dotnet\shared\Microsoft.WindowsDesktop.App]
To install additional .NET runtimes or SDKs:
https://aka.ms/dotnet-download
p.s. To get dotnet installed on another drive I modified the ProgramFiles shell folder before installing vstudio 2022, and then reverting it back to C: again d.s.