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-10Lines changed: 11 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -13,8 +13,7 @@ It is a bridge between a Visual Studio debugging session and [LINQPad](http://ww
13
13
When enabled on a solution containing C#, VB, ASP.NET or MVC projects, it creates at compile time a Custom Debugger Visualizer assembly
14
14
mapping to all the public complex types and making the magnifier glass available for all of them. By clicking on the magnifier glass on an object instance, this will be transmitted over a
15
15
bus and 'Dumped' out by LINQPad.
16
-
17
-
16
+
<br><br>
18
17
## Getting Started
19
18
20
19
Once the extension is installed a new menu will be available in the Visual Studio Menu Bar, only visible
@@ -31,15 +30,18 @@ If the folder does not contain any assembly then please check the log files here
31
30
32
31
Do not keep two instances of two different version of LINQPad running (e.g. LINQPad 4 and LINQPad 5) at the same time. If you do so, the data will be automatically sent to the lower version of LINQPad.
Unfortunately an installer is not available yet, therefore Visual Studio needs to be configured in order to run the extension. This is done only once by the extension itself.
39
40
Only for the first time, Visual Studio must be run with Administrator privileges, if not a form will appear asking to restart Visual Studio:
Once Visual Studio is restarted as Administrator, the configuration will complete and the form will never appear again.
45
47
@@ -71,7 +73,9 @@ This extension uses custom build Targets in order to avoid the modification of e
71
73
72
74
When a solution is *Bridged*, every projects in it is essentially flagged. Configuration values are stored in the Windows Registry at this location ***\HKEY_CURRENT_USER\Software\LINQBridgeVs***
For each flagged project the custom tasks that extend the MsBuild engine mentioned earlier, perform some operation on the corresponding generated assembly. These tasks are:
77
81
@@ -148,7 +152,4 @@ I have used several community open source projects to make this extension. So if
148
152
*[Mono.Cecil](http://www.mono-project.com/docs/tools+libraries/libraries/Mono.Cecil/) very famous and useful AOP library designed, written and maintaned by JB Evain to generate and inspect programs and libraries in the ECMA CIL format.
149
153
*[ILMerge](https://github.com/Microsoft/ILMerge) is a utility that merges multiple .NET assemblies into a single assembly.
0 commit comments