-
Notifications
You must be signed in to change notification settings - Fork 59
Unable to handle nested dictionaries #25
Comments
I got the same issue with the method 'GetSettings()' from 'org.freedesktop.NetworkManager.Settings.Connection'. Did you find a workaround? |
I randomly replace the method content of Signature.MakeDict(..) :
by
And it seems to work, but I can't guarantee that's the right solution. A project developer has to confirm this. |
I have the same issue. I have the following connman DBus method:
With the NDesk implementation, the following worked:
I made the change that Ummon recommended and everything seems to work now as well. If this isn't the right way to code the interface method, then what would it be? |
Issues go stale after 30d of inactivity. If this issue is safe to close now please do so with /lifecycle stale |
While attempting to implement the
Protocols
property from the org.freedesktop.Telepathy.ConnectionManager interface, I ran into the fact thatIDictionary<string, IDictionary<string, Parameter>>
results in aSystem.ArgumentException: The type of an array must be a single complete type
.Is this intended, or should the library be capable of handling nested dictionaries?
The text was updated successfully, but these errors were encountered: