Microsoft.Azure.DataLake.USQL.SDK 1.4.190114

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Microsoft.Azure.DataLake.USQL.SDK --version 1.4.190114
NuGet\Install-Package Microsoft.Azure.DataLake.USQL.SDK -Version 1.4.190114
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="Microsoft.Azure.DataLake.USQL.SDK" Version="1.4.190114" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Microsoft.Azure.DataLake.USQL.SDK --version 1.4.190114
#r "nuget: Microsoft.Azure.DataLake.USQL.SDK, 1.4.190114"
#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 Microsoft.Azure.DataLake.USQL.SDK as a Cake Addin
#addin nuget:?package=Microsoft.Azure.DataLake.USQL.SDK&version=1.4.190114

// Install Microsoft.Azure.DataLake.USQL.SDK as a Cake Tool
#tool nuget:?package=Microsoft.Azure.DataLake.USQL.SDK&version=1.4.190114

This SDK includes interfaces for UDO development and components for compiling and executing U-SQL scripts locally on developer workstations or in testing environment.
   To compile U-SQL scripts, you will also need correspondent Microsoft Visual C++ Compiler (currently VC14) and Windows SDK (currently 10.0.10240.0).
   User guide can be found here: https://docs.microsoft.com/en-us/azure/data-lake-analytics/data-lake-analytics-u-sql-sdk

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.
  • .NETFramework 4.5

    • 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
1.4.211011 4,740 10/12/2021
1.4.210711 1,246 7/12/2021
1.4.200831 5,278 8/31/2020
1.4.200715 1,876 7/23/2020
1.4.200110 17,962 1/15/2020
1.4.190909 9,374 9/10/2019
1.4.190703 13,891 7/4/2019
1.4.190528 2,542 5/28/2019
1.4.190328 20,289 3/28/2019
1.4.190319 23,250 3/20/2019
1.4.190114 8,690 1/15/2019
1.4.190104 26,488 1/4/2019
1.4.181102 17,910 11/2/2018
1.3.180905 55,403 9/5/2018
1.3.180903 1,220 9/3/2018
1.3.180831 2,294 8/31/2018
1.3.180816 4,976 8/17/2018
1.3.180620 42,049 7/3/2018
1.3.180615 11,387 6/15/2018
1.3.180413 22,253 4/17/2018
1.3.180322-preview 928 4/12/2018
1.3.180223 9,965 2/24/2018
1.3.180208 5,905 2/12/2018
1.3.1212 15,913 12/13/2017
1.3.1019-preview 6,140 10/23/2017
1.3.913 24,515 9/14/2017
1.2.5404076 9,459 8/9/2017
1.2.5377283 9,009 6/20/2017
1.2.5359455 1,107 6/20/2017
1.2.5329051 33,465 4/12/2017
1.2.5309115 1,422 4/11/2017
1.2.5238528 2,561 1/9/2017
1.2.5238528-HotFix 1,004 1/11/2017
1.2.5223981 2,122 12/19/2016
1.2.5186417 6,385 11/16/2016
1.2.5169224 2,105 11/4/2016

Fixed issue with ASSERT failure when UDO outputter is used for dynamic partitioned output in SDK 1.4.181102; Add DeployTempFolder arguments for a temp folder path of deployment resource uploading to PackageDeploymentTool.exe; Fixed issue with SDK capability string;