DbTestMonkey.XUnit.Fody 2.3.0.24

dotnet add package DbTestMonkey.XUnit.Fody --version 2.3.0.24
                    
NuGet\Install-Package DbTestMonkey.XUnit.Fody -Version 2.3.0.24
                    
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="DbTestMonkey.XUnit.Fody" Version="2.3.0.24" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="DbTestMonkey.XUnit.Fody" Version="2.3.0.24" />
                    
Directory.Packages.props
<PackageReference Include="DbTestMonkey.XUnit.Fody" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add DbTestMonkey.XUnit.Fody --version 2.3.0.24
                    
#r "nuget: DbTestMonkey.XUnit.Fody, 2.3.0.24"
                    
#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.
#:package DbTestMonkey.XUnit.Fody@2.3.0.24
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=DbTestMonkey.XUnit.Fody&version=2.3.0.24
                    
Install as a Cake Addin
#tool nuget:?package=DbTestMonkey.XUnit.Fody&version=2.3.0.24
                    
Install as a Cake Tool

Fody add-in for weaving database unit testing code.

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  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
2.3.0.24 847 11/18/2019
2.2.0.21 1,277 8/22/2017
2.1.1.18 1,274 9/14/2016
2.1.0.15 1,291 8/22/2016
2.0.4.4 1,411 1/13/2016
2.0.3.2 1,311 1/12/2016
2.0.2.9 1,304 1/11/2016
2.0.0.5 1,357 11/23/2015
1.0.0.31 1,389 9/9/2015

v2.1.1 - Resolved issues with FodyWeavers.xml overwriting and prompting on install.    
     v2.1.0 - Removed hard compile-time dependency on XUnit.
     v2.0.1 - ClassDatabaseFixture and CollectionDatabaseFixture now correctly implement IDisposable to allow xUnit to call cleanup code (issue# 16).
            - Install.ps1 now correctly sets reference CopyLocal to true when false rather than false when true (issue# 15).
            - Install.ps1 now places the configSections config element before other configuration in app.config (issue# 14).
            - Fixed SqlLocalDb to require v1.14.0 to avoid the incorrect pull down of v1.6.0 (issue# 13).
     v2.0.0 - Added support for classes with a static constructor and a single instance constructor.
     v1.0.0 - First stable release.
            - SQL Server Db Provider and XUnit Test Provider are supported.