Steven Robbins

Results 41 comments of Steven Robbins
trafficstars

I can't recall if I needed any tweaks but I got it working in a PCL project recently, but I had to build it into its own assembly and reference...

Yes, you're meant to uncomment those to fit your platform :)

@cmckeegan: Started work on this here: https://github.com/grumpydev/TinyIoC/tree/OpenGenerics Currently a few things are broken (but fixable), but there's now a passing test that registers IThing with RealThing and resolves IThing to...

@JoergEg yes, it's in master, but it's currently limited to single manual registrations, need to do more work to automatically scan/register multiple registrations.

What is this doing that the existing AutoRegister doesn't already do? As for it being accessible, it's an internal concern of the container, but the main container class is intentionally...

Its far from.abandoned, its in active use in countless projects and is the core of Nancy.

@Worthaboutapig it should work yes, but it appears that it doesn't and as far as I can remember it's not something I've ever fixed.

@TeaDrivenDev : the main reason most PRs aren't brought in is because the next logical step for this, after the major perf work I did a while back, is to...

Try it, although my initial guess would be it wouldn't work :)

You're right, thanks, this is a mistake I noticed when I started the WinRT port. That port is in another branch if you're interested.