Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Setting up the ORM #1738

Merged
merged 11 commits into from
Apr 4, 2022
Merged

Setting up the ORM #1738

merged 11 commits into from
Apr 4, 2022

Conversation

chkeita
Copy link
Contributor

@chkeita chkeita commented Apr 2, 2022

Summary of the Pull Request

Adds a converter between C# record and TableEntity with the following feature

  • Renaming PascalCase property to snake_case column
  • Renaming PascalCase enum to snake_case column
  • Renaming via JsonPropertyName attribute
  • Attribute for tagging PartitionKey and RowKey

removing dependency to CaseExtension
Adding more tests
@chkeita chkeita changed the title Orm Setting up the ORM Apr 4, 2022
@chkeita chkeita marked this pull request as ready for review April 4, 2022 14:24
@chkeita chkeita self-assigned this Apr 4, 2022
@chkeita chkeita enabled auto-merge (squash) April 4, 2022 16:38
@chkeita chkeita merged commit 26911c8 into microsoft:main Apr 4, 2022
@ghost ghost locked as resolved and limited conversation to collaborators May 5, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants