AzureTackle.Shared
3.0.0
dotnet add package AzureTackle.Shared --version 3.0.0
NuGet\Install-Package AzureTackle.Shared -Version 3.0.0
<PackageReference Include="AzureTackle.Shared" Version="3.0.0" />
<PackageVersion Include="AzureTackle.Shared" Version="3.0.0" />
<PackageReference Include="AzureTackle.Shared" />
paket add AzureTackle.Shared --version 3.0.0
#r "nuget: AzureTackle.Shared, 3.0.0"
#:package AzureTackle.Shared@3.0.0
#addin nuget:?package=AzureTackle.Shared&version=3.0.0
#tool nuget:?package=AzureTackle.Shared&version=3.0.0
Thin F# API for AzureTackle for easy data access to AzureTackle database with functional seasoning on top.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- Azure.Data.Tables (>= 12.11.0)
- FSharp.Core (>= 10.0.102)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on AzureTackle.Shared:
| Package | Downloads |
|---|---|
|
AzureTackle
Thin F# API for AzureTackle for easy data access to AzureTackle database with functional seasoning on top. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 3.0.0 | 604 | 1/24/2026 |
| 3.0.0-alpha004 | 227 | 11/3/2025 |
| 3.0.0-alpha003 | 203 | 11/19/2024 |
| 3.0.0-alpha002 | 183 | 11/19/2024 |
| 3.0.0-alpha001 | 166 | 11/13/2024 |
| 2.1.0 | 1,090 | 11/1/2024 |
| 2.0.16 | 741 | 7/9/2024 |
| 2.0.15 | 421 | 6/21/2024 |
| 2.0.14 | 289 | 6/21/2024 |
| 2.0.13 | 336 | 6/19/2024 |
| 2.0.12 | 315 | 6/19/2024 |
| 2.0.11 | 338 | 6/17/2024 |
| 2.0.10 | 317 | 6/11/2024 |
| 2.0.9 | 274 | 6/10/2024 |
| 2.0.8 | 307 | 6/10/2024 |
| 2.0.7 | 342 | 6/6/2024 |
| 2.0.6 | 275 | 6/6/2024 |
| 2.0.5 | 260 | 6/6/2024 |
| 2.0.4 | 301 | 6/3/2024 |
| 2.0.3 | 288 | 6/3/2024 |
Upgrade to .NET10
Fix bug in upsertBatchInline (return was inside loop)
Refactor: Extract common helper for withTableClient/withConnectionString
Refactor: Simplify upsertInline to reuse upsert
Refactor: Clean up table function error handling
Refactor: Remove redundant try-with in ReadInt/ReadBigInt