Skip to content

Commit 7b3df2d

Browse files
fixes images
1 parent 7f46779 commit 7b3df2d

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

README.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ It is a bridge between a Visual Studio debugging session and [LINQPad](http://ww
1313
When enabled on a solution containing C#, VB, ASP.NET or MVC projects, it creates at compile time a Custom Debugger Visualizer assembly
1414
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
1515
bus and 'Dumped' out by LINQPad.
16-
17-
16+
<br><br>
1817
## Getting Started
1918

2019
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
3130

3231
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.
3332
<br><br>
34-
![Example]
33+
<p align="center">
34+
<img src="https://github.com/codingadventures/LINQBridgeVs/blob/master/Docs/Example.gif?raw=true" width="1000" />
35+
</p>
3536

3637
## Configuration
3738

3839
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.
3940
Only for the first time, Visual Studio must be run with Administrator privileges, if not a form will appear asking to restart Visual Studio:
4041
<br><br>
41-
42-
<img src="https://github.com/codingadventures/LINQBridgeVs/blob/master/Docs/VsRestart.PNG?raw=true" width="700">
42+
<p align="center">
43+
<img src="https://github.com/codingadventures/LINQBridgeVs/blob/master/Docs/VsRestart.PNG?raw=true" width="700" />
44+
</p>
4345

4446
Once Visual Studio is restarted as Administrator, the configuration will complete and the form will never appear again.
4547

@@ -71,7 +73,9 @@ This extension uses custom build Targets in order to avoid the modification of e
7173

7274
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***
7375

74-
![registry]{.classname}
76+
<p align="center">
77+
<img src="https://github.com/codingadventures/LINQBridgeVs/blob/master/Docs/Registry.PNG?raw=true" width="700" />
78+
</p>
7579

7680
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:
7781

@@ -148,7 +152,4 @@ I have used several community open source projects to make this extension. So if
148152
* [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.
149153
* [ILMerge](https://github.com/Microsoft/ILMerge) is a utility that merges multiple .NET assemblies into a single assembly.
150154

151-
[logo]: https://raw.github.com/codingadventures/LINQBridgeVs/master/Src/VsExtension/LINQBridgeLogo.png "LINQBridge"
152-
[vsrestartimage]:
153-
[Example]:https://github.com/codingadventures/LINQBridgeVs/blob/master/Docs/Example.gif?raw=true
154-
[registry]:https://github.com/codingadventures/LINQBridgeVs/blob/master/Docs/Registry.PNG?raw=true
155+
[logo]: https://raw.github.com/codingadventures/LINQBridgeVs/master/Src/VsExtension/LINQBridgeLogo.png "LINQBridge"

0 commit comments

Comments
 (0)