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
+25-3Lines changed: 25 additions & 3 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 - 212 Examples of Roslyn Source Code Generators / 14 created by Microsoft /
1
+
# RSCG - 213 Examples of Roslyn Source Code Generators / 14 created by Microsoft /
2
2
3
-
## Latest Update : 2025-08-01 => 01 August 2025
3
+
## Latest Update : 2025-08-02 => 02 August 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,8 +20,30 @@ 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 212 Roslyn Source Code Generators that I have tested you can see and download source code example.
23
+
Those are the 213 Roslyn Source Code Generators that I have tested you can see and download source code example.
24
24
( including 14 from Microsoft )
25
+
### 213. [Blazor.TSRuntime](https://ignatandrei.github.io/RSCG_Examples/v2/docs/Blazor.TSRuntime) , in the [Blazor](https://ignatandrei.github.io/RSCG_Examples/v2/docs/rscg-examples#blazor) category
26
+
27
+
Generated on : 2025-08-02 => 02 August 2025
28
+
29
+
<details>
30
+
<summary>Expand</summary>
31
+
32
+
33
+
34
+
Author: Black White Yoshi
35
+
36
+
TSRuntime is an improved JSRuntime with automatic JS-module loading and caching, compile time errors instead of runtime errors and nice IntelliSense guidance.
### 212. [StackXML](https://ignatandrei.github.io/RSCG_Examples/v2/docs/StackXML) , in the [Serializer](https://ignatandrei.github.io/RSCG_Examples/v2/docs/rscg-examples#serializer) category
TSRuntime is an improved JSRuntime with automatic JS-module loading and caching, compile time errors instead of runtime errors and nice IntelliSense guidance.
0 commit comments