Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(primitive-collections): including literal types for non-navigation/simple members. #52

Merged
merged 2 commits into from
Nov 2, 2024

Conversation

NetanelPersik
Copy link
Contributor

feat(primitive-collections): including literal types for non-navigation/simple members.

AutoMapper/AutoMapper.Extensions.OData#196

@BlaiseD BlaiseD merged commit 8f777a6 into BpsLogicBuilder:master Nov 2, 2024
1 check failed
@BlaiseD
Copy link
Member

BlaiseD commented Nov 2, 2024

Thanks

@NetanelPersik
Copy link
Contributor Author

Hi @BlaiseD,

  • Wanted to know when the code will be available on AutoMapper.Extensions.OData, I'm not sure how the release process works.
  • I'm using .net 6.0 with postgresql, so I have support for lists of primitives in a single column, In addition, postgresql has a column type jsonb which maps to Dictionary<,>, and I want those dictionaries to be returned by default in case they are primitive, I can create a separate PR for that, wdyt?

@BlaiseD
Copy link
Member

BlaiseD commented Nov 3, 2024

v6.0.3.

A separate PR is better for IDictionary<,>. Some of the logic assumes a single underlying type for lists.

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.

3 participants