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
+27-5Lines changed: 27 additions & 5 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 - 257 Examples of Roslyn Source Code Generators / 16 created by Microsoft /
1
+
# RSCG - 258 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 257 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 258 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-02-15 => 15 February 2026
7
+
## Latest Update : 2026-03-18 => 18 March 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
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 257 Roslyn Source Code Generators that I have tested you can see and download source code example.
27
+
Those are the 258 Roslyn Source Code Generators that I have tested you can see and download source code example.
28
28
( including 16 from Microsoft )
29
+
### 258. [REslava.ResultFlow](https://ignatandrei.github.io/RSCG_Examples/v2/docs/REslava.ResultFlow) , in the [Documentation](https://ignatandrei.github.io/RSCG_Examples/v2/docs/rscg-examples#documentation) category
30
+
31
+
Generated on : 2026-03-18 => 18 March 2026
32
+
33
+
<details>
34
+
<summary>Expand</summary>
35
+
36
+
37
+
38
+
Author: Rafa Eslava
39
+
40
+
Source generator that auto-generates Mermaid pipeline diagrams at compile time for any Result library. Add [ResultFlow] to any fluent method and get a generated const string diagram — zero runtime overhead, zero manual maintenance.
### 257. [Pekspro.DataAnnotationValuesExtractor](https://ignatandrei.github.io/RSCG_Examples/v2/docs/Pekspro.DataAnnotationValuesExtractor) , in the [EnhancementClass](https://ignatandrei.github.io/RSCG_Examples/v2/docs/rscg-examples#enhancementclass) category
<p>You can find more details at : <ahref="https://github.com/reslava/nuget-package-reslava-result/" target="_blank"> https://github.com/reslava/nuget-package-reslava-result/</a></p>
0 commit comments