Skip to content

Commit 027da46

Browse files
committed
zip
1 parent 5517f6c commit 027da46

File tree

5 files changed

+81
-1
lines changed

5 files changed

+81
-1
lines changed
Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
2+
<h1>RSCG nr 223 : JinShil.MixinSourceGenerator</h1>
3+
4+
<h2>Info</h2>
5+
Nuget : <a href="https://www.nuget.org/packages/JinShil.MixinSourceGenerator/" target="_blank">https://www.nuget.org/packages/JinShil.MixinSourceGenerator/</a>
6+
7+
<p>You can find more details at : <a href="https://github.com/JinShil/JinShil.MixinSourceGenerator" target="_blank"> https://github.com/JinShil/JinShil.MixinSourceGenerator</a></p>
8+
9+
<p>Author :Jin Shil</p>
10+
11+
<p>Source: <a href="https://github.com/JinShil/JinShil.MixinSourceGenerator" target="_blank">https://github.com/JinShil/JinShil.MixinSourceGenerator</a> </p>
12+
13+
<h2>About</h2>
14+
15+
Generate mixins of classes
16+
17+
<h2>
18+
How to use
19+
</h2>
20+
<h3>
21+
Add reference to the <a href="https://www.nuget.org/packages/JinShil.MixinSourceGenerator/" target="_blank">JinShil.MixinSourceGenerator</a> in the csproj
22+
</h3>
23+
<img src="images/JinShil.MixinSourceGenerator/DemoMixin.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/JinShil.MixinSourceGenerator/csFiles/Program.cs.png" width="580" height="580" />
31+
<hr />
32+
33+
<br />
34+
I have <b>coded</b> the file Person.cs
35+
<br />
36+
<img src="images/JinShil.MixinSourceGenerator/csFiles/Person.cs.png" width="580" height="580" />
37+
<hr />
38+
39+
<br />
40+
I have <b>coded</b> the file LogData.cs
41+
<br />
42+
<img src="images/JinShil.MixinSourceGenerator/csFiles/LogData.cs.png" width="580" height="580" />
43+
<hr />
44+
<h3>And here are the <i>generated</i> files</h3>
45+
46+
<br />
47+
The file <i>generated</i> is MixinAttribute.g.cs
48+
<br />
49+
<img src="images/JinShil.MixinSourceGenerator/generated/MixinAttribute.g.cs.png" width="580" height="580" />
50+
51+
<br />
52+
The file <i>generated</i> is MixinIgnoreAttribute.g.cs
53+
<br />
54+
<img src="images/JinShil.MixinSourceGenerator/generated/MixinIgnoreAttribute.g.cs.png" width="580" height="580" />
55+
56+
<br />
57+
The file <i>generated</i> is Person.g.cs
58+
<br />
59+
<img src="images/JinShil.MixinSourceGenerator/generated/Person.g.cs.png" width="580" height="580" />
60+
61+
<p>
62+
You can download the code and this page as pdf from
63+
<a target="_blank" href='https://ignatandrei.github.io/RSCG_Examples/v2/docs/JinShil.MixinSourceGenerator'>
64+
https://ignatandrei.github.io/RSCG_Examples/v2/docs/JinShil.MixinSourceGenerator
65+
</a>
66+
</p>
67+
68+
69+
<p>
70+
You can see the whole list at
71+
<a target="_blank" href='https://ignatandrei.github.io/RSCG_Examples/v2/docs/List-of-RSCG'>
72+
https://ignatandrei.github.io/RSCG_Examples/v2/docs/List-of-RSCG
73+
</a>
74+
</p>
75+

v2/book/list.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
</head>
1818
<body>
1919
<h1>
20-
This is the list of 222 RSCG with examples =>
20+
This is the list of 223 RSCG with examples =>
2121
</h1>
2222

2323
<table >
@@ -914,6 +914,10 @@ <h1>
914914
<td>222</td>
915915
<td><a href="examples/Finch.Generators.html">Finch.Generators</a></td>
916916
</tr>
917+
<tr>
918+
<td>223</td>
919+
<td><a href="examples/JinShil.MixinSourceGenerator.html">JinShil.MixinSourceGenerator</a></td>
920+
</tr>
917921
</table>
918922

919923

v2/book/pandocHTML.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,7 @@ input-files:
236236
- examples/NFH.FileEmbed.html
237237
- examples/RxSourceGenerator.html
238238
- examples/Finch.Generators.html
239+
- examples/JinShil.MixinSourceGenerator.html
239240

240241
# or you may use input-file: with a single value
241242
# defaults:
-1 Bytes
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)