Open yazeedobaid opened 2 years ago
Per the fix for SDK assembly resolver for FAKE runner in #2638, the added algorithm for resolving dotnet host path should be also used in Fake.DotNet.Cli module which interact with DotNet host.
Fake.DotNet.Cli
Specifically in the findPossibleDotnetCliPaths method: https://github.com/fsprojects/FAKE/blob/c7273c70ff688d1e53d2b56809724ff55e3d9961/src/app/Fake.DotNet.Cli/DotNet.fs#L81-L97
findPossibleDotnetCliPaths
Welcome to the FAKE community! Thank you so much for creating your first issue and therefore improving the project!
Assemblyresolver improved with latest 6.1.1
Description
Per the fix for SDK assembly resolver for FAKE runner in #2638, the added algorithm for resolving dotnet host path should be also used in
Fake.DotNet.Cli
module which interact with DotNet host.Specifically in the
findPossibleDotnetCliPaths
method: https://github.com/fsprojects/FAKE/blob/c7273c70ff688d1e53d2b56809724ff55e3d9961/src/app/Fake.DotNet.Cli/DotNet.fs#L81-L97