TableStorage
TableStorage copied to clipboard
Repository pattern with POCO object support for storing to Azure / Cosmos DB Table Storage
In order to improve the long-term sustainability of this (and other) projects, we'll be adopting [SponsorLink v2](https://www.devlooped.com/SponsorLink). Please get familiar with it, read the [privacy statement](https://www.devlooped.com/SponsorLink/privacy/) and raise any doubts...
Bumps the tests group with 1 update in the / directory: [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest). Updates `Microsoft.NET.Test.Sdk` from 17.10.0 to 17.11.1 Release notes Sourced from Microsoft.NET.Test.Sdk's releases. v17.11.1 What's Changed [rel/17.11] Forward error...
## Describe the Bug the following query: ```csharp await foreach (var item in TablePartition.Create(table, "backed").CreateQuery().Where(x => x.Timestamp > startDate)) { } ``` Results in a filter URL that doesn't contain...
Bumps [NuGetizer](https://github.com/devlooped/nugetizer) from 1.2.2 to 1.2.3. Release notes Sourced from NuGetizer's releases. v1.2.3 What's Changed ✨ Implemented enhancements Automatically infer PackAsTool when ToolCommandName is used by @kzu in devlooped/nugetizer#508 🐛...
Bumps [PolySharp](https://github.com/Sergio0694/PolySharp) from 1.14.1 to 1.15.0. Release notes Sourced from PolySharp's releases. 1.15.0 This PolySharp release includes C# 13 support. 🪄 Polyfills Add polyfills for .NET 9 attributes. by @teo-tsirpanis...
Bumps the system group with 1 update: [System.Text.Json](https://github.com/dotnet/runtime). Updates `System.Text.Json` from 6.0.10 to 9.0.4 Release notes Sourced from System.Text.Json's releases. .NET 9.0.4 Release What's Changed [automated] Merge branch 'release/9.0' =>...
This could be handy to allow querying by those columns in particular. So maybe it could be via an implemented interface that's then used when creating the repository? For example:...
Right now we have a reflection-based EntityPropertiesMapper, that only supports primitive types (or fails at run-time). We could use a compile-time source generator (no need to actually emit anything for...
It should offer the same level of attribute-based persisting rules. TBD how to surface expiration. See https://github.dev/StefH/DistributedCache.AzureTableStorage for inspiration [](https://www.devlooped.com/SponsorLink/github/issues/?s=devlooped) [![Back this issue](https://img.shields.io/badge/backed-%240-EA4AAA?logo=githubsponsors "Back this...