Skip to content

5.9.0

Compare
Choose a tag to compare
@matthid matthid released this 13 Oct 18:34
· 1102 commits to release/next since this release

ENHANCEMENT: Write NUnit arguments to an arguments file, fixes problems with long command lines - #2114
ENHANCEMENT: Added SpecFlowNext module to Fake.DotNet.Testing.SpecFlow with improved API and missing arguments - #2143
ENHANCEMENT (BREAKING): Updated and finalized the new (and undocumented) process API which is more unit-testable - #2131
ENHANCEMENT: Updated Fake.Testing.ReportGenerator to include ClassFilter and FileFilter - #2120
ENHANCEMENT: Improve TeamCity integrations - #2138
ENHANCEMENT: Update Fake.Tools.Pickles to include latest CLI additions - #2133
ENHANCEMENT: The Trace module can now report build-state with a message - #2139
ENHANCEMENT: The target module not supports a Trace.WithContext mode to retrieve the context and handle potenial problems manually - #2140
ENHANCEMENT: The target module now allows to set the build-state by using the new WithContext-mode - #2141
BUGFIX: Fix TeamCity (named) Artifact upload - #2147
BUGFIX: AppVeyor module should not trace appveyor.exe calls - #2137
BUGFIX: Always print the stack-trace when in verbose mode - #2136
DOCUMENTATION: Some smaller fixes