Jay Tuley

Results 47 comments of Jay Tuley

It's been so long, I'm not sure. Might have been performance tuned, or maybe not. There are tradeoffs and benefits performance wise for to ConcurrentDictionary. But honestly, it could be...

That line was written a month after .net 4.0 was released, I pretty sure it was just overlooked.

While there isn't a dynamic map feature already in impromptu interface (there is a static map feature, https://github.com/ekonbenefits/impromptu-interface/blob/master/ImpromptuInterface/src/Attributes/AliasAttribute.cs). Implementing a dynamic mapper on your own wouldn't be that hard using...

Yeah looks like I don't have any code coverage for ref, out, or in. Checking what the c# compiler does for out variables using the dlr, it looks like call...

Adding jump in tag, because i'm not sure when I'll have time to dive into this myself.

Yeah I think it's possible, for the explicit generic argument ActLike. As making the proxies is trivial source wise. just an object implementing an interface where each method is just...

interesting, I don't know why it would be trying to generate a the metadata attribute with a `RuntimeType` as the argument. From the code you provided above it should be...

I'm not aware of any problems with enums, can you make do a pull request with a new failing unit test reproducing your error?

Yeah, with this toy example, I'd just test to see if instance already implements IDo and not run ActLike. If it's not the same interface, explicit interfaces are very tricky,...

I'm hoping that allowing devices to be created with the rest api. would also **allow importing existing devices public key, preshared key, and ip**. I thought I could do it...