Note: This is the migration API reference for FAKE 5. The new (modularized) API documentation can be found
here.
If the API is already migrated you can check here if exists in a module.
More information regarding the migration can be found here
OBSOLETE
use Fake.DotNet.Testing.VSTest instead
VSTest
Contains tasks to run VSTest unit tests.
Nested types and modules
Type | Description |
ErrorLevel |
OBSOLETEuse Fake.DotNet.Testing.VSTest instead Option which allow to specify if a VSTest error should break the build. |
VSTestParams |
OBSOLETEuse Fake.DotNet.Testing.VSTest instead Parameter type to configure VSTest.Console.exe |
Functions and values
Function or value | Description | ||
VSTest setParams assemblies
Signature: setParams:(VSTestParams -> VSTestParams) -> assemblies:seq<string> -> unit
Attributes: [<Obsolete("use Fake.DotNet.Testing.VSTest instead")>] |
OBSOLETEuse Fake.DotNet.Testing.VSTest instead Runs VSTest command line tool (VSTest.Console.exe) on a group of assemblies. Parameters
Sample usage
|
||
VSTestDefaults
Signature: VSTestParams
Attributes: [<Obsolete("use Fake.DotNet.Testing.VSTest instead")>] |
OBSOLETEuse Fake.DotNet.Testing.VSTest instead VSTest default parameters. |