Skip to content

Commit c023bd8

Browse files
Update README.md
1 parent 9f6acf0 commit c023bd8

File tree

1 file changed

+11
-37
lines changed

1 file changed

+11
-37
lines changed

README.md

Lines changed: 11 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -10,59 +10,33 @@ What's LINQBridgeVs?
1010

1111
LINQBridgeVs is a Visual Studio Extension compatible with Visual Studio 2012/2013/2015/2017.
1212
It is a bridge between a Visual Studio debugging session and [LINQPad] (http://www.linqpad.net).
13-
When enabled on a selection of VB/C# projects, it creates a Custom Debugger Visualizer
14-
mapping to all the complex types and making the magnifier glass
15-
available for all of them. By clicking on the magnifier glass the types will be transmitted over a
13+
When enabled on a solution containing VB/C# projects, it creates at build time Custom Debugger Visualizer
14+
mapping to all the public complex types and making the magnifier glass
15+
available for all of them. By clicking on the magnifier glass on an object instance, it will be transmitted over a
1616
bus and read back by LINQPad.
1717

1818
## Getting Started
1919

20-
Once the LINQBridgeVs Extension is installed a new menu will be available in the Visual Studio Menu Bar, only visible
21-
when a solution is loaded and a project selected. There are two options available:
20+
Once the extension is installed a new menu will be available in the Visual Studio Menu Bar, only visible
21+
when a solution is loaded, called "BridgeVs". There are two options available:
2222

23-
* Enable LINQBridge
24-
* Disable LINQBridge
23+
* Bridge Solution
24+
* Un-Bridge Solution
2525

26-
Enabling LINQBridge on a selected project will do the magic and that's it!
26+
Bridging a solution will enable all of the public types of every projects to be exported to [LINQPad](http://www.linqpad.net) at runtime.
2727

28-
Compile your solution, run it, set a breakpoint and hover the pointer
28+
Rebuild your solution, run it, set a breakpoint and hover the mouse pointer
2929
on any object instance and the magnifier glass will appear.
3030

3131
No need to mark any of your classes as Serialized.
3232

33-
Clicking the magnifier will export the instance to [LINQPad](http://www.linqpad.net).
34-
3533
[LINQPad] (http://www.linqpad.net) it is to be installed beforehand.
3634

3735
## Compatibility
3836

39-
LINQBridgeVs is compatible for Visual Studio 2012/2013/2015/2015. It works **for .NET Framework 4.0 - 4.6.2**. There is no support for .NET Framework 2.0 to 3.5
40-
41-
42-
## Known Issues
43-
44-
***Could not load file or assembly LINQBridge.DynamicVisualizer.V11.dll or one of its dependencies.***
45-
46-
*Solution:* Check you have access permission on the folder CurrentUser\Documents\Visual Studio 2012\Visualizers
47-
for the user running the debugger (IIS_IUSRS if a WebSite).
48-
49-
*Platform:* Windows 8
50-
51-
***Can't find the magnifying glass***
52-
53-
*Solution:* Make sure you are running as Administrator your Visual Studio instance.
54-
55-
*Platform:* Any
56-
57-
*Visual Studio:* Any
58-
59-
***Can't find the magnifying glass - Visual Studio 2013***
60-
61-
*Solution:* Please update to the latest version (1.3.7) from the Visual Studio Gallery. Please always remember to run Visual Studio As Administrator.
62-
63-
*Platform:* Any
37+
LINQBridgeVs is compatible for Visual Studio 2012/2013/2015/2015/2017. It works **for .NET Framework 4.0 - 4.6.2**. There is no support for .NET Framework 2.0 to 3.5
6438

65-
*Visual Studio:* 2013
39+
Either LINQPad 4 and LINQPad 5 are supported.
6640

6741
[logo]: https://raw.github.com/codingadventures/LINQBridgeVs/master/Src/VsExtension/LINQBridgeLogo.png "LINQBridge"
6842

0 commit comments

Comments
 (0)