FAKE v5.16.1 Release Notes

Release Date: 2019-08-25 // over 4 years ago
  • BUGFIX: Fix that generate_load_scripts prevents restore after update - #2382
    🛠 BUGFIX: Fix FAKE unable to load assemblies in some scenarios - #2381
    🛠 BUGFIX: Fix File.getVersion fails if version is not set, thanks @SCullman - #2378
    ✨ ENHANCEMENT: make Fake.DotNet.Paket work with the dotnet tool based version of Paket, thanks @seanamosw - #2364
    ✨ ENHANCEMENT: add Organization field to Fake.Testing.SonarQube, thanks @Lutando - #2358
    ✨ ENHANCEMENT: Added Arguments.appendRaw* functions to handle weird microsoft escaping.
    ✨ ENHANCEMENT: Added Environment.getNuGetPackagesCacheFolder(), returns the NuGet packages path.
    ✨ ENHANCEMENT: Added ProcessUtils.tryFindLocalTool to resolve tools via a common logic (Fake.IO.Globbing.Tools is not obsolete)
    📄 DOCS: Fix some broken links - #2351