NUnitTestTimeLimiter.Fody 1.0.1.39

Requires NuGet 2.8 or higher.

dotnet add package NUnitTestTimeLimiter.Fody --version 1.0.1.39
NuGet\Install-Package NUnitTestTimeLimiter.Fody -Version 1.0.1.39
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="NUnitTestTimeLimiter.Fody" Version="1.0.1.39">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NUnitTestTimeLimiter.Fody --version 1.0.1.39
#r "nuget: NUnitTestTimeLimiter.Fody, 1.0.1.39"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install NUnitTestTimeLimiter.Fody as a Cake Addin
#addin nuget:?package=NUnitTestTimeLimiter.Fody&version=1.0.1.39

// Install NUnitTestTimeLimiter.Fody as a Cake Tool
#tool nuget:?package=NUnitTestTimeLimiter.Fody&version=1.0.1.39

Fody add-in for weaving NUnit Timeout tags on the TestFixture classes with a global maximum. Depending on your setting the slow unit tests are going to fail after the timeout period.
     
The goal is to catch all incorrectly written NUnit tests and to force them to execute quickly. This will provide the possibility to use the test set in TDD scenario. By not installing the weaver into some of the test assemblies, you can build integration unit tests, which you can leave out from the TDD process and run them only on your build server.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.1.39 1,084 3/3/2017
1.0.0.34 912 2/26/2017

- 1.0.1:
* Fixed assembly resolution causing problems with NUnit reference detection in the target assembly.