Madd0.AzureStorageDriver
2.1.2
dotnet add package Madd0.AzureStorageDriver --version 2.1.2
NuGet\Install-Package Madd0.AzureStorageDriver -Version 2.1.2
<PackageReference Include="Madd0.AzureStorageDriver" Version="2.1.2" />
paket add Madd0.AzureStorageDriver --version 2.1.2
#r "nuget: Madd0.AzureStorageDriver, 2.1.2"
// 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.
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.
- Integrate PR #8: add support for china azure(code name:mooncake)
- Adds support for China, US Government and German "clouds."
- Found by expanding the Advanced section in the connection properties dialog.
- Integrate PR #12: Enable parallel schema loading
- Speeds up loading of storage accounts with multiple tables.
- Max number of parallel queries can be set in the Advanced section in the connection properties dialog.
- Target .NET Core 3.1
- The Nuget package now includes .NET 4.6, .NET Core 3.0 and .NET Core 3.1 versions.
- The .NET Core 3.1 version of the DLL should prevent issues such as described in #19: When .NET Core 3.1 installed, "Cannot compile typed context" error
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.
- New: Available as a Nuget package for LINQPad 6.
- Switch to Azure Cosmos DB Table API
- LINQPad 6 plugin uses Microsoft.Azure.Cosmos.Table 1.0.5
- LINQPad 5 plugin uses Microsoft.Azure.CosmosDB.Table 2.1.2
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 | Versions 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. |
-
.NETCoreApp 3.1
- LINQPad.Reference (>= 1.3.0)
- Microsoft.Azure.Cosmos.Table (>= 1.0.5)
- Microsoft.CodeAnalysis.CSharp (>= 3.11.0)
- Newtonsoft.Json (>= 13.0.1)
- SonarAnalyzer.CSharp (>= 8.48.0.56517)
-
.NETFramework 4.6
- LINQPad.Reference (>= 1.3.0)
- Microsoft.Azure.CosmosDB.Table (>= 2.1.2)
- Newtonsoft.Json (>= 13.0.1)
- SonarAnalyzer.CSharp (>= 8.48.0.56517)
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,412 | 11/13/2022 |
2.1.1 | 2,969 | 2/4/2020 |
2.1.0 | 762 | 1/5/2020 |
2.0.0 | 702 | 12/1/2019 |
1.0.1-beta | 448 | 11/17/2019 |