You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
The text was updated successfully, but these errors were encountered:
is this intentional?
Here is an over simplified example
typeof(Dictionary<int,Dictionary<int,int>>).GetSchema()
results in
The text was updated successfully, but these errors were encountered: