Feature/net10 uplift versioning - #1
Merged
Merged
Conversation
Remove redundant usings, normalize formatting, and tighten nullable handling across clients, converters, and tests. Introduce global usings for Azure.Data.Tables. Co-authored-by: Cursor <cursoragent@cursor.com>
Document the versioning scheme, tighten NuGet publish to main only, and clean up project metadata. Co-authored-by: Cursor <cursoragent@cursor.com>
Correct method names and signatures, add missing APIs, NuGet install, and entity flattening notes. Co-authored-by: Cursor <cursoragent@cursor.com>
The CloudTableUtils quality-gate project is gone and showed 'Project not found'. Co-authored-by: Cursor <cursoragent@cursor.com>
Azure Tables has no native decimal type; converting via string preserves precision for monetary and exact values. Co-authored-by: Cursor <cursoragent@cursor.com>
Fix ObjectBuilder path/operator bugs, share EntityMapping and ODataFilter helpers, make ConverterFactory lazy, and support nullable enums. Co-authored-by: Cursor <cursoragent@cursor.com>
Prefer a TableClient property over GetTableClient-only access and replace object parameters with T for clearer insert/merge calls. Co-authored-by: Cursor <cursoragent@cursor.com>
Add XML docs for typed and multi-entity clients, keep object upserts for partial merges, obsolete GetTableClient on both clients, bump package deps, and align README/launch settings with net10. Co-authored-by: Cursor <cursoragent@cursor.com>
Keep GetAllByQueryAsync on MultiEntity for type-registry mapping; force migration off reversed DeleteEntityAsync args via Obsolete(error: true). Co-authored-by: Cursor <cursoragent@cursor.com>
NKFahrni
added a commit
that referenced
this pull request
Aug 3, 2026
Merge pull request #1 from WebGateConsultingAG/feature/net10-uplift-v…
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
net10.0and align NuGet package major to TFM (10.0.0); CI uses .NET 10 and publishes NuGet only frommain.EntityMapping/ODataFilter,DecimalConverter, nullable enums) and refresh README to match the public API.GetTableClient, pass-through deletes with reversed arg-order as compile errors); keep MultiEntityGetAllByQueryAsyncfor type-prefix mapping.Test plan
dotnet test AzureTableUtils.TestsAzureTableUtils.IntegrationTestsDeleteEntityAsync→TableClient.DeleteEntityAsync(partitionKey, rowKey))