DotNetActivityRunner 0.1.0

dotnet add package DotNetActivityRunner --version 0.1.0
NuGet\Install-Package DotNetActivityRunner -Version 0.1.0
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="DotNetActivityRunner" Version="0.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DotNetActivityRunner --version 0.1.0
#r "nuget: DotNetActivityRunner, 0.1.0"
#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 DotNetActivityRunner as a Cake Addin
#addin nuget:?package=DotNetActivityRunner&version=0.1.0

// Install DotNetActivityRunner as a Cake Tool
#tool nuget:?package=DotNetActivityRunner&version=0.1.0

DotNetActivityRunner

Build Status

Generates an environment to execute an Azure Data Factory DotNetActivity without Azure HDInsight.

UseCases

  • You want to develop unittests for your IDotNetActivity. But don't want to use a Hadoop Cluster on Azure each time.
  • You want a simple environment for debugging.

Changelog

  • AzureBlobDataset
  • AzureTableDataset

Usage

The library Microsoft.Azure.Management.DataFactories must be installed. You can install it easily using NuGet.

The DataFactory sources (that JSON files) of all services and tables and the pipeline have to be on the local machine. Check if the ConnectionStrings are OK. VisualStudio removes the secret parts when it downloads them.

A Source Code Example is in the Test

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
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
0.1.0 1,171 3/26/2016