Skip to content

Commit a2a3c1c

Browse files
committed
data
1 parent b14a6ef commit a2a3c1c

File tree

7 files changed

+78
-4
lines changed

7 files changed

+78
-4
lines changed

v2/book/examples/DecoratorGenerator.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
<h1>RSCG nr 241 : DecoratorGenerator</h1>
2+
<h1>RSCG nr 242 : DecoratorGenerator</h1>
33

44
<h2>Info</h2>
55
Nuget : <a href="https://www.nuget.org/packages/DecoratorGenerator/" target="_blank">https://www.nuget.org/packages/DecoratorGenerator/</a>

v2/book/examples/RSCG_MCP2File.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
<h1>RSCG nr 242 : RSCG_MCP2File</h1>
2+
<h1>RSCG nr 243 : RSCG_MCP2File</h1>
33

44
<h2>Info</h2>
55
Nuget : <a href="https://www.nuget.org/packages/RSCG_MCP2File/" target="_blank">https://www.nuget.org/packages/RSCG_MCP2File/</a>
Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
2+
<h1>RSCG nr 241 : RSCG_MCP2OpenAPI</h1>
3+
4+
<h2>Info</h2>
5+
Nuget : <a href="https://www.nuget.org/packages/RSCG_MCP2OpenAPI/" target="_blank">https://www.nuget.org/packages/RSCG_MCP2OpenAPI/</a>
6+
7+
<p>You can find more details at : <a href="https://github.com/ignatandrei/RSCG_OpenApi2MCP" target="_blank"> https://github.com/ignatandrei/RSCG_OpenApi2MCP</a></p>
8+
9+
<p>Author :Ignat Andrei</p>
10+
11+
<p>Source: <a href="https://github.com/ignatandrei/RSCG_OpenApi2MCP" target="_blank">https://github.com/ignatandrei/RSCG_OpenApi2MCP</a> </p>
12+
13+
<h2>About</h2>
14+
15+
Generating OpenAPI based on MCP source code.
16+
17+
<h2>
18+
How to use
19+
</h2>
20+
<h3>
21+
Add reference to the <a href="https://www.nuget.org/packages/RSCG_MCP2OpenAPI/" target="_blank">RSCG_MCP2OpenAPI</a> in the csproj
22+
</h3>
23+
<img src="images/RSCG_MCP2OpenAPI/MCPDemo.csproj.png" width="580" height="580" />
24+
25+
<h3>This was for me the <b>starting</b> code</h3>
26+
27+
<br />
28+
I have <b>coded</b> the file Program.cs
29+
<br />
30+
<img src="images/RSCG_MCP2OpenAPI/csFiles/Program.cs.png" width="580" height="580" />
31+
<hr />
32+
33+
<br />
34+
I have <b>coded</b> the file MyTools.cs
35+
<br />
36+
<img src="images/RSCG_MCP2OpenAPI/csFiles/MyTools.cs.png" width="580" height="580" />
37+
<hr />
38+
<h3>And here are the <i>generated</i> files</h3>
39+
40+
<br />
41+
The file <i>generated</i> is MCP2OpenAPI.g.cs
42+
<br />
43+
<img src="images/RSCG_MCP2OpenAPI/generated/MCP2OpenAPI.g.cs.png" width="580" height="580" />
44+
45+
<br />
46+
The file <i>generated</i> is Microsoft.CodeAnalysis.EmbeddedAttribute.cs
47+
<br />
48+
<img src="images/RSCG_MCP2OpenAPI/generated/Microsoft.CodeAnalysis.EmbeddedAttribute.cs.png" width="580" height="580" />
49+
50+
<br />
51+
The file <i>generated</i> is MyTools_ExportToFile.g.cs
52+
<br />
53+
<img src="images/RSCG_MCP2OpenAPI/generated/MyTools_ExportToFile.g.cs.png" width="580" height="580" />
54+
55+
<p>
56+
You can download the code and this page as pdf from
57+
<a target="_blank" href='https://ignatandrei.github.io/RSCG_Examples/v2/docs/RSCG_MCP2OpenAPI'>
58+
https://ignatandrei.github.io/RSCG_Examples/v2/docs/RSCG_MCP2OpenAPI
59+
</a>
60+
</p>
61+
62+
63+
<p>
64+
You can see the whole list at
65+
<a target="_blank" href='https://ignatandrei.github.io/RSCG_Examples/v2/docs/List-of-RSCG'>
66+
https://ignatandrei.github.io/RSCG_Examples/v2/docs/List-of-RSCG
67+
</a>
68+
</p>
69+

v2/book/list.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
</head>
1818
<body>
1919
<h1>
20-
This is the list of 242 RSCG with examples =>
20+
This is the list of 243 RSCG with examples =>
2121
</h1>
2222

2323
<table >
@@ -988,10 +988,14 @@ <h1>
988988
</tr>
989989
<tr>
990990
<td>241</td>
991-
<td><a href="examples/DecoratorGenerator.html">DecoratorGenerator</a></td>
991+
<td><a href="examples/RSCG_MCP2OpenAPI.html">RSCG_MCP2OpenAPI</a></td>
992992
</tr>
993993
<tr>
994994
<td>242</td>
995+
<td><a href="examples/DecoratorGenerator.html">DecoratorGenerator</a></td>
996+
</tr>
997+
<tr>
998+
<td>243</td>
995999
<td><a href="examples/RSCG_MCP2File.html">RSCG_MCP2File</a></td>
9961000
</tr>
9971001
</table>

v2/book/pandocHTML.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,7 @@ input-files:
254254
- examples/TeCLI.html
255255
- examples/TUnit.html
256256
- examples/XmlCommentGenerator.html
257+
- examples/RSCG_MCP2OpenAPI.html
257258
- examples/DecoratorGenerator.html
258259
- examples/RSCG_MCP2File.html
259260

-3 Bytes
Binary file not shown.
1.72 KB
Binary file not shown.

0 commit comments

Comments
 (0)