Skip to content

.NET Core 3.1 support and other improvements

Compare
Choose a tag to compare
@madd0 madd0 released this 05 Jan 09:41

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