SSISTester 2.0.0-b152

This is a prerelease version of SSISTester.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package SSISTester --version 2.0.0-b152
NuGet\Install-Package SSISTester -Version 2.0.0-b152
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="SSISTester" Version="2.0.0-b152" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SSISTester --version 2.0.0-b152
#r "nuget: SSISTester, 2.0.0-b152"
#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 SSISTester as a Cake Addin
#addin nuget:?package=SSISTester&version=2.0.0-b152&prerelease

// Install SSISTester as a Cake Tool
#tool nuget:?package=SSISTester&version=2.0.0-b152&prerelease

Contains SSISTester framework with samples.

Product Compatible and additional computed target framework versions.
.NET Framework net20 is compatible.  net35 was computed.  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.

This package has no dependencies.

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
3.0.0-b236 1,603 7/3/2016
2.3.0-b211 1,156 6/2/2015
2.1.0-b168 1,127 9/22/2014
2.0.0-b152 1,057 6/20/2014
1.1.0-a128 967 5/12/2014

- Support for SQL Server 2014
- Fake Source mocking of source components in a data flow
- Fake Destination mocking of destination components in a data flow
- Sample unit tests for fake source and fake destination
- DataTaps can be created on components that have more than one output. DataTapAttribute contains new property PathName which instructs the test engine to create a data tap on that path.
- New sample unit tests for data taps
- UnitTestAttribute contains ConnectionsToRemove property which instructs the test engine to remove the connections from a package before executing a unit test.
- Package parameters can be set when executing live test
- Class name that implements a test is hown in GUI
- SSISTester logo in gui
- removed trial nag screen
- bug-fix:  DataTapSnapshot.RowCount property has correct value of rows in a snapshot
- bug-fix:  DataTap does not create an empty file initialy but only when data is actually available