Skip to content

Commit 8e14650

Browse files
committed
zip and others
1 parent a5bad93 commit 8e14650

23 files changed

+125
-17
lines changed

v2/.tours/RSCG_MCP2File.tour

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@
1010
"pattern": "RSCG_MCP2File"
1111
}
1212

13+
,{
14+
"file": "rscg_examples/RSCG_MCP2File/src/MCPDemo/MCPDemo/MyTools.cs",
15+
"description": "File MyTools.cs ",
16+
"pattern": "this is the code"
17+
}
18+
1319
,{
1420
"file": "rscg_examples/RSCG_MCP2File/src/MCPDemo/MCPDemo/Program.cs",
1521
"description": "File Program.cs \r\n>> dotnet run --project rscg_examples/RSCG_MCP2File/src/MCPDemo/MCPDemo/MCPDemo.csproj ",

v2/book/examples/InterceptorTemplate.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ <h2>Info</h2>
66

77
<p>You can find more details at : <a href="https://github.com/ignatandrei/RSCG_InterceptorTemplate" target="_blank"> https://github.com/ignatandrei/RSCG_InterceptorTemplate</a></p>
88

9-
<p>Author :Andrei Ignat</p>
9+
<p>Author :Ignat Andrei</p>
1010

1111
<p>Source: <a href="https://github.com/ignatandrei/RSCG_InterceptorTemplate" target="_blank">https://github.com/ignatandrei/RSCG_InterceptorTemplate</a> </p>
1212

v2/book/examples/RSCG_Decorator.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ <h2>Info</h2>
66

77
<p>You can find more details at : <a href="https://github.com/ignatandrei/RSCG_Decorator" target="_blank"> https://github.com/ignatandrei/RSCG_Decorator</a></p>
88

9-
<p>Author :Andrei Ignat</p>
9+
<p>Author :Ignat Andrei</p>
1010

1111
<p>Source: <a href="https://github.com/ignatandrei/RSCG_Decorator" target="_blank">https://github.com/ignatandrei/RSCG_Decorator</a> </p>
1212

v2/book/examples/RSCG_FunctionsWithDI.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ <h2>Info</h2>
66

77
<p>You can find more details at : <a href="https://github.com/ignatandrei/functionsdi" target="_blank"> https://github.com/ignatandrei/functionsdi</a></p>
88

9-
<p>Author :Andrei Ignat</p>
9+
<p>Author :Ignat Andrei</p>
1010

1111
<p>Source: <a href="https://github.com/ignatandrei/functionsdi" target="_blank">https://github.com/ignatandrei/functionsdi</a> </p>
1212

v2/book/examples/RSCG_IFormattable.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ <h2>Info</h2>
66

77
<p>You can find more details at : <a href="https://github.com/ignatandrei/rscg_iformattable/" target="_blank"> https://github.com/ignatandrei/rscg_iformattable/</a></p>
88

9-
<p>Author :Andrei Ignat</p>
9+
<p>Author :Ignat Andrei</p>
1010

1111
<p>Source: <a href="https://github.com/ignatandrei/rscg_iformattable/" target="_blank">https://github.com/ignatandrei/rscg_iformattable/</a> </p>
1212

v2/book/examples/RSCG_JSON2Class.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ <h2>Info</h2>
66

77
<p>You can find more details at : <a href="https://github.com/ignatandrei/RSCG_JSON2Class" target="_blank"> https://github.com/ignatandrei/RSCG_JSON2Class</a></p>
88

9-
<p>Author :Andrei Ignat</p>
9+
<p>Author :Ignat Andrei</p>
1010

1111
<p>Source: <a href="https://github.com/ignatandrei/RSCG_JSON2Class" target="_blank">https://github.com/ignatandrei/RSCG_JSON2Class</a> </p>
1212

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
2+
<h1>RSCG nr 242 : RSCG_MCP2File</h1>
3+
4+
<h2>Info</h2>
5+
Nuget : <a href="https://www.nuget.org/packages/RSCG_MCP2File/" target="_blank">https://www.nuget.org/packages/RSCG_MCP2File/</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 code for saving MCP result to file.
16+
17+
<h2>
18+
How to use
19+
</h2>
20+
<h3>
21+
Add reference to the <a href="https://www.nuget.org/packages/RSCG_MCP2File/" target="_blank">RSCG_MCP2File</a> in the csproj
22+
</h3>
23+
<img src="images/RSCG_MCP2File/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_MCP2File/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_MCP2File/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 MCPExportToFile.g.cs
42+
<br />
43+
<img src="images/RSCG_MCP2File/generated/MCPExportToFile.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_MCP2File/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_MCP2File/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_MCP2File'>
58+
https://ignatandrei.github.io/RSCG_Examples/v2/docs/RSCG_MCP2File
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/examples/RSCG_NameGenerator.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ <h2>Info</h2>
66

77
<p>You can find more details at : <a href="https://github.com/ignatandrei/NameGenerator/" target="_blank"> https://github.com/ignatandrei/NameGenerator/</a></p>
88

9-
<p>Author :Andrei Ignat</p>
9+
<p>Author :Ignat Andrei</p>
1010

1111
<p>Source: <a href="https://github.com/ignatandrei/NameGenerator/" target="_blank">https://github.com/ignatandrei/NameGenerator/</a> </p>
1212

v2/book/examples/RSCG_Static.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ <h2>Info</h2>
66

77
<p>You can find more details at : <a href="https://github.com/ignatandrei/RSCG_Static" target="_blank"> https://github.com/ignatandrei/RSCG_Static</a></p>
88

9-
<p>Author :Andrei Ignat</p>
9+
<p>Author :Ignat Andrei</p>
1010

1111
<p>Source: <a href="https://github.com/ignatandrei/RSCG_Static" target="_blank">https://github.com/ignatandrei/RSCG_Static</a> </p>
1212

v2/book/examples/RSCG_Templating.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ <h2>Info</h2>
66

77
<p>You can find more details at : <a href="https://github.com/ignatandrei/rscg_templating/" target="_blank"> https://github.com/ignatandrei/rscg_templating/</a></p>
88

9-
<p>Author :Andrei Ignat</p>
9+
<p>Author :Ignat Andrei</p>
1010

1111
<p>Source: <a href="https://github.com/ignatandrei/rscg_templating/" target="_blank">https://github.com/ignatandrei/rscg_templating/</a> </p>
1212

0 commit comments

Comments
 (0)