Skip to content

Releases: madd0/AzureStorageDriver

Updated dependency versions

13 Nov 13:43
b856d88
Compare
Choose a tag to compare
  • 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

Fix code generation problems with .NET Core 3.1

04 Feb 18:47
Compare
Choose a tag to compare

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.

.NET Core 3.1 support and other improvements

05 Jan 09:41
Compare
Choose a tag to compare

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

LINQPad 6 support and Azure SDK Update

01 Dec 22:45
Compare
Choose a tag to compare

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.

Use latest version of Azure Storage Client Library

01 Dec 22:58
Compare
Choose a tag to compare
  • 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: Fix #4 with Joe's code

15 Aug 09:16
Compare
Choose a tag to compare
Boolean driver settings were not being correctly retrieved.

v1.0.0-beta

15 Aug 07:00
Compare
Choose a tag to compare
v1.0.0-beta Pre-release
Pre-release
Modified README