- tbd
- ANNOUNCEMENT:
dotnet-fake
cli tool viaDotNetCliToolReference
is now history - fsprojects#2465 - ENHANCEMENT: Update MSTest.fs for VS 2019, thanks @0x53A - fsprojects#2450
- ENHANCEMENT: Added
CreateProcess.addOnStartedEx
in order to retrieve the .NET Process object, thanks @maciej-izak - fsprojects#2451 - BUGFIX: Improved error reporting when paket initialization fails, see isaacabraham/vsts-fsharp#33
- DOCS: Fixed typos and improved docs, thanks @ncave, @rmunn, @jeremyabbott, @mjul, @smoothdeveloper - fsprojects#2449 fsprojects#2452 fsprojects#2454 fsprojects#2459 fsprojects#2460
- INFRASTRUCTURE: Use stable version of reference assemblies package, thanks @teo-tsirpanis - fsprojects#2463
- NEW: Added
Fake.Sql.SqlPackage
which is a redesign orFake.Sql.DacPac
and added support for publish profiles, thanks @kmadof - fsprojects#2366 - ENHANCEMENT:
Fake.DotNet.Cli
Add timeout field to kill the process after the given timeout - fsprojects#2425 - ENHANCEMENT:
Fake.Core.Target
Add notification when a fake worker is idle - fsprojects#2425 - ENHANCEMENT: Use SPDX license expressions in the nuspec files, thanks @teo-tsirpanis - fsprojects#2403
- ENHANCEMENT:
fake-cli
Update bundled paket - fsprojects#2425 - ENHANCEMENT:
Fake.DotNet.Cli
Add support for suppressing copyright messages (--nologo
) when invokingdotnet
, thanks @objectx - fsprojects#2436 - ENHANCEMENT:
Fake.Installer.Squirrel
Add additional Squirrel parameters, thanks @pchinery - fsprojects#2431 - ENHANCEMENT:
Fake.Testing.SonarQube
Several improvements like workdir and local tool support, thanks @vilinski - fsprojects#2438 - BUGFIX:
Fake.Tools.Rsync
Fix typo in Rsync.fs options, thanks @rmunn - fsprojects#2432 - BUGFIX:
Fake.DotNet.Testing.Coverlet
Fix Coverlet output property name, thanks @SteveGilham - fsprojects#2427 - BUGFIX:
Fake.Tools.Octo
Octopus deploy trace always marked failures, thanks @ids-pfinn - fsprojects#2428 - BUGFIX:
Fake.Core.Process
Process redirection was not working as advertised, thanks @ZeekoZhu - fsprojects#2445 - DOCS: Change the README badges and their placement, thanks @teo-tsirpanis - fsprojects#2437
- DOCS: Several documentation improvements, thanks to @jhromadik - fsprojects#2441 fsprojects#2442 fsprojects#2443
- BUGFIX:
Fake.DotNet.Testing.Coverlet
was not working, thanks @Tarmil - fsprojects#2424
- NEW: Add
Fake.DotNet.Testing.Coverlet
, thanks @Tarmil - fsprojects#2413 - BUGFIX:
paket pack
module was broken, thanks @sergey-tihon - fsprojects#2418
- BUGFIX: Paket module was broken - fsprojects#2413
- BUGFIX: New
CreateProcess.withToolType
wasn't working forToolType.FrameworkDependentDeployment
- fsprojects#2412 - ENHANCEMENT: Add support for local dotnet tool to fake-template and make it the default.
- ENHANCEMENT: Add core support for local tools via
CreateProcess.withToolType
, this helper is part ofFake.DotNet.Cli
and available afteropen Fake.Core
- fsprojects#2399 - ENHANCEMENT: Add
ToolType
support inReportGenerator
andPaket
, thanks @SteveGilham and @Tarmil - fsprojects#2399 - ENHANCEMENT: Add
FAKE_COREFX_VERBOSE
in order to increase verbosity for the FAKE libraries - ENHANCEMENT: Add
DotNet.setupEnv
in order to improve working with installed SDKs (for example when calling fable), fixes fsprojects#2405 - BUGFIX: Address fsprojects#2406 by only printing a warning instead of crashing
- BUGFIX: Partially address fsprojects#2401 by allowing the user to continue and request additional info.
- BUGFIX: Fix "FindLocalTools fails to search Paket.exe in Subdirectory" - fsprojects#2390
- DOCS: Remove Issue Stats, thanks @vbfox - fsprojects#2393
- ENHANCEMENT: Support VSTest parallel test execution setting, thanks @dungpa - fsprojects#2385
- ENHANCEMENT: Update dotnet new template, thanks @Krzysztof-Cieslak - fsprojects#2391
- BUGFIX: Fix API for DotCover.report, thanks @TomasMorton - fsprojects#2389
- ENHANCEMENT: Add installFrozenLockFile option for Yarn, thanks @rfrerebe - fsprojects#2388
- ENHANCEMENT: Add the extra OpenCover registration options, thanks @SteveGilham - fsprojects#2387
- ENHANCEMENT: Allow FSI evaluation option for FSharp.Formatting, thanks @kurtschelfthout - fsprojects#2158
- BUGFIX: Fixed DocFx bug, thanks @DigitalFlow - fsprojects#2188
- ENHANCEMENT: Add support for contentFiles to Fake.DotNet.NuGet packaging, thanks @chappoo - fsprojects#2165
- ENHANCEMENT: Support mono in Fake.DotNet.Fsc, thanks @wallymathieu - fsprojects#2397
- BUGFIX: Fix that
generate_load_scripts
prevents restore after update - fsprojects#2382 - BUGFIX: Fix FAKE unable to load assemblies in some scenarios - fsprojects#2381
- BUGFIX: Fix File.getVersion fails if version is not set, thanks @SCullman - fsprojects#2378
- ENHANCEMENT: make
Fake.DotNet.Paket
work with the dotnet tool based version of Paket, thanks @seanamosw - fsprojects#2364 - ENHANCEMENT: add
Organization
field toFake.Testing.SonarQube
, thanks @Lutando - fsprojects#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 now obsolete) - DOCS: Fix some broken links - fsprojects#2351
- LEGACY: Remove
Fake.Deploy
from repository and NuGet package, see fsprojects#1820 - LEGACY: Update to
net461
to support latestFSharp.Compiler.Service
to fix fsprojects#2362 - LEGACY: Release a new version of
FakeLib.dll
(the original FAKE NuGet package) - BUGFIX: Fake.Api.Slack uses
Username
notFrom
, thanks @mastion - fsprojects#2360 - ENHANCEMENT: add rollforward policy to next-major to make
fake-cli
work in future dotnet sdk major version, thanks @baronfel - fsprojects#2372 - ENHANCEMENT:
ProcessUtils
now considersPATHEXT
on windows - fsprojects#2368 - ENHANCEMENT: [
Fake.Api.GitHub
] AddedTargetCommitish
parameter to theCreateReleaseParams
record. This parameter is passed to Octokit's 'NewRelease', and allows for the creation of releases from arbitrary commits when the release tag does not exist yet, thanks @nikolamilekic - fsprojects#2367 - (Minor) BREAKING: Drop support for
netstandard1.6
andnet46
(please open an issue if that actually hits you). All fake modules are now compiled fornetstandard2.0
,net462
andFSharp.Core 4.7
, you should consider to upgrade your runtime. - ENHANCEMENT:
Fake.DotNet.Fsc
andFake.DotNet.Fsi
now use latestFSharp.Compiler.Service
- ENHANCEMENT: The fake runtime now supports
FSharp.Core 4.7
, thanks @drssoccer55 - fsprojects#2373
- BUGFIX: Fix high memory use and slowness with a large number of targets/dependencies - fsprojects#2354
- BUGFIX: Disable fast restore for MSBuild version < 15.8 - fsprojects/Paket#3611
- BUGFIX: Fast Restore (bugfix from paket) - fsprojects/Paket#3608
- ENHANCEMENT: Some internal improvements in
Fake.Runtime
for Ionide - fsprojects#2341 - ENHANCEMENT: Add new
Target.getArguments()
function in order to retrieve arguments globally - fsprojects#2341 - BUGFIX: Make sure to detect proper code locations when using
#load
(Ionide tooling,Fake.Core.Target
) - fsprojects#2341 - DOCS: Consolidate getting started, recommend Ionide, add FAQ section to menu and some feature updates - fsprojects#2341
- ENHANCEMENT: Add
--write-info <file>
command line toFake.Core.Target
in order to support tooling in Ionide see ionide/ionide-vscode-fsharp#1137 - fsprojects#2335 - BUGFIX: Fake 5 runner now recompiles the script when
--fsiargs
have changed (invalidates the cache) - fsprojects#2335
- BUGFIX: Fake 5 native libraries support now works on unix - fsprojects#2334
- BREAKING: Renamed
CliVersion.Lkg
toCliVersion.Coherent
as it was renamed on the installer. If you use an old installer with this flag you can still useCliVersion.Version "lkg"
- fsprojects#2318 - BREAKING: Renamed
NuGet.feedUrl
toNuGet.galleryV1
and marked it as obsolete. AddedgalleryV2
andgalleryV3
- fsprojects#2323 - ENHANCEMENT: Fake 5 now supports native libraries (like SQL and SQLite NuGet packages) - fsprojects#2007
- BUGFIX: DotNet.exec (dotnet installer) fails when username has a blank - fsprojects#2319
- BUGFIX: Error when invoking fake run with different casings - fsprojects#2314
- BUGFIX: Potential fix for incorrect console colors after running fake - fsprojects#2173
- DOCS: Document difference between
@@
and</>
as well asPath.combineTrimEnd
andPath.combine
- fsprojects#2329
- BUGFIX: Xamarin Android x86_64 build fails - fsprojects#2313
- BUGFIX: update dependencies (Paket.Core update to 5.206)
- BUGFIX:
Shell.mv
now has the correct documented behavior (5.13.3 was still broken) - fsprojects#2309 - BUGFIX:
Shell.rename
now works for files and directories as documented - fsprojects#2309
- ENHANCEMENT: Use NuGet Libraries for
getLastNuGetVersion
- see NuGet/NuGetGallery#7085 - ENHANCEMENT: TeamCitySummary, added in ReportGenerator 4.1.3 Fixes #2300 - fsprojects#2301
- BUGFIX:
Shell.mv
now has the correct documented behavior, consistent with parameter names - fsprojects#2293 - BUGFIX: NuGet Push command syntax. Fixes #2299 - fsprojects#2304
- ENHANCEMENT: Update .NET Core runtime
- BUGFIX: Do not print dotnet --version errors - fsprojects#2295
- ENHANCEMENT: Support F# 4.6 syntax in scripts
- ENHANCEMENT: Add hint when runner is older than 6 months and warning after 12 months
- NEW: Add dotnet nuget push command and arguments - fsprojects#2229
- NEW: Add
Target.initEnvironment()
in order to initialize environment - fsprojects#2283 - ENHANCEMENT: Update dependencies - fsprojects#2286
- ENHANCEMENT: Return the latest msbuild version by default when using vswhere - fsprojects#2287
- ENHANCEMENT: Improve help message - fsprojects#2282
- BUGFIX: Retry GitHub asset upload on failure
- BUGFIX: No such variable
CI_BUILD_ID
- fsprojects#2290
- ENHANCEMENT: Add Support for MSBuild 16 / VS 2019 - fsprojects#2274
- ENHANCEMENT: Throw more helpful exception when directory not a git repository - fsprojects#2275
- BUGFIX: Thread safe for
Path.toRelativeFrom
- fsprojects#2268 - DOCS: Re-Add NuGet link - fsprojects#2278
- DOCS: Fix broken link in getting-started - fsprojects#2276
- Update dependencies
- Re-release of 5.12.2 (which failed)
- ENHANCEMENT: Allow multiple FSI Defines - fsprojects#2260
- BUGFIX: Fix TeamCity logging. - fsprojects#2258
- TESTSUITE improvements - fsprojects#2264
- ENHANCEMENT: Allow multiple FSI Defines - fsprojects#2260
- BUGFIX: Fix TeamCity logging. - fsprojects#2258
- ENHANCEMENT: Add dotnet cli options (--no-restore) and (--blame) - fsprojects#2250
- ENHANCEMENT: Update FSharp.Core and Paket to latest. - fsprojects#2253
- BUGFIX: Correct quoting used by sendPublishNamedArtifact - fsprojects#2240
- BUGFIX: Fixed getBaseDirectoryInclude when one directory name include the oth… - fsprojects#2235
- DOCS: Resort TraceSecrets.register indexed parameters - fsprojects#2254
- DOCS: fix broken links #2241 - fsprojects#2241
- Add Dynamics Business Central 365 support
- Add support for MSBuild16
- Add Dynamics NAV FullCompile function
- Add DynamicsNAV 365 Business Central support - fsprojects#2224
- NEW: module
Fake.DotNet.Xdt
- fsprojects#2218 - IMPROVEMENT: DotNet take version into account when determining dotnet cli path - fsprojects#2220
Usages of the
DotNet
might yield different results than what you would get in the command line to ensure the given version is used. - DOCUMENTATION:
StreamSpecification
doc improvements - fsprojects#2222 - DOCUMENTATION: Various improvements to the contributors guide - fsprojects#2232
- Update dependencies
- DOCUMENTATION: Further fixes on the website - fsprojects#2196 & fsprojects#2202
- DOCUMENTATION: Fix DotNet.NuGet samples - https://github.com/fsharp/FAKE/pull/2198/files
- DOCUMENTATION: Smaller fixes - fsprojects#2211 & fsprojects#2213 & fsprojects#2212 & fsprojects#2217 & fsprojects#2208 & fsprojects#2209
- NEW: module
Fake.DotNet.ILMerge
- fsprojects#2195 - ENHANCEMENT: Support netcore paket (global tool) - fsprojects#2191
- ENHANCEMENT: Properly fail when using FxCop on non-windows
- (Minor) BREAKING: Drop support for
netstandard1.6
(please open an issue if that actually hits you). - BUGFIX: Fail on non-windows - fsprojects#2200
- BUGFIX: Globbing fails when directory is deleted at the same time - fsprojects#2203
- BUGFIX: Custom escaping was not working with
fromRawWindowsCommandLine
- fsprojects#2197
- DOCUMENTATION: New homepage design for fake.build, huge thanks to @FlorianBaderDE (with help from @JarnoNijboer) - fsprojects#2164 fsprojects#2175 fsprojects#2178 fsprojects#2179
- ICON: Fake has a new icon (again huge thanks to @FlorianBaderDE)
- NEW: Add tab-completion for powershell and bash - fsprojects#2157
- NEW: module
Fake.DotNet.FxCop
- fsprojects#2174 - ENHANCEMENT: add new ReportType "Cobertura" to
Fake.Testing.ReportGenerator
- fsprojects#2163 - ENHANCEMENT: the fake template now supports the buildtask-dsl - fsprojects#2177
- ENHANCEMENT: add new fake hints for fsprojects#2097, fsprojects#2099 and fsprojects#2181
- BUGFIX: Dispose streams created by File.create - https://github.com/fsharp/FAKE/pull/2184/files
- BUGFIX: NuGet.Version.getLastNuGetVersion failed for some servers - fsprojects#2170
- BUGFIX: Fake.DotNet.Tesing.NUnit failed to work when temporary-directory contains spaces (for example if windows username contains spaces) - fsprojects#2180
- BUGFIX:
--silent
now disables fake hints as well - (Minor) BREAKING: Refactor & cleanup
Fake.Runtime
internals - make sure to open an issue if you are hit by this. - OTHER: Internal code cleanup - fsprojects#2162
- DOCUMENTATION: New homepage design for fake.build, huge thanks to @FlorianBaderDE (with help from @JarnoNijboer) - fsprojects#2164 fsprojects#2175 fsprojects#2178 fsprojects#2179
- ICON: Fake has a new icon (again huge thanks to @FlorianBaderDE)
- NEW: Add tab-completion for powershell and bash - fsprojects#2157
- NEW: module
Fake.DotNet.FxCop
- fsprojects#2174 - ENHANCEMENT: add new ReportType "Cobertura" to
Fake.Testing.ReportGenerator
- fsprojects#2163 - ENHANCEMENT: the fake template now supports the buildtask-dsl - fsprojects#2177
- ENHANCEMENT: add new fake hints for fsprojects#2097, fsprojects#2099 and fsprojects#2181
- BUGFIX: Dispose streams created by File.create - https://github.com/fsharp/FAKE/pull/2184/files
- BUGFIX: NuGet.Version.getLastNuGetVersion failed for some servers - fsprojects#2170
- BUGFIX: Fake.DotNet.Tesing.NUnit failed to work when temporary-directory contains spaces (for example if windows username contains spaces) - fsprojects#2180
- BUGFIX:
--silent
now disables fake hints as well - (Minor) BREAKING: Refactor & cleanup
Fake.Runtime
internals - make sure to open an issue if you are hit by this. - OTHER: Internal code cleanup - fsprojects#2162
- BUGFIX:
/restore
was missing from msbuild command line - fsprojects#2160
- BUGFIX:
Fake.Core.Target
module no longer crashes with stackoverflow on some occations - fsprojects#2156 - PERFORMANCE: The
Fake.Core.Target
module is now several orders of magnitude faster when using lots of targets - fsprojects#2156
- BUGFIX: Add a null-check to remove fake warning
- ENHANCEMENT: Write NUnit arguments to an arguments file, fixes problems with long command lines - fsprojects#2114
- ENHANCEMENT: Added
SpecFlowNext
module toFake.DotNet.Testing.SpecFlow
with improved API and missing arguments - fsprojects#2143 - ENHANCEMENT (BREAKING): Updated and finalized the new (and undocumented) process API which is more unit-testable - fsprojects#2131
- ENHANCEMENT: Updated
Fake.Testing.ReportGenerator
to includeClassFilter
andFileFilter
- fsprojects#2120 - ENHANCEMENT: Improve TeamCity integrations - fsprojects#2138
- ENHANCEMENT: Update
Fake.Tools.Pickles
to include latest CLI additions - fsprojects#2133 - ENHANCEMENT: The
Trace
module can now report build-state with a message - fsprojects#2139 - ENHANCEMENT: The target module not supports a
Trace.WithContext
mode to retrieve the context and handle potenial problems manually - fsprojects#2140 - ENHANCEMENT: The target module now allows to set the build-state by using the new
WithContext
-mode - fsprojects#2141 - BUGFIX: Fix TeamCity (named) Artifact upload - fsprojects#2147
- BUGFIX: AppVeyor module should not trace
appveyor.exe
calls - fsprojects#2137 - BUGFIX: Always print the stack-trace when in verbose mode - fsprojects#2136
- DOCUMENTATION: Some smaller fixes
- BUGFIX: PATH Variable was overwritten when using the
DotNet.Cli
module - fsprojects#2134 - BUGFIX: Fix an instance where TraceSecrets did not work - fsprojects#2122
- WORKAROUND: Do not try to publish artifacts on github PRs when using Azure Pipelines - https://github.com/fsharp/FAKE/pull/2129/commits/bb723c41160f60002169246cb70ecbb9aad45fa3
- ENHANCEMENT: Some modules are now usable without FAKE context (ie. in your regular projects)
- ENHANCEMENT: Inform when the
target
environment variable is used - fsprojects#2107 - ENHANCEMENT: Improve TeamCity support - fsprojects#2111
- ENHANCEMENT: Update Netstandard.Library package to
2.0.3
- fsprojects#2106 - ENHANCEMENT: Add
Process.getFileName
api to retrieve the full-path of a given process - ENHANCEMENT: Kill existing running
dotnet.exe
processes before running the dotnet-cli installer - BUGFIX: Environment variables are case insensitive on windows, fake will now throw exceptions if it detects invalid environment maps
- BUGFIX: MSBuild properties containing special characters lead to errors - fsprojects#2112
- BUGFIX: Improve error message when release notes are invalid - fsprojects#2085
- BUGFIX: Improve error message when globbing pattern is invalid - fsprojects#2073
- BUGFIX: Do no longer provide the
--parallel
argument by default when running expecto - fsprojects#2039 - DOCS: Fix syntax errors in dacpac docs - fsprojects#2115
- ENHANCEMENT: TeamFoundation now reports errors as errors instead of warnings - fsprojects#2103
- BUGFIX: Ignore some arguments when running
dotnet msbuild /version
- fsprojects#2102
- ENHANCEMENT: Use VSWhere to detect msbuild location - fsprojects#2077
- ENHANCEMENT: Add Dotnet SDK 2.1.400, 2.1.401 and 2.1.402 - fsprojects#2089
- ENHANCEMENT: Improve error reporting of msbuild errors across all CI servers - fsprojects#2096
- ENHANCEMENT: Add /logger support for MSBuild - fsprojects#1712
- ENHANCEMENT: Add /consoleloggerparameters support for MSBuild - fsprojects#1607
- ENHANCEMENT: Added
DotNet.msbuild
to calldotnet msbuild
- fsprojects#2098 - ENHANCEMENT: Added
MSBuildParams
toDotNet.restore
,DotNet.build
,DotNet.pack
,DotNet.publish
andDotNet.test
in order to add regular msbuild parameters - fsprojects#2098 - ENHANCEMENT: AppVeyor now reports errors and warnings to the 'Messages'-tab - fsprojects#2098
- BUGFIX: dotnet restore with configfile did not work - fsprojects#2082
- BUGFIX: Fake cache was broken - fsprojects#2083
- DOCS: various improvements in the documentation - fsprojects#2081
- NEW: Fake.DotNet.Testing.DotCover module - fsprojects#2058
- NEW: Fake.Installer.Squirrel module - fsprojects#2076
- ENHANCEMENT: Fake.BuildServer.TeamCity now contains all parameters - fsprojects#2069
- BUGFIX: template now contains
storage: none
- fsprojects#2070 - BUGFIX: Improve error message when nuget cache is possibly broken - fsprojects#2070
- BUGFIX: Invalidate cache if files don't exist - fsprojects#2070
- BUGFIX: Vault.fs was not decrypting/encrypting properly - fsprojects#2070
- BUGFIX: Fix an issue with empty arguments in command line parsing - fsprojects#2070
- BUGFIX: Do not allow tripple quotes in command line - fsprojects#2070
- DOCS: Update core-targets.md - fsprojects#2067
- NEW: module Fake.Tools.Octo to use Octopus Deploy - fsprojects#2048
- NEW: module Fake.Core.Vault to store secrets - https://github.com/fsharp/FAKE/pull/2068/commits/929ec55bcb05b0d9ece0066c4d2c4f0ad2bce783
- ENHANCEMENT: Fake.BuildServer.TeamFoundation now supports secret variables - isaacabraham/vsts-fsharp#16
- BUGFIX: Support naming of artifacts in TFS/VSTS - fsprojects#2060
- BUGFIX: Detect when expecto should use the .NET CLI - fsprojects#2064
- ENHANCEMENT: Template always uses latest version now - fsprojects#2055
- ENHANCEMENT: Add all GITLAB environment variables - fsprojects#2059
- ENHANCEMENT: Support naming of artifacts in TFS/VSTS - fsprojects#2056
- BUGFIX: Use UTF8 without BOM by default - fsprojects#2032
- BUGFIX: Improve error message when starting dotnet-cli with incorrect working directory - fsprojects#2046
- BUGFIX: Minor code improvements - fsprojects#2045
- BUGFIX: Adding newline to fix 'fake --help' formatting - fsprojects#2051
- BUGFIX: Proper quotations in
Fake.DotNet.Cli
module - fsprojects#2053 - BUGFIX: Proper quotations in
Process.quote
andProcess.quoteIfNeeded
- fsprojects#2045 - BUGFIX: The latest template now always installs the latest stable of fake - fsprojects#2045
- BUGFIX: Support white spaces in paths when using the template on unix shell - fsprojects#2054
- DOCS: Add SemVer module to the docs
- DOCS: Fix Rsync link in the docs
- NEW: module Fake.Tools.Rsync - fsprojects#1987
- NEW: module Fake.Installer.Wix - fsprojects#2002
- NEW: module Fake.DotNet.Testing.VSTest - fsprojects#2008
- ENHANCEMENT: Add .NET Sdk 2.1.302 version to Fake.DotNet.Cli - fsprojects#2034
- ENHANCEMENT: Add extended commit message to Fake.Tools.Git - fsprojects#2038
- ENHANCEMENT: GlobbingPattern.createFrom in Fake.IO.FileSystem - fsprojects#2030
- ENHANCEMENT: Add
BuildConfiguration.fromEnvironmentVarOrDefault
to Fake.DotNet.Cli - fsprojects#2031 - ENHANCEMENT: Add
withAdditionalArgs
helper to Fake.DotNet.Cli - fsprojects#2044 - BUGFIX: Unbreak outdir on older mono - fsprojects#2021
- BUGFIX: Fix Expecto ParallelWorkers - fsprojects#2028
- BUGFIX: Environment setup error when running fake from a subdirectory - fsprojects#2025
- BUGFIX: Fix signature of
Zip.createZip
- fsprojects#2024 - BUGFIX: Call gitversion with mono if required - fsprojects#2041
- ENHANCEMENT: Improve output around empty target descriptions - fsprojects#1996
- BUGFIX: Proper handling of dotnet SDK versioning - fsprojects#1963
- NEW: Add debian package (maintainer wanted for hosting!) - fsprojects#1863
- BUGFIX: Fix ambiguity in new octokit release - fsprojects#2004
- BUGFIX: Fix XML poke - fsprojects#2005
- BUGFIX: Fix SQLPackage path with VS2017 - fsprojects#2006
- BUGFIX: Warn when resolved FSharp.Core doesn't match - fsprojects#2001
- ENHANCEMENT: Upgrade runner to FSharp.Core 4.5
- ENHANCEMENT: Fix tracing of final and failure targets and add new
Trace.useWith
API - fsprojects#2009 and fsprojects#2016
- NEW: module Fake.DotNet.Fsi to start fsharpi/fsi.exe on a F# script - fsprojects#1970
- NEW:
dotnet new -i "fake-template::*"
anddotnet new fake
to get started via SDK-template - fsprojects#1989 and fsprojects#1990 - NEW: module Fake.Tools.GitVersion to interact with gitversion.exe - fsprojects#1988
- ENHANCEMENT: Add
traceImportantf
andtraceErrorf
- fsprojects#1986 - ENHANCEMENT: Minimalize dependencies between FAKE packages - fsprojects#1980
- ENHANCEMENT: Change chocolatey package according to feedback - fsprojects#1983
- BUGFIX: Fix locating kudusync.cmd in Fake.Azure.Kudu - fsprojects#1995
- NEW: module Fake.Core.UserInput - fsprojects#1997
- Deep integration into the .NET SDK and .Net Core
- Global dotnet cli-tool
dotnet tool install fake-cli -g --version 5.*
dotnet-fake
cli tool viaDotNetCliToolReference
- Standalone
.zip
xcopy deployment and various package manager integrations (for example chocolatey). - The old runner (
FAKE
nuget package) is obsolete - FakeLib and FAKE.Deploy are obsolete - fsprojects#1820
- Clean and modularized API - A lot of stuff is obsolete now as it moved to a different location and will be removed with version 6
- Feature to import fake modules - https://fake.build/fake-fake5-modules.html
- Migration guide - https://fake.build/fake-migrate-to-fake-5.html
- New and clean CLI interface - https://fake.build/fake-commandline.html
build.sh
andbuild.cmd
are no longer required- Modules can be used in regular projects
- You can extend FAKE more easily - https://fake.build/fake-fake5-custom-modules.html
- API Guideline - https://fake.build/contributing.html#API-Design
- Improved F# scripting support including support for command-line arguments
- Learn more - https://fake.build/fake-fake5-learn-more.html
- FAKE5: New module Fake.Core.FakeVar - fsprojects#1978
- ENHANCEMENT: Upgrade to final release of global tools - fsprojects#1972
- ENHANCEMENT: Upgrade to netcore2.1 - fsprojects#1972
- BUGFIX: Fix issue to hide secrets in output - fsprojects#1969
- BREAKING: Add some
[<RequireQualifiedAccess>]
attributes according to API-Guidelines (Target, Globbing, AssemblyInfoFile) - ENHANCEMENT: Mark
Target.DoNothing
as obsolete - ENHANCEMENT: Mark
Target.Description
as obsolete and addTarget.description
- BUGFIX: Includes fixes from 4.64.12
- BUGFIX: Quoting in NuGet Restore task - fsprojects#1962
- BUGFIX: Fix several bugs in AssemblyInfo reader - fsprojects#1959
- BUGFIX: Workaround System.Reactive v4 release breaking us - fsprojects#1966
- ENHANCEMENT: Make caches more portable - fsprojects#1924
- ENHANCEMENT: Handle Ctrl+C to properly shutdown (for example run final targets) - fsprojects#1946
- ENHANCEMENT: Add
Target.deactivateBuildFailure
andTarget.deactivateFinal
- fsprojects#1949 - BUGFIX: Fake had problems with
#load
directives in some scenarios - fsprojects#1947 - BUGFIX: Parallel Builds on Team-Foundation would sometimes fail because of racy output of
#vso[]
commands - fsprojects#1949 - BUGFIX: Parallel runner would run more targets than needed in error case - fsprojects#1949
- FAKE5: Global dotnet cli-tool
fake-cli
- fsprojects#1932 Install viadotnet tool install fake-cli -g --version 5.0.0-*
- BUGFIX: Some issues when running latest
dotnet cli
via the Fake.DotNet.Cli module. - BUGFIX: Fake.Core.Xml changed DOCTYPE - fsprojects#1692
- ENHANCEMENT: Add API to set the build state - fsprojects#1936
- ENHANCEMENT: Add
Shell.copyFilesWithSubFolder
to copy files while keeping relative directories in place - fsprojects#1937 - ENHANCEMENT: Fake runner will now hint you into success when dependencies are missing - fsprojects#1783
- BUGFIX: Globbing is now more robust (especially outside the working directory) - fsprojects#1925 fsprojects#1750 and some not tracked issues
- COSMETICS: Fake is printing target description twice - fsprojects#1931
- ENHANCEMENT: Fake parallel logic is not even smarter in running targets parallel - fsprojects#1934
- DOCS: We now have a full staging environment in place - https://fake.build/contributing.html#Staging-environment
- DOCS: We now have a place to thank our supporters - https://fake.build/help-supporters.html
- ENHANCEMENT: Add partial restore (to improve the speed when using in a release-pipeline) - fsprojects#1926
- FAKE5: Xake now supports FAKE 5 and is advertised as module - https://github.com/xakebuild/Xake
- ENHANCEMENT: Parallelize targets even more - fsprojects#1934
- COSMETICS: Targets are always shown as "failed" - fsprojects#1929
- COSMETICS: Target description was printed twice - fsprojects#1931
- FAKE5: New module
Fake.Windows.Registry
- fsprojects#1909 - BUGFIX: Fix MSBuild parameter parsing - fsprojects#1918
- BUGFIX: DocoptException was not reported correctly - MangelMaxime/fulma-demo#4
- FAKE5: New module
Fake.DotNet.Fsc
- fsprojects#1919 - ENHANCEMENT: Improve GitLab and VSTS CI Support - fsprojects#1920
- FAKE5: New module
Fake.BuildServer.GitLab
- fsprojects#1919 - BUGFIX: Zip.unzip was flattening the result - fsprojects#1920
- BUGFIX: Fake complained that Intellisense.fsx didn't exist - fsprojects#1917
- ENHANCEMENT: Targets now retrieve the current execution list as context parameter - fsprojects#1920
- DOCS: Huge update to the documentation, adds obsolete warnings thanks @kblohm - fsprojects#1923
- ENHANCEMENT: Add Verbosity setting for NuGet restore - fsprojects#1904
- BUGFIX: Fix msbuild helper OutputPath with trailing
\
- fsprojects#1905 - BUGFIX: Make
Fake.Tools.Pickles
run on unix (with mono) - fsprojects#1901 - DOCS: Add docs on how to test modules locally - fsprojects#1906
- DOCS: Added some links to the documentation of SpecFlow, Pickles and ReportGenerator - fsprojects#1907
- BUGFIX: API-Reference documentation showing invalid tool-tips - fsprojects#1912
- BUGFIX: Fake being unable to compile when
intellisense.fsx
doesn't exist - fsprojects#1908 - ENHANCEMENT: Some improvements to the target build order algorithm - fsprojects#1903
- Download x86 version of dotnet core on win x86 - SAFE-Stack/SAFE-BookStore#328
- BUGFIX: Some minor issues after last performance release - fsprojects#1902
- FAKE5: New module
Fake.Installer.InnoSetup
- fsprojects#1890 - DOCS: Order module-namespaces alphabetically - fsprojects#1891
- BUGFIX: Make sure ReportGenerator is run with mono on unix - fsprojects#1894
- DOCS: Make sure API docs for new modules and FAKE 4 is available - fsprojects#1893
- PERFORMANCE: A lot of shortcuts have been added to improve the speed of some common use-cases - fsprojects#1891
- BUGFIX:
tryFindFileOnPath
not working properly on windows - fsprojects#1899 - BREAKING: Change --environmentvariable to --environment-variable and --singletarget to --single-target - fsprojects#1896
- BREAKING: Targets with arguments are not opt-in to make the command line parser fail on spurious inputs by default - fsprojects#1896
See https://fake.build/core-targets.html#Targets-with-arguments for details, basically you need to use
Target.runOrDefaultWithArguments
instead ofTarget.runOrDefault
to opt-in. - DOCS: Fix missing modules on documentation page - fsprojects#1895
- DOCS: Documentation can now be hosted locally via
fake build target HostDocs
(after it has been built) - fsprojects#1891
- FAKE4: Bundle System.ValueTuple to prevent some issues - fsprojects#1883
- DOCS: Various improvements - fsprojects#1883
- FAKE5: New module
Fake.Tools.Pickles
- fsprojects#1884 - FAKE5: New module
Fake.Tools.Mage
- fsprojects#1885 - FAKE5: New module
Fake.DotNet.Testing.SpecFlow
- fsprojects#1886 - FAKE5: New module
Fake.Testing.ReportGenerator
- fsprojects#1887 - BUGFIX: Some fixes in TeamFoundation integration - fsprojects#1883
- DOCS: Update documentation issues - fsprojects#1881
- BUGFIX: Improve error message when groups doesn't exist - fsprojects#1874
- BUGFIX: Improve error message when file doesn't exist (
Process.start
) - fsprojects#1875 - ENHANCEMENT: Make
Shell
module conform to API-guidelines. Mark existing functions as obsolete - fsprojects#1882
- FAKE5: New module
Fake.DotNet.Testing.Expecto
- fsprojects#1871 - FAKE5: New module
Fake.Sql.DacPac
- fsprojects#1878 - FAKE5: New module
Fake.Documentation.DocFx
- fsprojects#1872 - FAKE5: Add ChangeLog module to
Fake.Core.ReleaseNotes
- fsprojects#1876 - DOCS: Fix some documentation - fsprojects#1877
- [DOCS] Improve NPM documentation - fsprojects#1867
- [FAKE 5] Add yarn module 'Fake.JavaScript.Yarn' - fsprojects#1868
- [FAKE 5] Add HockeyApp module 'Fake.Api.HockeyApp' - fsprojects#1870
- [BUGFIX] Properly handle '.' in file-names - fsprojects#1865
- Add some missing RequireQualifiedAccess Attributes - fsprojects#1862
- Same as rc002
- [BUGFIX] Fake could no longer find fsi after sdk upgrade - fsprojects#1857
- [BUGFIX] Some hotfixes merged from fake 4 - fsprojects#1849
- [DOCS] Fix various documentation issues - fsprojects#1849
- [BREAKING] New runner is not compatible with old
Fake.Core.Target
package. Make sure to upgrade your packages before updating the runner! - [BREAKING] Fix inconsistent naming of MSBuild package (MsBuild -> MSBuild), add setParams to run* methods - fsprojects#1837
- [BREAKING] Update to the CLI, see https://fake.build/fake-commandline.html
- [FAKE 5] Implement MSBuild /nowarn command line option - fsprojects#1840
- [FAKE 5] Target Parameters (closes fsprojects#1830)
- [FAKE 5] Scripts can now have/use their own CLI.
- [FAKE 5] Performance numbers (closes fsprojects#1831)
- [FAKE 5] new module
Fake.Core.CommandLineParsing
, see https://fake.build/core-commandlineparsing.html - [DOCS] fixes fsprojects#1845
- [BUGFIX] fix various migration messages and fix ChangeWatcher according to API-Guideline
- [BUGFIX] Remove content-disposition from Azure.Webjobs - fsprojects#1844
- [BUGFIX] Don't alter global shell var $cur - fsprojects#1844
- [BUGFIX] Fix docs and traces for dotnet version - fsprojects#1835
- BUGFIX: Fix mono version detection on netcore.
- ENHANCEMENT: Fix API Guidelines on various modules
- BREAKING: API changes, cleanup and redesign Process module slightly
- BUGFIX: Crash on
DotNet.Install
when no dotnet was found.
- ENHANCEMENT: Allow to wire
DotNet.Install
andDotNet.<Command>
such that they work together, see https://fake.build/dotnet-cli.html - DOCS: Document how to run fake 5 scripts via
fsi
, see https://fake.build/fake-debugging.html
- BUGFIX: remove
Killing <id> failed with Process...
messages after Build - BUGFIX: change the upload uri for AzureWebJobs - fsprojects#1826
- BUGFIX:
fake run build.fsx --fsiargs "--debug:portable --optimize-"
will now actually create a pdb file and enable debugging
- BREAKING: Update ReleaseNotes module to match new API Guidelines.
- FAKE5: Concept for Build-Server Support
- FAKE5: New module
Fake.BuildServer.TeamCity
- FAKE5: New module
Fake.BuildServer.AppVeyor
- FAKE5: New module
Fake.BuildServer.Travis
- FAKE5: New module
Fake.BuildServer.TeamFoundation
- FAKE5: New module
Fake.JavaScript.Npm
- fsprojects#1822 - BUGFIX: setKillCreatedProcesses was not working as expected - fsprojects#1814
- ANNOUNCEMENT: Fake.Deploy is obsolete.
- ENHANCEMENT: Refactor Dotnet API - fsprojects#1812
- BUGFIX: Find
dotnet
onPATH
- fsprojects#1813 - FAKE5: New modules
Fake.Azure.CloudServices
,Fake.Azure.Emulators
,Fake.Azure.Kudu
andFake.Azure.WebJobs
- fsprojects#1757
- [CORE-PROCESS] ENHANCEMENT: Experiment with new Process API
- [CORE-TRACE] ENHANCEMENT: Add
TraceSecrets
-API to prevent FAKE from printing secrets
- FAKE5: New module "ChangeWatcher"
- FAKE5: Reduce number of modules by combining some modules:
Fake.Core.BuildServer
moved toFake.Core.Environment
Fake.Core.Globbing
moved toFake.IO.FileSystem
(includes the namespace change fromFake.Core
toFake.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.
- BUGFIX: Backslashes in paths wheren't escaped in intellisense.fsx - fsprojects/Paket#3093
- BUGFIX: Fake now works without
.paket
folder - fsprojects#1778 and fsprojects#1564 - BUGFIX: fsprojects#1744
- ENHANCEMENT: Fake now supports Credential Providers (like paket, see https://fsprojects.github.io/Paket/credential-providers.html)
- BUGFIX: Added VS 2017 MSTest location - fsprojects#1794 and fsprojects#1604
- BUGFIX: Fix DotNetCompile - fsprojects#1793
- BUGFIX: Fix fsprojects#1776 again for dotnet cli helpers.
- ENHANCEMENT: Fix chocolatey warning and add VERIFICATION.txt
- BUGFIX: Fix fsprojects#1776 again for dotnet cli helpers.
- BREAKING: the
Fake.Core.Tracing
nuget package has been renamed toFake.Core.Trace
- BREAKING: Some functions/types with the name
Dotnet
have been renamed toDotNet
for overall consistency. - BUGFIX: ArgumentException in FtpHelper.uploadAFolder - fsprojects#1785
- BUGFIX: Fix bug in Cli.DotNetPack
- INFRA: Add unit-test-suite for dotnetcore
- ENHANCEMENT: Add zip-helpers to allow more complex zip structures, fixes #1014
- BREAKING: Hide globbing behind an interface to make stuff more testable.
- BREAKING: Change Environment Map behavior in Process to allow removal of environment variables, required to fix #1776
- BREAKING: Change Fake.DotNet.Cli API according to latest changes and add
dotnet test
- BREAKING: Change Fake.DotNet.MsBuild API according to new API-Guidelines
- BUGFIX: msbuild doesn't work within dotnet-fake - fsprojects#1776
- ENHANCEMENT: Fix SemVer - fsprojects#848
- ENHANCEMENT: Add Nuget.RequireRange - https://github.com/fsharp/FAKE/pull/1775/commits/0c5b86b747285c596de0fff68002df422fabf15e
- FAKE5: partial support for FST-1027 instead of FAKE Header (now obsolete and will be removed on release).
This adds support for writing
#r "paket: nuget Fake.Module prerelease"
in your scripts, see fsprojects#1770 - FAKE5: Self-Contained scripts (not using/referencing external paket.dependencies) will now write a
<script>.fsx.lock
file for the dependencies, see fsprojects#1769 - FAKE5:
fake build <target>
is now a shortcut forfake run build.fsx -t <target>
, see fsprojects#1569
- FAKE5: New distribution as dotnet-cli-tool
dotnet-fake
- fsprojects#1766 - ENHANCEMENT: added GetDotNetSDKVersionFromGlobalJson - fsprojects#1754
- BUGFIX: Include pdb and xml files again - fsprojects#1766
- BUGFIX: Change default dotnet-cli-installer branch to
master
- fsprojects#1739
- ENHANCEMENT: Fake now writes load-scripts to provide intellisense - fsprojects#1763
- BUGFIX: Fix version normalization - fsprojects#1742
- DOCS: Fix documentation of SonarCube.End - fsprojects#1743
- BUGFIX: Paket.Pack uses outdated syntax - fsprojects#1737
- ENHANCEMENT: New Fake.Net.Http API to download files - fsprojects#1746
- DOCS: Add simple Hello-World example - fsprojects#1748
- FAKE4: fix custom proxy credentials in DotNetCLIHelper - fsprojects#1741
- FAKE4: added executeFSIWithArgsAndReturnMessages fsprojects#1719
- DOCS: Fix path to migration guide - fsprojects#1755
- NEW MODULE: Fake.Net.Http to download files - fsprojects#1759
- ENHANCEMENT: Add Force parameter to Choco Push - fsprojects#1735
- ENHANCEMENT: Refactor GitHub API - fsprojects#1726
- BUGFIX: Fix Overwrite in Fake.Core.Xml and arguments in Fake.DotNet.Paket - fsprojects#1725
- ENHANCEMENT: New property ToolPath in MsBuild - fsprojects#1703
- BUGFIX: Fix error on mono when starting processes
- BUGFIX: Fix error on mono when starting processes
- BUGFIX: Add
Process.withFramework
to indicate that a process might need to be started with mono and use it in kown wrappers like test-runners - fsprojects#1697 - DOCS: Typo (fsprojects#1701), Canopy docs (fsprojects#1704), some Urls (fsprojects#1708)
- DOCS: Migrate Slack API documentation for FAKE 5 - fsprojects#1706
- ENHANCEMENT: Provide full fidelity of build options in Xamarin helpers - fsprojects#1702
- ENHANCEMENT: Added WarnAsError to MSBuild options - fsprojects#1691
- ENHANCEMENT: Improve error messages of Fake.Core.Process - fsprojects#1696
- BUGFIX:
fake --version
was printing the wrong version - fsprojects#1696 - BUGFIX:
Fake.Api.GitHub
was not part of FakeLib - fsprojects#1696
- BUILD: Remove hardcoded paths to FSharpTargets, replace with FSharp.Compiler.Tools - fsprojects#1693
- ENHANCEMENT: Fake.IO.FileSystem Rework, functionality moved from
Fake.IO.FileSystem
toFake.IO
and APIs have been adapted to the new design guideline - fsprojects#1670 - PERFORMANCE: Fake should be a lot faster now - fsprojects#1694
- ENHANCEMENT: Scripts are now compiled agains netstandard20 which allows a lot more APIs to be used - fsprojects#1694
- DOCS: A lot of 404 pages have been filled in the fake.build website - fsprojects#1694
- ENHANCEMENT: Fix some migration warnings, Docs and bugs - fsprojects#1686
- BREAKING-CHANGE: Rework Fake.Core.Target package - fsprojects#1664
- ENHANCEMENT: Update fake 5 to netcoreapp20 - fsprojects#1678
- BUGFIX: Fix Zip.Unzip
- BREAKING-CHANGE: Rework Fake.Core.Target package - fsprojects#1664
- ENHANCEMENT: Update fake 5 to netcoreapp20 - fsprojects#1678
- BUGFIX: Cache loaded assemblies and redirect later calls.
- BUGFIX: try to fallback to load framework assemblies from the default AssemblyLoadContext.
- BREAKING-CHANGE: Renew AssemblyInfo API - fsprojects#1619
- ENHANCEMENT: Add XML to FakeLib - fsprojects#1641
- ENHANCEMENT: Move Paket.Paket() over to use flag arguments - fsprojects#1627
- ENHANCEMENT: MSTest detail switch - fsprojects#1625
- API: StringBuilder functionality moved into a StringBuilder module
- ENHANCEMENT: Remove logfn from Compress and Extract - fsprojects#1624
- BUGFIX: Correctly determine the 64-bit "Program Files" folder - fsprojects#1623
- ENHANCEMENT: Bitbucket Environment variables - fsprojects#1563
- ENHANCEMENT: AppVeyor Environment variables - fsprojects#1560
- ENHANCEMENT: Change how npm.cmd is located in NpmHelper - fsprojects#1629
- NEW MODULE: Fake.Api.Slack - fsprojects#1648
- ENHANCEMENT: Add MSBuild binary logger support - fsprojects#1649
- ENHANCEMENT: Add BasePath support for NuGet pack - fsprojects#1651
- DOCS: fix code in FAKE5 modules doc - https://github.com/fsharp/FAKE/pull/1653/files
- ENHANCEMENT: Paket 5.5.0+: GNU-compatible Paket commands - fsprojects#1655
- BUGFIX: Target: update DoNothing signature - fsprojects#1658
- DOCS: Review discussion channels in contributing page - fsprojects#1661
- DOCS: Fixed the tooltip position and improved the styling in the api reference pages - fsprojects#1663
- NEW MODULE: Fake.Api.GitHub previously known as Octokit.fsx - fsprojects#1667
- DOCS: Fix menu on mobile - fsprojects#1668
- ENHANCEMENT: Add Paket helper to push specific files - fsprojects#1665
- Update Paket.core
- Disable MSBuild NodeReuse by default - fsprojects#1600
- MSTest: add Tests parameter to specify list of tests - fsprojects#1615
- ENHANCEMENT: Support for Microsoft Dynamics NAV 2017
- ENHANCEMENT: (NETCORE) Prefer msbuild over xbuild when we detect a mono installation > 5
- BUGFIX: Restore console encoding on .NET Framework - fsprojects#1587
- FAKE5: Copy missing changes from legacy NuGet helpers - fsprojects#1596
- ENHANCEMENT: Rename intellisense script - fsprojects#1594
- NEW MODULE: Opencover migration - fsprojects#1586
- PERFORMANCE: Fake 5 - Update Paket
- PERFORMANCE: Use Paket cache to increase warm start (with existing cache)
- PERFORMANCE: Remove runtime dependency resolution be default.
- DOCS Update comment fsprojects#1602
- Added SkipNonTestAssemblies to NUnit3Params fsprojects#1608
- BREAKING CHANGE: Change Targets API to be compatible with new API-Guidelines
- DOCS: Fix chocolatey docs and some links in footer fsprojects#1584
- DOCS: Spelling, grammar, and emphasis changes fsprojects#1575
- NEW MODULE: Sonarqube migration fsprojects#1583
- BUGFIX: Restore the output encoding fsprojects#1580
- BUGFIX: Fix Fake.IO.Zip creating invalid zip packages (empty folder at root level)
- Fake.exe -> fake.exe (windows) and Fake -> fake (unix)
- Change fake group feature because of fsprojects/Paket#2374
- Add Fake.DotNet.FSFormatting module
- Add Fake.DotNet.Paket module
- DotnetCore Support, version 6 will only have the netcore version the old way of using FAKE is obsolete, but supported for now Migration guide is available in the documentation.
- Cleanup API - A lot of stuff is obsolete now as it moved to a different location and will be removed with version 6
- New CLI interface - The netcore version has a new cleaned-up CLI interface
- No more 'build.sh' and 'build.cmd' files required (though you still can use them of you want a 'zero' dependency build)
- Chocolatey Helper now supports Self-Contained packages
- Fix NuGet key leak if push fails - matthid#2
- Coreclr nunit3 params - matthid#3
- Added SynchronizeSchemaChanges for DynamicsNAV
- Added RunCodeunitWithSettings for DynamicsNAV - fsprojects#1811
- CompileWithFilter for DynamicsNAV
- Allow REST calls without credentials
- ConvertFileFromWin7ToWin8 reads file line by line
- Support for Dynamics NAV 2018 - fsprojects#1758
- New helper: GetDotNetSDKVersionFromGlobalJson
- Do not download DotNet SDK when it's already in temp
- Use "dotnet --info" to determine DotNet SDK version
- Update PaketHelper to use new-style arguments - fsprojects#1628
- Do not use "file" parameter for paket push
- Download .NET SDK to temp path
- Disable MSBuild NodeReuse by default - fsprojects#1600
- Support for Microsoft Dynamics NAV 2017
- Allow to download SDK from release page
- Allow to set process encoding and fix issues with node tools - fsprojects#1606
- Fix msbuild 15 resolution - fixes fsprojects/Paket#2345
- Upgrade assembly binding redirect for FluentMigrator - fsprojects#1558
- Allow to specify the default NuGet source - fsprojects#1551
- Add support for custom NuGet symbol feed during push fsprojects#1549
- BUGFIX: Stop AzureHelper throwing exceptions unnecessarily - fsprojects#1542
- BUGFIX: msbuild is no longer being used on mono < 5.0.0.0 instead of xbuild - fsprojects#1540
- Add support for NUnit3 --params parameter - fsprojects#1532
- New StyleCode helper - fsprojects#1526
- BUGFIX: Fixed FtpHelper.isFolderPresent - fsprojects#1529
- BUGFIX: Fixed NuGet key leak if publish fails - fsprojects#1530
- BUGFIX: Disable caching for now - mono 5 bug - fsprojects#1535, fsprojects#1536
- BUGFIX: Upgraded FSharp.Core and FSharp.Compiler.Service to support mono 5 - fsprojects#1534
- BUGFIX: Fixed Expecto TeamCity adapter - fsprojects#1520
- Added installer for dotnet SDK
- Revert single thread build order change - fsprojects#1516
- Added helper for Office 365 / MS Teams Notifications - fsprojects#1501
- Added options for better TC reporting of npm tasks - fsprojects#1510
- Added a way to set the --trace parameter on the NUnit3 command line - fsprojects#1513
- Add version-option to NugetUpdate in order to support explicit versions - fsprojects#1514
- Make exit code accessible - fsprojects#1502
- Additional Environment Vars for Appveyor - fsprojects#1497
- BUGFIX: TeamCityHelper report build status incorrect string - fsprojects#1503
- BUGFIX: Fixed Azure Storage Emulator path and arguments - fsprojects#1499
- USABILITY: Improved log integration with AppVeyor - fsprojects#1490
- USABILITY: Report target name if duplicate target is detected - fsprojects#1506
- Run parallel targets just in time - fsprojects#1396
- Yarn-Helper - fsprojects#1494
- Add F# 4.1 directory path to FSIHelper paths
- HockeyApp - create version and upload build to a specific version - fsprojects#1487
- Unix msbuild probing enhancements - fsprojects#1488
- New change log helper - fsprojects#1467
- New output parameter to Dotnet BuildParams - fsprojects#1481
- Added MSBuild location for VS2017 Build Tools - fsprojects#1484
- BUGFIX: Fixed bug in getLastNuGetVersion when result is in JSON - fsprojects#1482
- Implement --dotGraph command line option - fsprojects#1469
- USABILITY: Improve error handling on SqlPackage - fsprojects#1476
- USABILITY: Don't fail on git file status detection
- Teamcity build parameters - fsprojects#1475
- Added updating of build details to AppVeyor - fsprojects#1473
- New Expecto --parallel-workers and --summary-location parameters - fsprojects#1450
- BREAKING: Git: recognize renamed (and other status) files - fsprojects#1472
- BUGFIX: Using correct CLI parameter for silent xUnit output - fsprojects#1464
- BUGFIX: Use sequenced parameter for expecto
- Visual Studio aware msbuild selection - fsprojects#1453
- MSBuild 15.0/VS 2017RC support - fsprojects#1442
- Add DisableParallel to dotnet restore params - fsprojects#1443
- Added Expecto.CustomArgs property for new cli arguments - fsprojects#1441
- New Expecto --verion parameter
- New Expecto --fail-on-focused-tests parameter
- New Expecto --summary parameter
- USABILITY: More verbose kill of processes
- New Expecto helper - fsprojects#1435
- Displas original server response when failing to parse JSON in Fake.Deploy - fsprojects#1432
- Added SQLCMD variable support - fsprojects#1434
- USABILITY: Improve error logging in GitVersionHelper - fsprojects#1429
- Decorated all *Params helper records with [] for C# access - fsprojects#1428
- Added credentials parameter to ApplicationPoolConfig in IISHelper - fsprojects#1425
- BUGFIX: Added a delay to prevent object disposed exceptions from process on macosx - fsprojects#1426
- BUGFIX: Added try catch block to ignore error from setting console encoding - fsprojects#1422
- BUGFIX: Disable NodeReuse for MSBuild on Jenkins too - fsprojects#1418
- BREAKING CHANGE: Remove old DotNet helper and cleanup DotNetCli helper
- BUGFIX: Worked around breaking change in NuGet 3.5 - fsprojects#1415
- BUGFIX: Added logic to allow parsing of git branch names which track - fsprojects#1417
- BUGFIX: Set Console.OutputEncoding <- System.Text.Encoding.UTF8 - fsprojects#1414
- REVERT: Enable ServiceConfig element configuration in WixHelper - fsprojects#1412
- Enable ServiceConfig element configuration in WixHelper - fsprojects#1412
- BUGFIX: Moved process stdout encoding out of is silent check - fsprojects#1414
- Better tracing of tasks in TeamCity - fsprojects#1408
- BUGFIX: getBranchName works language independent - fsprojects#1409
- Add support for the pin-project-references switch to PaketHelper - fsprojects#1410
- Add option to emit SuppressMessage Attributes - fsprojects#1406
- Add language in NuGetParams - fsprojects#1407
- Change order of Dynamics NAV process killing
- New SSH helper - fsprojects#1405
- BUGFIX: FAKE should work with old and new commit messages
- BUGFIX: Fixed bug in assembly info variable name suffixes - fsprojects#1404
- BUGFIX: Make FAKE fail on failing git push
- BUGFIX: When generating AssemblyMetadata_XYZ for AssemblyInfo, pass just value - fsprojects#1399
- BUGFIX: Fixed AssemblyVersion bug - fsprojects#1397
- BUGFIX: Fixing the famous chinese FAKE bug
- Add all assembly metadata to AssemblyVersionInformation type - fsprojects#1392
- Allow additional properties to be specified when running the SQL dacpac tooling - fsprojects#1386
- Support for dotnet publish
- BUGFIX: wixHelper AllowDowngrades - fsprojects#1389
- REVERT: Use nuget instead of referenced dlls. Fix SQL Server version issue - fsprojects#1377
- Allow to pass parameter to SonarQube end - fsprojects#1381
- New helper: Search for files with a given pattern also in subdirectories - fsprojects#1354
- Adds comment on top of auto-generated AssemblyInfo.fs files - fsprojects#1373
- Use nuget instead of referenced dlls. Fix SQL Server version issue - fsprojects#1377
- BUGFIX: NuGetVersion: adds application/xml to request accept header - fsprojects#1383
- BUGFIX: Replace process cache with safe alternative - fsprojects#1378
- BUGFIX: Call 'traceEndTask' in the finally block of a try-finally, so that it is always closed, even if the task throws an exception. fsprojects#1379
- USABILITY: Check for npm on path variable in NpmHelper on Windows - fsprojects#1371
- Added Checksum[64][Type] in ChocoHelper - fsprojects#1367
- Better support for multiple versions of SqlPackage - fsprojects#1368
- Hint shown in for ArgumentException #1355 instead of trying to set it directly - fsprojects#1366
- Added isWindows helper - fsprojects#1356
- BUGFIX: Made GitVersionHelper PreReleaseNumber Nullable - fsprojects#1365
- BUGFIX: TERM environment property should be upper case - fsprojects#1363
- BUGFIX: System.ArgumentNullException thrown for colored output on mono - fsprojects#1362
- BUGFIX: Trim assembly info attribute value - fsprojects#1361
- BUGFIX: Not printing MSBUILD command line twice - fsprojects#1359
- BUGFIX: Semver parse fix to handle prereleases and build parts - fsprojects#1325
- BUGFIX: Fixed FSCHelper - fsprojects#1351, fsprojects#1352
- New Octopus command for push - fsprojects#1349
- New GitVersionHelper - fsprojects#1319
- BUGFIX: Fixed multiple references for DLL in Fsc helper - fsprojects#1350
- BUGFIX: Fixed NugetHelper.fs: GetPackageVersion - fsprojects#1343
- BUGFIX: Fixed detection of GitLab CI with current multi-runner - fsprojects#1345
- Added methods to cover manipulation of Content Nodes in project files - fsprojects#1335
- BUGFIX: Fix Fsc short toggle argument format - fsprojects#1339
- BUGFIX: Update search pattern in NuGet helper - fsprojects#1334
- BUGFIX: Expanded typescript search paths on windows to cover all new typescript compilers - fsprojects#1308
- New registry support in WiXHelper - fsprojects#1331
- BREAKING CHANGE: Changed DotNet helper to DotNetCLI - fsprojects#1332
- BUGFIX: Fixed exception when dotnet cli is not installed - fsprojects#1332
- BUGFIX: Fixed git reset helper to use checkout when file resets are requested - fsprojects#1326
- BUGFIX: Masked octo api key when tracing - fsprojects#1327
- DotNet version support - fsprojects#1310
- DotNet test support - fsprojects#1311
- DotNet build support - fsprojects#1318
- DotNet pack support - fsprojects#1313
- Allows to set version in project.json
- Allow to run arbitrary dotnet CLI commands
- Allow to add arbitrary args to all dotnet CLI commands
- DotNet restore support - fsprojects#1309
- BUGFIX: Update DACPAC module - fsprojects#1307
- BUGFIX: Convert relative path to absolute path when creating NAntXmlTraceListen - fsprojects#1305
- BUGFIX: Update DACPAC module - fsprojects#1306
- BUGFIX: Fixed FscParam.References issue - fsprojects#1304
- REVERT: Better Old-Style Arg parsing - fsprojects#1301
- BUGFIX: Better Old-Style Arg parsing - fsprojects#1301
- BUGFIX: Fixed typo in continuous web job path - fsprojects#1297 fsprojects#1300
- COSMETICS: Update XUnit2 module to fail gracefully - fsprojects#1302
- Improved default npm path handling - fsprojects#1278
- BUGFIX: Fixed Fake.Deploy downloadString - fsprojects#1288
- BUGFIX: update fix for mono encoding in ProcessHelper.fs - fsprojects#1276
- BUGFIX: XamarinHelper - file name was not quoted by calling zipalign - fsprojects#1294
- New helper to execute Sysinternals PsExec - fsprojects#1266
- Add initial support for Fuchu tests - fsprojects#1268
- New Bower helper - fsprojects#1258
- FAKE cache is now local to the build script - fsprojects#1250
- BUGFIX: Correct waiting for android packaging and fix for mono processes encoding - fsprojects#1275
- BUGFIX: Fixed issue in bulk component creation functions where IDs where invalid - fsprojects#1264
- BUGFIX: Support VB.NET's case-insensitive assembly attributes - fsprojects#1255
- BUGFIX: Bamboo buildNumber environment variable in case sensitive behavior - fsprojects#1252
- BUGFIX: Final Targets are no longer lowercased - fsprojects#1261
- New DocFx helper - fsprojects#1251
- Added basic support for bitbuckets piplines CI - fsprojects#1248
- BUGFIX: XamarinHelper: surround jarsigner input file path with quotes - fsprojects#1249
- BUGFIX: NUnit3: don't set a timeout on the nunit3-console process - fsprojects#1247
- BUGFIX: Changed the cache path to be relative to script location - fsprojects#1250
- New Slack argument for Link_Names - fsprojects#1245
- Extended WiXHelper types for supporting creation of 64bit setups - fsprojects#1244
- BUGFIX: Corrected NuGet install verbosity parameter - fsprojects#1239
- Added new function for appending signatures - fsprojects#1223
- New separate environ variable helpers - fsprojects#1133
- Reversed the order of actions in traceStartTarget - fsprojects#1222
- Update Pickles helper to reflect the latest changes to pickles - fsprojects#1236
- New parameter 'AppId' in HockeyAppHelper - fsprojects#1234
- MSBuildHelper: Add BuildWebsite(s)Config - fsprojects#1230
- BUGFIX: OpenCoverHelper does not assume AppData and ProgramFiles exists by default - fsprojects#1229
- BUGFIX: Disable node reuse on Team foundation builds - fsprojects#1237
- BUGFIX: Fixed FAKE parameter split - fsprojects#1228
- USABILITY: Look into packages folder for findToolPath
- COSMETICS: Added open/close block to teamcity target tracing - fsprojects#1219
- Use FSharp.Compiler.Service 3.0
- BUGFIX: Added TeamCity to the list of build servers that fails on error stream output - fsprojects#1216
- BUGFIX: Fixed failure to handle spaces or other special characters when running mono exes - fsprojects#1214
- BUGFIX: Use UTF-8 encoding for process output on Mono - fsprojects#1215
- New Kudu feature to copy recursively - fsprojects#1203
- Support for source code deployments on Azure websites through KuduSync - fsprojects#1200
- Expose 'GetErrors' on TargetHelper - fsprojects#1209
- BUGFIX: Call WaitForExit twice to catch all output - fsprojects#1211
- BUGFIX: Only write to STDERR if an error happened - fsprojects#1210
- BUGFIX: Prevent false-positive in EnvironmentHelper.isMacOS on Windows - fsprojects#1204
- BUGFIX: Accept the cached assembly when the public token of the given assembly is null - fsprojects#1205
- Make a new method for sending a coverage file to TeamCity - fsprojects#1195
- Added more deployment options for OctoTools - fsprojects#1192
- Added contents of
AssemblyInformationalVersionAttribute
to theAssemblyVersionInformation
class - fsprojects#1183 - Added HarvestDirectory helper to the WixHelper Library - fsprojects#1179
- Added support for SQL DacPac - fsprojects#1185
- Provide CurrentTargetOrder for build scripts
- Added namespace/class/method args for xunit2 - fsprojects#1180
- If build failed then kill all created processes at end of build
- Make DynamicsNAV errors a known FAKE exception
- BUGFIX: Fixed hard coded path in artifact publishing to AppVeyor - fsprojects#1176
- Added artifact publishing to AppVeyor - fsprojects#1173
- Azure Web Jobs now get created during deploy if they do not already exist - fsprojects#1174
- BUGFIX: New Sonar options - fsprojects#1172
- BUGFIX: Fixed issue with IDs that did not start with a letter - fsprojects#1167
- BUGFIX: Fixed IgnoreTestCase helper - fsprojects#1159
- BUGFIX: use compileFiles in compile - fsprojects#1165
- BUGFIX: Fixed bug in WiXDir function, that would set plain directory name as id - fsprojects#1164
- BUGFIX: Fixed bug that prevented using directory names with spaces in WiX - fsprojects#1160
- New helper for chocolatey - http://fsharp.github.io/FAKE/chocolatey.html
- New helper for Slack - http://fsharp.github.io/FAKE/slacknotification.html
- New helper for SonarQube - http://fsharp.github.io/FAKE/sonarcube.html
- New helper for creating paket.template files for Paket - fsprojects#1148
- New version of WatchChanges that support options - fsprojects#1144
- Improved AppVeyor test results upload - fsprojects#1138
- Added support for Paket's minimum-from-lock-file in pack command - fsprojects#1149
- Added support for NUnit3 --labels parameter - fsprojects#1153
- BUGFIX: Fixed Issue #1142: Arguments of CombinePaths are switched in WixHelper - fsprojects#1145
- BUGFIX: NuGet auto version bug fix - fsprojects#1146
- WORKAROUND: nuget.org changed base url
- Allows to create full Wix directory hierarchy - fsprojects#1116
- New PicklesHelper for generating living documentation with Pickles - fsprojects#1126
- BUGFIX: Replaced system directory separator with "/" in ArchiveHelper - fsprojects#1127
- New FSC task - fsprojects#1122
- Disable warning from #1082 for now because it created lots of confusion
- New helpers which allow to send .NET coverage settings to TeamCity - fsprojects#1117
- Disabled NodeReuse on TeamCity, it can lead to consecutive builds failing - fsprojects#1110
- Added IncludeReferencedProjects property to the Packet.Pack params - fsprojects#1112
- BUGFIX: Ensure that traceEndTask is called in DotCover - fsprojects#1118
- BUGFIX: WiXHelper: fixed typos in WiXDir.ToString - fsprojects#1120
- Renamed internal FSharp.Compiler.Service to avoid clashes - fsprojects#1097
- Added support for "paket restore" - fsprojects#1108
- WiX service install - fsprojects#1099
- Passing timeout value also to solution exchanger in DynamicsCRMHelper - fsprojects#1102
- BUGFIX: Fallback to recompile when caching of build script fails - fsprojects#1093
- BUGFIX: Commit message will be retrieved for older and newer git versions - fsprojects#1098
- BUGFIX: Fixed case sensitivity on package name when search references in Paket.lock - fsprojects#1089
- COSMETICS: Don't show the obsolete usage - fsprojects#1094
- General FAKE improvements - fsprojects#1088
- Hockey app UploadTimeout - fsprojects#1087
- Add support for appcast generation - fsprojects#1057
- Function to remove Compile elems missing files - fsprojects#1078
- AssemblyInfoFile: added functions to read and update attributes -fsprojects#1073
- Added support for packing symbols via PaketHelper - fsprojects#1071
- Tell the clr to use the cached assemblies even when it tries to reload them with a different context - fsprojects#1056
- BUGFIX: Fix failure when space in temp path - fsprojects#1076
- BUGFIX: Fix app.config files
- BUGFIX: Cache invalidate on changing fsiOptions - fsprojects/ProjectScaffold#231
- NuGet automatic version increment - fsprojects#1063
- Added support for the Paket pack parameter buildPlatform - fsprojects#1066
- Added possibility to bulk update assembly infos with file includes - fsprojects#1067
- NUnit 3 support - fsprojects#1064
- Automatic discovery of octo.exe - fsprojects#1065
- Prefer git from cmd path to get ssh key - fsprojects#1062
- Change SignToolHelper syntax to reflect common call syntax - fsprojects#1051
- New Open/Close block helpers for TeamCity - fsprojects#1049
- BUGFIX: Use UTF-8 encoding of AssemblyInfo as written by ReplaceAssemblyInfoVersions - fsprojects#1055
- Add specific version parameter in PaketPackParams - fsprojects#1046
- Fixed isMacOS function - fsprojects#1044
- Added more comfortable types to WiXHelper, flagged old ones obsolete - fsprojects#1036
- Use FSharp.Compiler.Service 1.4.2.3
- Only add relative path prefix if not rooted path in MSBuildHelper - fsprojects#1033
- Replaced hard reference on gacutil path with automatic search - fsprojects#1040
- Wrap OutputPath in quotes in paket helper - fsprojects#1027
- Allow override of the signature algorithm and message digest algorithm in Xamarin helper - fsprojects#1025
- Expose excluded templates in Pack helper - fsprojects#1026
- Added initial implementation of DynamicsCRMHelper - fsprojects#1009
- Added support for Squirrel's --no-msi option - fsprojects#1013
- Upload has longer timeout - fsprojects#1004
- Added the History Directory argument of ReportGenerator - fsprojects#1003
- Support for Bamboo build server - fsprojects#1015
- Added APPVEYOR_JOB_NAME appveyor environment variable - fsprojects#1022
- Updated octopus sample to reflect 3.3.0 package - fsprojects#1021
- Added functionality for deleting files and folders in FTP Helper - fsprojects#1018
- BASH completion for FAKE targets - fsprojects#1020
- BUGFIX: Fix case on MsBuild LogFile option - fsprojects#1008
- BUGFIX: Fix git version on Mac - fsprojects#1006
- Added support for channels to OctoTools - fsprojects#1001
- BUGFIX: Create AssemblyInfo directory only where required - fsprojects#997
- COSMETICS: Renamed confusing parameter in FSI helper - fsprojects#1000
- Basic npm support - fsprojects#993
- New RoboCopy helper - fsprojects#988
- Option ignore failing tests DotCover fsprojects#990
- Add code to replace new assemblyinfo attributes - fsprojects#991
- Cleanup Registry helpers - fsprojects#980
- FAKE.Deploy scans for default scripts - fsprojects#981
- BUGFIX: Use WorkingDir in Paket helpers
- BUGFIX: support caching even when running RazorEngine as part of the build script - fsprojects#979
- New Registry functions - fsprojects#976
- Add attribute filters to DotCover - fsprojects#974
- Always use FullName of nuspec for NuGet pack
- DotCover support for MSTest - fsprojects#972
- Added new functions: replace and poke for inner xml - fsprojects#970
- Adding TestFile helper - fsprojects#962
- Ensure FSI-ASSEMBLY.dll path exists - fsprojects#969
- New dotCover runner for Xunit2 - fsprojects#965
- Make FAKE compatible with Microsoft Dynamics 2016
- Don't assume that mono is on the path for El Capitan - https://github.com/fsharp/FAKE/pull/963/files
- Better target handling - fsprojects#954
- Ignore group lines in paket.references parser
- Revert breaking change in FCS
- Support for Android-MultiPackages - fsprojects#964
- BUGFIX: Exclude long directories from globbing - fsprojects#955
- BUGFIX: Encode script path in cache - fsprojects#956
- iOSBuild relies on xbuild instead of mdtool - fsprojects#945
- New method to return whether or not a value exists for a registry key - fsprojects#944
- Extended ReportGeneratorHelper to add Badges report type - fsprojects#943
- HockeyAppHelper download team restriction - fsprojects#939
- Use TFS variables as fallback, fixes #933 - fsprojects#937
- Deployment configurable timeouts in FAKE.Deploy - fsprojects#927
- Fixed bug where only first 1024 bytes were uploaded using FTP - fsprojects#932
- FAKE 4.2 or newer started with wrong Target - fsprojects#931
- Better user input helper - fsprojects#930
- Add support for new Xunit2 runner -noappdomain flag - fsprojects#928
- FluentMigrator helper library - http://fsharp.github.io/FAKE/fluentmigrator.html
- Support for soft dependencies for targets - http://fsharp.github.io/FAKE/soft-dependencies.html
- Added support for builds within Team Foundation Server (and VSO) - fsprojects#915
- New options in the SquirrelHelper - fsprojects#910
- Logging improvement in Fake.Deploy - fsprojects#914
- New RunTargetOrListTargets function - fsprojects#921
- Added date to ReleaseNotes type definition - fsprojects#917
- Added
createClientWithToken
&createRelease
to Octokit.fsx - fsprojects#913 - Fixed WatchChanges not properly removing subdirectories from watch list - fsprojects#908
- Added ability to optionally pass in SiteId to configure IIS Site - fsprojects#905
- Pass OutputDataReceived to logfn instead of trace in shellExec - fsprojects#906
- Add GetDependenciesForReferencesFile
- Using FSharp.Compiler.Server for F# 4.0
- Added Squirrel helpers to generate Squirrel installers - fsprojects#899
- Added Ability to specify Identity for AppPool - fsprojects#902
- Dynamics NAV: version helpers - fsprojects#900
- Added ReleaseNotes to NugetHelper - fsprojects#893
- BUGFIX: running from a network drive - fsprojects#892
- BUGFIX: Align NUnitDomainModel with NUnit documentation - fsprojects#897
- BUGFIX: Skip Octokit retry logic on Mono where it causes a crash - fsprojects#895
- BUGFIX: FAKE removes mono debug file after cache is saved - fsprojects#891
- BUGFIX: Nunit Domain Fix - fsprojects#883
- BUGGFIX: Dynamic assembly handling for caching - fsprojects#884
- BUGFIX: Loaded dlls versions are used to invalidate FAKE's cache - fsprojects#882
- Automatic caching of FAKE build scripts - fsprojects#859
- Added MSBuild properties to AndroidPackageParams - fsprojects#863
- Add support for outputting NUnit style test result XML to Fake.Testing.XUnit2 - fsprojects#870
- Add support for VS2015 VSTest executable - fsprojects#877
- Add lock-dependencies parameter to Paket.Pack - fsprojects#876
- NoLogo parameter for MSBuildHelper - fsprojects#850
- Expose Globbing.isMatch for use by external code - fsprojects#860
- VB6 dependency updater - fsprojects#857
- Added BuildConfig/TemplateFile options to PaketHelper's Pack command - fsprojects#854
- Add a UserInputHelper to allow interactive input - fsprojects#858
- Look for MSTest in VS2015 location - fsprojects#843
- Add caching to globbing
- BUGFIX: Fix for single * glob not working - fsprojects#836
- BUGFIX: Get package version from nuspec file - fsprojects#829
- Report all NuGet errors, even if ExitCode = 0
- Added Raygun.io helper - fsprojects#826
- Re-added internal class generated for AssemblyInfo.vb - fsprojects#827
- Allow test nUnit test assemblies containing SetupFixture attributes be compatible with NUnitParallel - fsprojects#824
- Fix FtpHelper
- Trace no. of files in a patch
- CMake support improvements - fsprojects#821
- Wix Helper Improvements - fsprojects#818
- Wix Helper Improvements - fsprojects#817
- Wix Helper Improvements - fsprojects#815
- Added SemVerHelper.isValidSemVer - fsprojects#811
- Support for CMake configuration and builds - fsprojects#785
- New task to create C++ AssemblyInfo files - fsprojects#812
- New environVarOrFail helper - fsprojects#814
- New WiX helper functions - fsprojects#804
- IMPORTANT: Rewrite of the xUnit tasks. Deprecating existing xUnit and xUnit2 tasks - fsprojects#800
- Better NUnit docs - fsprojects#802
- Add test adapter path to vs test params - fsprojects#793
- BUGFIX: Fix WatchChanges on Mac, fix Dispose, improve Timer usage - fsprojects#799
- REVERT: FCS simplification - fsprojects#773
- BUGFIX: Don't use MSBuild from invalid path
- BUGFIX: Improved detection of MSBuild.exe on TeamCity - fsprojects#789
- BUGFIX: close stdin in asyncShellExec to avoid hangs - fsprojects#786
- Fix FAKE not working on machines with only F# 4.0 installed - fsprojects#784
- Fix for watching files via relative paths - fsprojects#782
- Fix package id parsing and avoid NPE when feed is missing some properties - fsprojects#776
- FCS simplification - fsprojects#773
- Paket push task runs in parallel - fsprojects#768
- New file system change watcher - http://fsharp.github.io/FAKE/watch.html
- NuGet pack task treats non csproj files as nuspec files - fsprojects#767
- New helpers to start and stop DynamicsNAV ServiceTiers
- Automatically replace Win7ToWin8 import files for Dynamics NAV during Import
- OpenSourced DynamicsNAV replacement helpers
- Use Microsoft.AspNet.Razor 2.0.30506 for FAKE.Deploy - fsprojects#756
- New build parameter functions
- Fix http://stackoverflow.com/questions/29572870/f-fake-unable-to-get-fake-to-merge-placeholder-arguments-in-nuspec-file
- New environment variable helpers
- Don't run package restore during MSBuild run from FAKE - fsprojects#753
- Added support for Mage's CertHash parameter - fsprojects#750
- Force build server output in xUnit2 if the user wishes to - fsprojects#749
- Reverting 0df4569b3bdeef99edf2eec6013dab784e338b7e due to backwards compat issues
- Improvements for FAKE.Deploy - fsprojects#745
- Set debug flag on mono - fsprojects#744
- New Android publisher - http://fsharp.github.io/FAKE/androidpublisher.html
- New Archive helpers allow to build zip, gzip, bzip2, tar, and tar.gz/tar.bz2 - fsprojects#727
- Download Status Parameter for HockeyAppHelper - fsprojects#741
- Added more parameters for HockeyApp Upload API - fsprojects#723
NuGetPack
task allows to set framework references - fsprojects#721- New task
NuGetPackDirectly
works without template files. - Find NuGet.exe in current folder (and sub-folders) first, then look in PATH - fsprojects#718
- New tutorial about Vagrant - http://fsharp.github.io/FAKE/vagrant.html
- REVERTING: SystemRoot also works on mono - fsprojects#706 (see fsprojects#715)
- BUGFIX: Use DocumentNamespace for Nuspec files - fsprojects#736
- BUGFIX: Display agent success / error messages in UI for FAKE.Deploy - fsprojects#735
- BUGFIX: Add build directory for doc generation - fsprojects#734
- Detect GitLab CI as build server - fsprojects#712
- Look into PATH when scanning for NuGet.exe - fsprojects#708
- SystemRoot also works on mono - fsprojects#706
- Use EditorConfig - http://editorconfig.org/
- More AppVeyor properties added - fsprojects#704
- Look into PATH when scanning for tools - fsprojects#703
- BREAKING CHANGE: Better support for AssemblyMetadata in AssemblyInfoHelper - fsprojects#694
- Added modules for building VB6 projects with SxS manifest - fsprojects#697
- Use parameter quoting for Paket helpers
- BREAKING CHANGE: Adjusted Xamarin.iOS archive helper params - fsprojects#693
- New operator </> allows to combine paths similar to @@ but with no trimming operations - fsprojects#695
- Globbing allows to grab folders without a trailing slash
- Removed long time obsolete globbing functions
- FAKE allows to run parallel builds - http://fsharp.github.io/FAKE/parallel-build.html
- Proper source index - fsprojects#678
- Always use FCS in FAKE and FSI in FAke.Deploy
- Modify VM size on a .csdef for Azure Cloud Services - fsprojects#687
- Added ZipHelper.ZipOfIncludes - fsprojects#686
- Added AppVeyorEnvironment.RepoTag & .RepoTagName - fsprojects#685
- New tutorial about Azure Cloud Service - http://fsharp.github.io/FAKE/azurecloudservices.html
- Added basic support for creating Azure Cloud Services - http://fsharp.github.io/FAKE/apidocs/v5/fake-azure-cloudservices.html
- Added metadata property for AssemblyInfoReplacementParams - fsprojects#675
- Remvoved internal class generated in AssemblyInfo.Vb - fsprojects#673
- Adding ability to control type library export (/tlb flag) of RegAsm - fsprojects#668
- Adding ability to run nuget package restore on a visual studio solution - fsprojects#662
- Add OwnerId, type docs, and better error handling for HockeyAppHelper - fsprojects#661
- Don't report unit test failure twice to TeamCity - fsprojects#659
- New tasks for
paket pack
andpaket push
- http://fsprojects.github.io/Paket/index.html - Allow csproj being passed as a NuSpec file - fsprojects#644
- Helper for uploading mobile apps to HockeyApp - fsprojects#656
- SCPHelper does allow copying single files - fsprojects#671
- BUGFIX: Paket helper should not submit the endpoint if no endpoint was given - fsprojects#667
- BUGFIX: Paket helper should not override version for project packages - fsprojects#666
- BUGFIX: Allow endpoint in push task - fsprojects/Paket#652
- BUGFIX: Use correct apikey for paket push - fsprojects#664
- Revert to fsi in Fake.Deploy - fsprojects#653
- Added MergeByHash option for OpenCover - fsprojects#650
- New functions to replace text in one or more files using regular expressions - fsprojects#649
- BUGFIX: Fix SpecFlow MSTest integration - fsprojects#652
- BUGFIX: Fix TeamCity integration - fsprojects#651
- New VSTest module for working with VSTest.Console - fsprojects#648
- Add Verbose to argument list for NuGet update - fsprojects#645
- BUGFIX: Fix jarsigner executing on Windows environment - fsprojects#640
- Adding UploadTestResultsXml function to the AppVeyor module - fsprojects#636
- Adding the NoDefaultExcludes NugGet parameter - fsprojects#637
- Adding
SpecificMachines
option to OctoTools - fsprojects#631 - Allow to run gacutil on mono
- Ignore unknown project references in MSBuild task - fsprojects#630
- BUGFIX: Added a reset step before starting a deployment - fsprojects#621
- Report fatal git errors to command line
- New FAKE.Lib nuget package which contains the FakeLib - fsprojects#607
- New AppVeyor properties - fsprojects#605
- Use FSharp.Core from NuGet - fsprojects#602
- Build and deploy Azure web jobs - fsprojects#613
- Dual-license under Apache 2 and MS-PL, with Apache as default - fsprojects#598
- BUGFIX: FSC compilation fix - fsprojects#601
- BUGFIX: Unescape special MSBuild characters - fsprojects#600
- Support for MSBuild 14.0 - fsprojects#595
- New C# compiler helper - https://github.com/fsharp/FAKE/pull/592/files
- Added support for NUnit Fixture parameter - fsprojects#591
- OpenSourcing some DynamicsNAV helpers from gitnav
- BUGFIX: Fix 64bit mode
- BUGFIX: Dynamics NAV helper - "Ignored" tests should report the message
- Create a new package with a x64 version - fsprojects#582
- Added a Xamarin.iOS Archiving helper - fsprojects#581
- DynamicsNAV helper should use the correct ServiveTier
- xUnit 2 support - fsprojects#575
- New RegistryKey helpers for a 64bit System - fsprojects#580
- New XDTHelper - fsprojects#556
- Version NAV 800 added - fsprojects#576
- Feature/list targets in command line - http://fsharp.github.io/FAKE/specifictargets.html
- Use priority list for nuget.exe selection - fsprojects#572
- BUGFIX: RoundhouseHelper was setting an incorrect switch for CommandTimoutAdmin - fsprojects#566
- BUGFIX: --single-target didn't work
- NDepend support - fsprojects#564
- FAKE got a new logo - fsprojects#553
- Use Paket to handle dependencies - http://fsprojects.github.io/Paket/
- Single target mode --single-target - http://fsharp.github.io/FAKE/specifictargets.html
- New recursive copy functions - fsprojects#559
- NuGetPack allows to manipulate nuspec files - fsprojects#554
- Support for MSpec --xml parameter - fsprojects#545
- Make GetPackageVersion work with Paket - http://fsprojects.github.io/Paket/
- Added missing schemaName parameter for Roundhouse helper - fsprojects#551
- Roundhouse Cleanup - fsprojects#550
- Update FSharp.Compiler.Service to 0.0.62
- BUGFIX: If site exists then the site will be modified by IISHelper with the given parameters - fsprojects#548
- BUGFIX: Messages in FSC task to stderr stream can break the build - fsprojects#546
- BUGFIX: Use AppVeyor's build version instead of the build number - fsprojects#560
- Added new SignToolHelper - fsprojects#535
- Look first in default path for a tool - fsprojects#542
- Add support for MSBuild Distributed Loggers - fsprojects#536
- Don't fail on nuget path scanning - fsprojects#537
- New Xamarin.iOS and Xamarin.Android helpers - fsprojects#527
- Using JSON.NET 6.0.4
- FAKE.Deploy switched to FCS - fsprojects#519
- FAKE.Deploy WorkDirectory fix - fsprojects#520
- HipChat notification helper - fsprojects#523
- Don't crash during tool discovery
- NuGet: support fallback framework groups - fsprojects#514
- New pushd/popd command in FileUtils - fsprojects#513
- New AppVeyor properties
- FSC - support of compilation for different versions of F#
- Provide env var access to --fsiargs build script args so works on FAKE
- Adding NGen Install task
- Allow to use gacutil
- Allow to use ngen.exe
- Allow to use all sn.exe features
- Adding DisableVerification for StrongNames
- Adding helpers which allow to strong name assemblies
- Allow to use empty MSBuild targets
- Adding setProcessEnvironVar and clearProcessEnvironVar
- Try to reference local nuspec in order to fix fsprojects/FSharp.TypeProviders.SDK#33
- Better log messages to fix fsprojects/FSharp.TypeProviders.SDK#33
- Fix fsiargs and -d options - fsprojects#498 fsprojects#500
- Change RemoveDuplicateFiles & FixMissingFiles to only save on change - fsprojects#499
- BREAKING CHANGE: API for CreateAssemblyInfoWithConfig was set back to original version This resets the breaking change introduced in fsprojects#471
- Automatic tool search for SpecFlowHelper - fsprojects#496
- GuardedAwaitObservable was made public by accident - this was fixed
- Add support for remote service admin - fsprojects#492
- New FSC helper allows to call F# compiler directly from FAKE - fsprojects#485
- "CustomDictionary" support for FxCop - fsprojects#489
- Check if file exists before delete in AssemblyInfoFile
- Use FSharp.Compiler.Service 0.0.58
- Report all targets if a target error occurs
- Use FSharp.Compiler.Service with better FSharp.Core resolution - fsharp/fsharp-compiler-docs#156
- Don't break in MSBuildHelper
- Put FSharp.Core.optdata and FSharp.Core.sigdata into nuget package
- Fixed TargetTracing
- Fixed SourceLinking of FAKE
- Added new exception trap for Fsi creation
- -br in command line will run debugger in F# scripts - fsprojects#483
- Null check in NuGet helper - fsprojects#482
- Use FSharp.Compiler.Service 0.0.57 instead of fsi.exe
- Better error message for registry access
- Fall back to 32bit registry keys if 64bit cannot be found
- Improved SqlServer Disconnect error message
- Log "kill all processes" only when needed
- Try to run as x86 due to Dynamics NAV problems
- Allow to use /gac for FxCop
- Make NuGet description fit into single line
- Use Nuget.Core 2.8.2
- Fix NUnitProcessModel.SeparateProcessModel - fsprojects#474
- Improved CLI documentation - fsprojects#472
- Added Visual Basic support to AssemblyFileInfo task and make Namespace optional in config - fsprojects#471
- Added support for OctoTools ignoreExisting flag - fsprojects#470
- OctoTools samples fixed - fsprojects#468 fsprojects#469
- Added support for FxCop /ignoregeneratedcode parameter - fsprojects#467
- CreateAssemblyInfo works with nonexisting directories - fsprojects#466
- New (backwards compat) CLI for FAKE that includes FSI cmd args passing - fsprojects#455
- New updateApplicationSetting method - fsprojects#462
- Support for msbuild /noconlog - fsprojects#463
- RoundhouseHelper - fsprojects#456
- Pass optional arguments to deployment scripts
- Support building source packages without project file
- Display messages when deploy fails
- Fix formatting in FAKE.Deploy docs
- Fix memory usage in FAKE.Deploy
- Increase WebClient's request timeout to 20 minutes - fsprojects#442
- Mainly Layout fixes and disabling authenticate in FAKE.Deploy fsprojects#441
- Deploy PDBs via nuget fsprojects#435
- Release Notes parser should not drop asterisk at end of lines
- Corrected location of @files@ in nuspec sample
- Allow to report tests to AppVeyor
- fix appveyor msbuild logger
- Don't add Teamcity logger if not needed
- Fake.Deploy agent requires user authentication
- Remove AutoOpen von AppVeyor
- fix order of arguments in call to CopyFile
- Support MSTest test settings - fsprojects#428
- If the NAV error file contains no compile errors return the length
- Promoted the master branch as default branch and removed develop branch
- Remove AutoOpen from TaskRunnerHelper
- Adding Metadata to AsssemblyInfo
- Analyze the Dynamics NAV log file and report the real error count
- Allow to retrieve version no. from assemblies
- Fix issue with symbol packages in NugetHelper
- Fix issues in the ProcessHelper - fsprojects#412 and fsprojects#411
- Allow to register BuildFailureTargets - fsprojects#407
- UnionConverter no longer needed for Json.Net
- Handle problems with ProgramFilesX86 on mono - fslaborg/zzarchive-FsLab#32
- Change the MSBuild 12.0 path settings according to fslaborg/zzarchive-FsLab#32
- Silent mode for MSIHelper - fsprojects#400
- Support for OpenCover - fsprojects#398
- Support for ReportsGenerator - fsprojects#399
- Adding AppVeyor environment variables
- New BulkReplaceAssemblyInfoVersions task - fsprojects#394
- Fixed default nuspec file
- "Getting started" tutorial uses better folder structure
- Allows explicit file specification on the NuGetParams Type
- Fix TypeScript output dir
- Add better docs for the TypeScript compiler.
- Don't call the TypeScript compiler more than once
- New parameters for TypeScript
- Enumerate the files lazily in the File|Directory active pattern
- Using Nuget 2.8.1
- Added TypeScript 1.0 support
- Added TypeScript support
- Fixed ProcessTestRunner
- Fixed mono build on Travis
- Add getDependencies to NugetHelper
- SourceLink support
- NancyFx instead of ASP.NET MVC for Fake.Deploy
- Allows to execute processes as unit tests.
- Adding SourceLinks
- Move release management back to the local machine (using this document)
- Allow to run MsTest test in isolation
- Fixed Nuget.packSymbols
- Fixed bug in SemVer parser
- New title property in Nuspec parameters
- Added option to disabled FAKE's automatic process killing
- Better AppyVeyor integration
- Added ability to define custom MSBuild loggers
- Fix for getting the branch name with Git >= 1.9
- Added functions to write and delete from registry
- NUnit NoThread, Domain and StopOnError parameters
- Add support for VS2013 MSTest
- Lots of small fixes
- Created new packages on nuget:
- Fake.Deploy - allows to use FAKE scripts in deployment.
- Fake.Experimental - new stuff where we aren't sure if we want to support it.
- Fake.Gallio - contains the Gallio runner support.
- Fake.SQL - Contains tasks for SQL Server.
- Fake.Core - All the basic features and FAKE.exe.
- Created documentation and tutorials - see http://fsharp.github.io/FAKE/
- New tasks:
- Added ReleaseNotes parser
- Added Dynamics NAV helper
- Added support for MSTest and fixie
- Parallel NUnit task
- New AssemblyInfoFile task
- Support for Octopus Deploy
- Support for MAGE
- Suppport for Xamarin's xpkg
- Many other new tasks
- Fake.Boot
- New Globbing system
- Tons of bug fixes
- Bundles F# 3.0 compiler and FSI.
- "RestorePackages" allows to restore nuget packages
- FAKE nuget package comes bundles with a fsi.exe
- Self build downloads latest FAKE master via nuget
- Fixed bug where FAKE.Deploy didn't run the deploy scripts where used as a windows service
- It's possible to add file loggers for MSBuild
- Fixed path resolution for fsi on *nix
- BREAKING CHANGE: Removed version normalization from NuGet package creation
- Fixes for NUNit compatibility on mono
- Fixes in ProcessHelper for mono compatibility
- Fixes in the mono build
- Improved error reporting in Fake.exe
- Added a SpecFlow helper
- Fixed some issues in file helper routines when working with no existing directory chain
- Fixed bug where FAKE didn't run the correct build script
- New conditional dependency operator =?>
- BREAKING CHANGE: Some AssemblyInfo task parameters are now option types. See type hints.
- New RegAsm task, allows to create TLBs from a dll.
- New MSI task, allows to install or uninstall msi files.
- StringHelper.NormalizeVersion fixed for WiX.
- Allow to choose specific nunit-console runner.
- Using nuget packages for mspec.
- FAKE tries to kill all MSBuild and FSI processes at the end of a build.
- Removed message system for build output. Back to simpler tracing.
- ReplaceAssemblyInfoVersions task allows to replace version info in AssemblyVersion-files
- New task ConvertFileToWindowsLineBreaks
- Allows to build .sln files
- Allows to publish symbols via nuget.exe
- Autotrim trailing .0 from version in order to fullfill nuget standards.
- If the publishment of a Nuget package fails, then FAKE will try it again.
- Added Changelog.markdown to FAKE deployment
- Added RequireExactly helper function in order to require a specific nuget dependency.
- NugetHelper.GetPackageVersion - Gets the version no. for a given package in the packages folder.
- EnvironmentHelper.getTargetPlatformDir - Gets the directory for the given target platform.
- Some smaller bugfixes
- New dependency syntax with ==> and <=>
- Tracing of StackTrace only if TargetHelper.PrintStackTraceOnError was set to true
- New task DeleteDirs allows to delete multiple directories.
- New parameter for NuGet dependencies.
- Bundled with docu.exe compiled against .Net 4.0.
- Fixed docu calls to run with full filenames.
- Added targetplatform, target and log switches for ILMerge task.
- Added Git.Information.getLastTag() which gets the last git tag by calling git describe.
- Added Git.Information.getCurrentHash() which gets the last current sha1.
- Fixed Nuget support and allows automatic push.
- Tracing of all external process starts.
- MSpec support.