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

Support conversion to the generic typing.Sequence type and typing.Mapping type #122

Merged
merged 17 commits into from
Aug 16, 2024

Conversation

tonybaloney
Copy link
Owner

@tonybaloney tonybaloney commented Aug 16, 2024

IEnumerable as the choice for the converter selecting lists or dictionaries is going to cause ongoing issues.
We need a sequence type for the output instead of IEnumerable as both List and ReadOnlyDictionary implement that interface

@tonybaloney tonybaloney changed the title Support conversion to the generic typing.Sequence type Support conversion to the generic typing.Sequence type and typing.Mapping type Aug 16, 2024
@tonybaloney tonybaloney merged commit 4932b2a into main Aug 16, 2024
19 checks 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.

2 participants