SSISTester 3.0.0-b236
dotnet add package SSISTester --version 3.0.0-b236
NuGet\Install-Package SSISTester -Version 3.0.0-b236
<PackageReference Include="SSISTester" Version="3.0.0-b236" />
paket add SSISTester --version 3.0.0-b236
#r "nuget: SSISTester, 3.0.0-b236"
// Install SSISTester as a Cake Addin #addin nuget:?package=SSISTester&version=3.0.0-b236&prerelease // Install SSISTester as a Cake Tool #tool nuget:?package=SSISTester&version=3.0.0-b236&prerelease
Contains SSISTester framework with samples.
Product | Versions 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. |
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,619 | 7/3/2016 |
2.3.0-b211 | 1,165 | 6/2/2015 |
2.1.0-b168 | 1,136 | 9/22/2014 |
2.0.0-b152 | 1,062 | 6/20/2014 |
1.1.0-a128 | 973 | 5/12/2014 |
- support for SQL SERVER 2016
- extended support for complex scenarios where a package is executed by a script task from another package.
- ignoring repositories, packages and executables when calculating coverage. Examples in App.config.
- ordering execution of unit tests. See ExecutionOrderFactor property of UnitTestAttribute.
- fakesource, fakedestination and datatap are fully supported when targeting executables
- bug fix 1: AddPackageParameter supports object for value and not only strings
- bug fix 2: FakeSource fix when faking different data types (e.g. nvarchar). All data types work as designed and no errors are thrown.
- added examples for bug-fix 2.
- code optimizations