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
+43-21Lines changed: 43 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,18 @@
1
-
# RSCG - 241 Examples of Roslyn Source Code Generators / 16 created by Microsoft /
1
+
# RSCG - 242 Examples of Roslyn Source Code Generators / 16 created by Microsoft /
2
2
3
-
The RSCG_Examples repository is a comprehensive documentation system that automatically processes and showcases 241 Roslyn Source Code Generator (RSCG) examples. The system transforms individual RSCG projects into structured documentation with code examples and cross-referenced content with a searchable website and code example exports.
3
+
The RSCG_Examples repository is a comprehensive documentation system that automatically processes and showcases 242 Roslyn Source Code Generator (RSCG) examples. The system transforms individual RSCG projects into structured documentation with code examples and cross-referenced content with a searchable website and code example exports.
4
4
5
5
This system serves as both a learning resource for .NET developers interested in source generators and an automated pipeline for maintaining up-to-date documentation about the RSCG ecosystem
6
6
7
-
## Latest Update : 2025-11-10 => 10 November 2025
7
+
## Latest Update : 2025-11-11 => 11 November 2025
8
8
9
9
If you want to see examples with code, please click ***[List V2](https://ignatandrei.github.io/RSCG_Examples/v2/docs/List-of-RSCG)***
10
10
11
-
If you want just those from Microsoft, please click ***[Microsoft](https://ignatandrei.github.io/RSCG_Examples/v2/docs/category/microsoft-examples)***
11
+
If you want just those from Microsoft, please click ***[Microsoft](https://ignatandrei.github.io/RSCG_Examples/v2/docs/Authors/Microsoft)***
12
12
13
13
If you want to see by category, please click ***[category](https://ignatandrei.github.io/RSCG_Examples/v2/docs/rscg-examples)***
## If you have a Roslyn Source Code Generator, please create an issue.
@@ -24,8 +24,30 @@ If you want to be notified each time I add a new RSCG example , please click htt
24
24
25
25
## Content
26
26
27
-
Those are the 241 Roslyn Source Code Generators that I have tested you can see and download source code example.
27
+
Those are the 242 Roslyn Source Code Generators that I have tested you can see and download source code example.
28
28
( including 16 from Microsoft )
29
+
### 242. [RSCG_MCP2File](https://ignatandrei.github.io/RSCG_Examples/v2/docs/RSCG_MCP2File) , in the [MCP](https://ignatandrei.github.io/RSCG_Examples/v2/docs/rscg-examples#mcp) category
30
+
31
+
Generated on : 2025-11-11 => 11 November 2025
32
+
33
+
<details>
34
+
<summary>Expand</summary>
35
+
36
+
37
+
38
+
Author: Ignat Andrei
39
+
40
+
Generating MCP tool function that exports to file the result of another MCP tool.
### 241. [DecoratorGenerator](https://ignatandrei.github.io/RSCG_Examples/v2/docs/DecoratorGenerator) , in the [Decorator](https://ignatandrei.github.io/RSCG_Examples/v2/docs/rscg-examples#decorator) category
30
52
31
53
Generated on : 2025-11-10 => 10 November 2025
@@ -1148,7 +1170,7 @@ Generated on : 2025-03-26 => 26 March 2025
1148
1170
1149
1171
1150
1172
1151
-
Author: Andrei Ignat
1173
+
Author: Ignat Andrei
1152
1174
1153
1175
Interface to null object - common
1154
1176
@@ -1346,7 +1368,7 @@ Generated on : 2025-01-18 => 18 January 2025
1346
1368
1347
1369
1348
1370
1349
-
Author: Andrei Ignat
1371
+
Author: Ignat Andrei
1350
1372
1351
1373
Interface to null object - common
1352
1374
@@ -1720,7 +1742,7 @@ Generated on : 2024-11-02 => 02 November 2024
1720
1742
1721
1743
1722
1744
1723
-
Author: Andrei Ignat
1745
+
Author: Ignat Andrei
1724
1746
1725
1747
Intercept method
1726
1748
@@ -1918,7 +1940,7 @@ Generated on : 2024-08-25 => 25 August 2024
1918
1940
1919
1941
1920
1942
1921
-
Author: Andrei Ignat
1943
+
Author: Ignat Andrei
1922
1944
1923
1945
Generates uniqe names for release
1924
1946
@@ -2203,7 +2225,7 @@ Generated on : 2024-06-29 => 29 June 2024
2203
2225
2204
2226
2205
2227
2206
-
Author: Andrei Ignat
2228
+
Author: Ignat Andrei
2207
2229
2208
2230
Implement IFormattable for a class
2209
2231
@@ -2738,7 +2760,7 @@ Generated on : 2024-02-29 => 29 February 2024
2738
2760
2739
2761
2740
2762
2741
-
Author: Andrei Ignat
2763
+
Author: Ignat Andrei
2742
2764
2743
2765
This package transforms any json into a class
2744
2766
@@ -2826,7 +2848,7 @@ Generated on : 2024-02-21 => 21 February 2024
2826
2848
2827
2849
2828
2850
2829
-
Author: Andrei Ignat
2851
+
Author: Ignat Andrei
2830
2852
2831
2853
This package wait for a time and put all global options into a cs file
2832
2854
@@ -3404,7 +3426,7 @@ Generated on : 2023-12-22 => 22 December 2023
3404
3426
3405
3427
3406
3428
3407
-
Author: Andrei Ignat
3429
+
Author: Ignat Andrei
3408
3430
3409
3431
Roslyn Utility Types - Pick, Omit
3410
3432
@@ -3470,7 +3492,7 @@ Generated on : 2023-11-29 => 29 November 2023
3470
3492
3471
3493
3472
3494
3473
-
Author: Andrei Ignat
3495
+
Author: Ignat Andrei
3474
3496
3475
3497
Package Description
3476
3498
@@ -3921,7 +3943,7 @@ Generated on : 2023-10-07 => 07 October 2023
3921
3943
3922
3944
3923
3945
3924
-
Author: Andrei Ignat
3946
+
Author: Ignat Andrei
3925
3947
3926
3948
Roslyn Templating for all
3927
3949
@@ -4075,7 +4097,7 @@ Generated on : 2023-09-30 => 30 September 2023
4075
4097
4076
4098
4077
4099
4078
-
Author: Andrei Ignat
4100
+
Author: Ignat Andrei
4079
4101
4080
4102
Roslyn Decorator for a class- intercept methods
4081
4103
@@ -4277,7 +4299,7 @@ Generated on : 2023-08-23 => 23 August 2023
4277
4299
4278
4300
4279
4301
4280
-
Author: Andrei Ignat
4302
+
Author: Ignat Andrei
4281
4303
4282
4304
Add Excel export to your WebAPI
4283
4305
@@ -4981,7 +5003,7 @@ Generated on : 2023-04-16 => 16 April 2023
4981
5003
4982
5004
4983
5005
4984
-
Author: Andrei Ignat
5006
+
Author: Ignat Andrei
4985
5007
4986
5008
Generate correct functions from [FromServices]
4987
5009
@@ -5321,7 +5343,7 @@ Generated on : 2023-04-16 => 16 April 2023
5321
5343
5322
5344
5323
5345
5324
-
Author: Andrei Ignat
5346
+
Author: Ignat Andrei
5325
5347
5326
5348
This package make you an interface and record from static properties / methods
5327
5349
@@ -5461,7 +5483,7 @@ Generated on : 2023-04-16 => 16 April 2023
Copy file name to clipboardExpand all lines: v2/book/examples/InterceptorTemplate.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ <h2>Info</h2>
6
6
7
7
<p>You can find more details at : <ahref="https://github.com/ignatandrei/RSCG_InterceptorTemplate" target="_blank"> https://github.com/ignatandrei/RSCG_InterceptorTemplate</a></p>
Copy file name to clipboardExpand all lines: v2/book/examples/RSCG_Decorator.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ <h2>Info</h2>
6
6
7
7
<p>You can find more details at : <ahref="https://github.com/ignatandrei/RSCG_Decorator" target="_blank"> https://github.com/ignatandrei/RSCG_Decorator</a></p>
Copy file name to clipboardExpand all lines: v2/book/examples/RSCG_FunctionsWithDI.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ <h2>Info</h2>
6
6
7
7
<p>You can find more details at : <ahref="https://github.com/ignatandrei/functionsdi" target="_blank"> https://github.com/ignatandrei/functionsdi</a></p>
0 commit comments