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

Dictionary of dictionary isn't supported #69

Open
czf opened this issue May 27, 2022 · 0 comments
Open

Dictionary of dictionary isn't supported #69

czf opened this issue May 27, 2022 · 0 comments

Comments

@czf
Copy link

czf commented May 27, 2022

is this intentional?

Here is an over simplified example
typeof(Dictionary<int,Dictionary<int,int>>).GetSchema()
results in

'typeof(Dictionary<int,Dictionary<int,int>>).GetSchema()' threw an exception of type 'System.ArgumentException'
Data: {System.Collections.ListDictionaryInternal}
HResult: -2147024809
HelpLink: null
InnerException: null
Message: "Dictionary`2 not supported"

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

No branches or pull requests

1 participant