fsprojects / FAKE

FAKE - F# Make
https://fake.build
Other
1.29k stars 587 forks source link

Add Algorithm for Resolving DotNet host path to `Fake.DotNet.Cli` from `SdkAssemblyResolver` #2644

Open yazeedobaid opened 2 years ago

yazeedobaid commented 2 years ago

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

github-actions[bot] commented 2 years ago

Welcome to the FAKE community! Thank you so much for creating your first issue and therefore improving the project!

Thorium commented 3 months ago

Assemblyresolver improved with latest 6.1.1