Uh oh!
There was an error while loading. Please reload this page.
Add runtime property HOSTFXR_PATH - #55369
Conversation
ghost
commented
Jul 8, 2021
Tagging subscribers to this area: @vitek-karas, @agocke, @VSadov Issue DetailsWhen executing the SDK CLI, set runtime property This property is only set when running the muxer and the application is dotnet.dll (that is, this property will only be set if we are about to execute a dotnet cli command).
|
elinor-fung
commented
Jul 8, 2021
Thoughts on adding a test for checking that |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
When executing the SDK CLI, set runtime property
HOSTFXR_PATHwith value equal to the loaded hostfxr path so that the SDK can locate it without having to rely on the heuristics ofdlopen/LoadLibrary.This property is only set when running the muxer and the application is dotnet.dll (that is, this property will only be set if we are about to execute a dotnet cli command).