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
Currently DotnetToolDispatcher is used to re-launch the tool at runtime. Because of this manual relaunching all the magic that dotnet cli does (like taking care of the binding redirects) is lost.
I'll try to strip out this part in the coming days and simply try calling Worker.Execute() at that point.
Currently
DotnetToolDispatcher
is used to re-launch the tool at runtime. Because of this manual relaunching all the magic that dotnet cli does (like taking care of the binding redirects) is lost.I'll try to strip out this part in the coming days and simply try calling
Worker.Execute()
at that point.See: https://github.com/dotnet/cli/issues/6028#issuecomment-346174568
The text was updated successfully, but these errors were encountered: