LINQPad 4 + Reflector 8.3 + NuGet = Multiple Reflectors
I think I found a sort of odd bug with the Reflector integration.
Using:
If you already have a Reflector window open, things work as expected - the assembly is just added to the existing Reflector instance and navigation occurs.
Using:
- LINQPad 4.48.01
- Reflector 8.3.3.115
- Open LINQPad (but not Reflector) and start a new query.
- Add the "Autofac" package to the query from NuGet.
- In the query, type "new ContainerBuilder();" so you have something to reflect on.
- With the cursor on ContainerBuilder, do Shift+F1 to open Reflector.
If you already have a Reflector window open, things work as expected - the assembly is just added to the existing Reflector instance and navigation occurs.