Skip to content

Conversation

@xuzhg
Copy link
Member

@xuzhg xuzhg commented Apr 23, 2025

Fixes #580

Take the suggestion from #580 (comment) to update/change the property name on serialization for PageResult< T >

}

private static string ConvertName(JsonSerializerOptions options, string name)
=> options != null && options.PropertyNamingPolicy != null
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this only targeting PropertyNamingPolicy

@xuzhg xuzhg merged commit fc665bf into main Apr 24, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Change PageResult<T> property names on serialization

3 participants