fsprojects / FAKE

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

Project maintenance updates #2763

Open xperiandri opened 9 months ago

xperiandri commented 9 months ago

Description

Numpsy commented 9 months ago
/home/runner/work/FAKE/FAKE> "dotnet"  fantomas src/app/ src/template/ src/test/ --recurse --check (In: false, Out: false, Err: false)
Unhandled exception. System.IO.DirectoryNotFoundException: Could not find a part of the path '/home/runner/work/FAKE/FAKE/--recurse'.

I think Fantomas 6 made the folder searching recursive by default, and deprecated the command line flag for it - so ---recurse can be removed from the invocation?

Numpsy commented 7 months ago

Is it worth updating Paket to v8 now, or leave that till later?

xperiandri commented 7 months ago

I would release this changes to v6 and then updated to v8