Custom plugins not running Configure

Just wanted to double check, I have a project using ServiceStack 5.0.2 on a new development machine. However, for some reason on this particular machine, the custom plugins I’ve written don’t seem to be running their Configure or Register routines?

This is only happening on this newly built machine, my old dev machine seems to run fine…

Thanks for any insights.

I’m not aware of any behaviour like this, are you saying if you put a debug breakpoint on the registration code it doesn’t get hit? can you provide the specific code which doesn’t work as expected?

Yeah, I can put a breakpoint or a Stop in the Configure/Register subs and they don’t get hit. It’s only on this specific dev machine, the same code does run on another dev machine. It’s very strange, I’ll continue to investigate because it seems to be environment rather than ServiceStack itself, just wanted to check it hadn’t been seen before…