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,6 +1,6 @@
1
-
# RSCG - 209 Examples of Roslyn Source Code Generators / 14 created by Microsoft /
1
+
# RSCG - 210 Examples of Roslyn Source Code Generators / 14 created by Microsoft /
2
2
3
-
## Latest Update : 2025-07-26 => 26 July 2025
3
+
## Latest Update : 2025-07-28 => 28 July 2025
4
4
5
5
If you want to see examples with code, please click ***[List V2](https://ignatandrei.github.io/RSCG_Examples/v2/docs/List-of-RSCG)***
6
6
@@ -20,11 +20,33 @@ If you want to be notified each time I add a new RSCG example , please click htt
20
20
21
21
## Content
22
22
23
-
Those are the 209 Roslyn Source Code Generators that I have tested you can see and download source code example.
23
+
Those are the 210 Roslyn Source Code Generators that I have tested you can see and download source code example.
24
24
( including 14 from Microsoft )
25
-
### 209. [ShadowWriterProjectInfo](https://ignatandrei.github.io/RSCG_Examples/v2/docs/ShadowWriterProjectInfo) , in the [Builder](https://ignatandrei.github.io/RSCG_Examples/v2/docs/rscg-examples#builder) category
25
+
### 210. [AssemblyVersionInfo](https://ignatandrei.github.io/RSCG_Examples/v2/docs/AssemblyVersionInfo) , in the [EnhancementProject](https://ignatandrei.github.io/RSCG_Examples/v2/docs/rscg-examples#enhancementproject) category
26
26
27
-
Generated on : 2025-07-24 => 24 July 2025
27
+
Generated on : 2025-07-28 => 28 July 2025
28
+
29
+
<details>
30
+
<summary>Expand</summary>
31
+
32
+
33
+
34
+
Author: Black White Yoshi
35
+
36
+
AssemblyVersionInfo is a very simple source generator that generates constant strings of your assembly name and version. The intended usage is for the System.CodeDom.Compiler.GeneratedCodeAttribute.
### 209. [ShadowWriterProjectInfo](https://ignatandrei.github.io/RSCG_Examples/v2/docs/ShadowWriterProjectInfo) , in the [EnhancementProject](https://ignatandrei.github.io/RSCG_Examples/v2/docs/rscg-examples#enhancementproject) category
<p>You can find more details at : <ahref="https://github.com/BlackWhiteYoshi/AssemblyVersionInfo" target="_blank"> https://github.com/BlackWhiteYoshi/AssemblyVersionInfo</a></p>
AssemblyVersionInfo is a very simple source generator that generates constant strings of your assembly name and version. The intended usage is for the System.CodeDom.Compiler.GeneratedCodeAttribute.
0 commit comments