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
+28-6Lines changed: 28 additions & 6 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 - 248 Examples of Roslyn Source Code Generators / 16 created by Microsoft /
1
+
# RSCG - 249 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 248 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 249 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-12-15 => 15 December 2025
7
+
## Latest Update : 2025-12-16 => 16 December 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
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 248 Roslyn Source Code Generators that I have tested you can see and download source code example.
27
+
Those are the 249 Roslyn Source Code Generators that I have tested you can see and download source code example.
28
28
( including 16 from Microsoft )
29
+
### 249. [Silhouette](https://ignatandrei.github.io/RSCG_Examples/v2/docs/Silhouette) , in the [Profiler](https://ignatandrei.github.io/RSCG_Examples/v2/docs/rscg-examples#profiler) category
30
+
31
+
Generated on : 2025-12-16 => 16 December 2025
32
+
33
+
<details>
34
+
<summary>Expand</summary>
35
+
36
+
37
+
38
+
Author: Kevin Gosse
39
+
40
+
A library to build .NET profilers in .NET. No need for C++ anymore, just C#.
### 248. [docopt.net](https://ignatandrei.github.io/RSCG_Examples/v2/docs/docopt.net) , in the [CommandLine](https://ignatandrei.github.io/RSCG_Examples/v2/docs/rscg-examples#commandline) category
30
52
31
53
Generated on : 2025-12-15 => 15 December 2025
@@ -2142,7 +2164,7 @@ Generated on : 2024-08-01 => 01 August 2024
2142
2164
2143
2165
2144
2166
2145
-
Author: AndreiIgnat
2167
+
Author: Ignat Andrei
2146
2168
2147
2169
Roslyn Diagram generator for external dependencies
0 commit comments