FAKE v5.0.0-beta022 Release Notes

    • FAKE5: New module "ChangeWatcher"
    • FAKE5: Reduce number of modules by combining some modules:
      • Fake.Core.BuildServer moved to Fake.Core.Environment
      • Fake.Core.Globbing moved to Fake.IO.FileSystem (includes the namespace change from Fake.Core to Fake.IO)
    • ๐Ÿ’ฅ BREAKING: Refactor Process API according to FAKE5 guidelines
    • ๐Ÿ’ฅ BREAKING: Add RequireQualifiedAccess to some core modules in order to lead users into the new API-Usage
    • โœจ ENHANCEMENT: Refactor Fake.Core.Target module and improve summary output and error reporting.
    • ๐Ÿ›  BUGFIX: Use "defines" for the #r "paket:..." tokenizer
    • ๐Ÿ›  BUGFIX: Fake5 did not properly handle the --fsiargs command line argument.