hmemcpy / AgentMulder

** THIS PLUGIN IS NO LONGER MAINTAINED. PLEASE FOLLOW ERNICOMMUNITY FOR UPDATES **
https://github.com/ERNICommunity/AgentMulder
MIT License
151 stars 33 forks source link

Registered Components does not appear in context menu #57

Open borismod opened 10 years ago

borismod commented 10 years ago

I am using Autofac with automatic registration:

var builder = new ContainerBuilder(); builder.RegisterAssemblyTypes(typeof (BuildRunner).Assembly) .AsImplementedInterfaces();

Agent Mulder is running and I can navigate from registered classes to the point of registration using an icon "Registered by Autofac (click to navigate)".

hmemcpy commented 10 years ago

Hi Boris,

Sorry, I should have mentioned it in the release notes more visibly - this feature ("Navigate to Registered Components") is currently disabled due to performance reasons...

I'll try to fix it very soon!

Thanks!

borismod commented 10 years ago

Thanks for quick reply. Agent Mulder still rules! It solves the most annoying problem of "Class x is never used"

hmemcpy commented 10 years ago

Thanks for the kind words!

Very glad it's working for you :)