Jerrill
Jerrill
Another note to anyone researching this issue. I had upgraded from AutoMapper.Data from version 5.0.0 to 6.0.0 that brings AutoMapper 11.0.1 along with it. Same issue as above. The following...
I just dropped in a PR that resolves this issue.
Yes, also it would be great if the line number for compile errors referenced the specific file the error ocurred in as opposed to the line number of the parser...
I have the same issue. I have the following connman DBus method: <method name="GetServices"> <arg name="services" type="a(oa{sv})" direction="out"/> </method> With the NDesk implementation, the following worked: IDictionary<string, IDictionary<string, object>> GetServices();...