DbTestMonkey.XUnit.Fody
2.0.2.9
See the version list below for details.
dotnet add package DbTestMonkey.XUnit.Fody --version 2.0.2.9
NuGet\Install-Package DbTestMonkey.XUnit.Fody -Version 2.0.2.9
<PackageReference Include="DbTestMonkey.XUnit.Fody" Version="2.0.2.9" />
paket add DbTestMonkey.XUnit.Fody --version 2.0.2.9
#r "nuget: DbTestMonkey.XUnit.Fody, 2.0.2.9"
// Install DbTestMonkey.XUnit.Fody as a Cake Addin #addin nuget:?package=DbTestMonkey.XUnit.Fody&version=2.0.2.9 // Install DbTestMonkey.XUnit.Fody as a Cake Tool #tool nuget:?package=DbTestMonkey.XUnit.Fody&version=2.0.2.9
Fody add-in for weaving database unit testing code.
Product | Versions 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. |
-
- DbTestMonkey (>= 1.0.0)
- DbTestMonkey.Contracts (>= 1.0.0)
- Fody (>= 1.29.3)
- xunit
- xunit.abstractions (>= 2.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
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.