the WTKXSerializer constructor needs to change from Dictionary<String,Object> to Dictionary<String,?> looking into it, i see no problem arising out of this.
On Thu, Mar 19, 2009 at 1:31 PM, Greg Brown <[email protected]> wrote: > >Actually, I was thinking that we might want to change the binding syntax > >to take a Dictionary<String, ?> instead of Dictionary<String, Object>. > >That might be a more flexible way to handle it... > > FYI, this change has been submitted - you should now be able to bind > directly to your startup properties. > > >
