You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-37Lines changed: 11 additions & 37 deletions
Original file line number
Diff line number
Diff line change
@@ -10,59 +10,33 @@ What's LINQBridgeVs?
10
10
11
11
LINQBridgeVs is a Visual Studio Extension compatible with Visual Studio 2012/2013/2015/2017.
12
12
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
16
16
bus and read back by LINQPad.
17
17
18
18
## Getting Started
19
19
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:
22
22
23
-
*Enable LINQBridge
24
-
*Disable LINQBridge
23
+
*Bridge Solution
24
+
*Un-Bridge Solution
25
25
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.
27
27
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
29
29
on any object instance and the magnifier glass will appear.
30
30
31
31
No need to mark any of your classes as Serialized.
32
32
33
-
Clicking the magnifier will export the instance to [LINQPad](http://www.linqpad.net).
34
-
35
33
[LINQPad] (http://www.linqpad.net) it is to be installed beforehand.
36
34
37
35
## Compatibility
38
36
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
0 commit comments