Madd0.AzureStorageDriver 2.1.2

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

// Install Madd0.AzureStorageDriver as a Cake Tool
#tool nuget:?package=Madd0.AzureStorageDriver&version=2.1.2

README

This is a plug-in for LINQPad that enables the execution of queries against Azure Table Storage.

It allows you to add storage accounts as connections in LINQPad. It will list all tables for each account and all columns in each table. Since Azure tables can have mixed schemas, a property was added in version 1.1.0 allowing users to specify the number of rows that should be scanned to determine the schema of each table. For the same reason, any value types are made Nullable<> since it cannot be guaranteed that they will have a value for a given row.

Nuget Build Status

Issues and Feature requests

Issues and feature requests can be made in the projects issues page on GitHub.

Versions

v2.1.2 - 2022-11-13

  • Updated dependency versions:

    • LINQPad.Reference: 1.1.0 → 1.3.0
    • SonarAnalyzer.CSharp: 8.0.0.9566 → 8.48.0.56517
    • Microsoft.CodeAnalysis.CSharp: 3.3.1 → 3.11.0
  • Added explicit reference to Newtonsoft.Json to work around issue #22

v2.1.1 - 2020-02-04

  • Workaround for problem described in #20
    • The .NET Core 3.1 driver was getting .NET Core 3.0 references, which prevented it from compiling the generated code because the driver itself was a reference and therefore needed 3.1 references.
    • As a workaround, the driver is no longer a required reference for the generated code, which is compatible with either .NET Core 3.0 or 3.1, so no matter what runtime LinqPad provides, the code should compile.

v2.1.0 - 2020-01-05

Happy new year! After last month's update, I decided to work on some really old pending PRs, do some cleanup and tackle #19 which came in on the first day of the year.

v2.0.0 - 2019-12-01

It took a while for a new version to come out, but with LINQPad 6 and big changes in the Azure SDK libraries, I thought it was time. And, although functionally not much has changed, I decided that a new distribution channel and total change in the underlying SDK, deserved a new major version.

Note: the Azure Storage SDK used by the LINQPad 5 version is in maintenance mode and it will be deprecated soon according to Microsoft. However, since LINQPad 5 plugins target .NET Framework 4.6, the switch to the package used by the LINQPad 6 plugin is not possible.

v1.1.0 - 2014-08-20

  • Uses latest version of Azure Storage Client Library (4.2.0)
  • Provides a solution to issue #1 by adding a configuration parameter that allows users to specify the number of rows to be scanned to determine the schema of a table (100 by default).

v1.0.1 - 2013-08-15

Corrects issue #4.

v1.0.0-beta - 2010-01-08

This is the first public release. Needs real-world testing.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp3.1 is compatible. 
.NET Framework net46 is compatible.  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.

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
2.1.2 1,179 11/13/2022
2.1.1 2,942 2/4/2020
2.1.0 736 1/5/2020
2.0.0 655 12/1/2019
1.0.1-beta 413 11/17/2019