You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error_report.append(f"Path {hostfxr_path} gave the following error:\n{err}")
31
33
32
34
try:
33
35
returnffi.dlopen(str(dotnet_root/hostfxr_name))
34
-
exceptException:
35
-
pass
36
+
exceptExceptionaserr:
37
+
error_report.append(f"Path {hostfxr_path} gave the following error:\n{err}")
36
38
37
-
raiseRuntimeError(f"Could not find a suitable hostfxr library in {dotnet_root}")
39
+
raiseRuntimeError(f"Could not find a suitable hostfxr library in {dotnet_root}. The following paths were scanned:\n\n"+("\n\n".join(e
4706
rror_report)))
0 commit comments