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-4Lines changed: 28 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
-
# RSCG - 282 Examples of Roslyn Source Code Generators / 16 created by Microsoft /
1
+
# RSCG - 283 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 282 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 283 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 : 2026-08-22 => 22 August 2026
7
+
## Latest Update : 2026-08-23 => 23 August 2026
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
@@ -24,8 +24,32 @@ 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 282 Roslyn Source Code Generators that I have tested you can see and download source code example.
27
+
Those are the 283 Roslyn Source Code Generators that I have tested you can see and download source code example.
28
28
( including 16 from Microsoft )
29
+
### 283. [IncrementalSourceGenerator.BuilderPattern](https://ignatandrei.github.io/RSCG_Examples/v2/docs/IncrementalSourceGenerator.BuilderPattern) , in the [Builder](https://ignatandrei.github.io/RSCG_Examples/v2/docs/rscg-examples#builder) category
30
+
31
+
Generated on : 2026-08-23 => 23 August 2026
32
+
33
+
<details>
34
+
<summary>Expand</summary>
35
+
36
+
37
+
38
+
Author: Martin Barrett Nielsen
39
+
40
+
Incremental source generator that that reduces boilerplate in test object builders
41
+
by generating the repetitive structure, while enabling developers to focus on the
42
+
more meaningful, hand-crafted logic via partial classes
### 282. [Clap.Net](https://ignatandrei.github.io/RSCG_Examples/v2/docs/Clap.Net) , in the [CommandLine](https://ignatandrei.github.io/RSCG_Examples/v2/docs/rscg-examples#commandline) category
"description": "First, we add Nuget [IncrementalSourceGenerator.BuilderPattern](https://www.nuget.org/packages/IncrementalSourceGenerator.BuilderPattern/) in csproj ",
<p>You can find more details at : <ahref="https://github.com/MartinBarrettNielsen11/Incremental-source-generator-builder-pattern" target="_blank"> https://github.com/MartinBarrettNielsen11/Incremental-source-generator-builder-pattern</a></p>
Generate builder pattern code for classes with many properties
16
+
17
+
<h2>
18
+
How to use
19
+
</h2>
20
+
<h3>
21
+
Add reference to the <ahref="https://www.nuget.org/packages/IncrementalSourceGenerator.BuilderPattern/" target="_blank">IncrementalSourceGenerator.BuilderPattern</a> in the csproj
"body": "Incremental source generator that that reduces boilerplate in test object builders \n by generating the repetitive structure, while enabling developers to focus on the \n more meaningful, hand-crafted logic via partial classes"
0 commit comments