Skip to content

Commit 674ac5b

Browse files
committed
change category
1 parent 7cfae8e commit 674ac5b

12 files changed

Lines changed: 35 additions & 35 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ Source: [https://github.com/Tim-Maes/Facet/](https://github.com/Tim-Maes/Facet/)
158158

159159
</details>
160160

161-
### 228. [mvvmgen](https://ignatandrei.github.io/RSCG_Examples/v2/docs/mvvmgen) , in the [Serializer](https://ignatandrei.github.io/RSCG_Examples/v2/docs/rscg-examples#serializer) category
161+
### 228. [mvvmgen](https://ignatandrei.github.io/RSCG_Examples/v2/docs/mvvmgen) , in the [MVVM](https://ignatandrei.github.io/RSCG_Examples/v2/docs/rscg-examples#mvvm) category
162162

163163
Generated on : 2025-08-16 => 16 August 2025
164164

v2/Generator/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ await File.WriteAllTextAsync(Path.Combine(examples,"description.json"),
154154

155155
long nr = await m.GenerateMSFT();
156156
Console.WriteLine("RSCG used by MSFT :" + nr);
157-
var lastGenerator = "kli.Localize";
157+
var lastGenerator = "RapidEnum";
158158

159159
await m.WrotePost(lastGenerator);
160160
await m.WroteDocusaurusAll(lastGenerator);

v2/Generator/all.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ Nr,Key,Source,Category
226226
225,Schema, https://github.com/MeltyPlayer/Schema,Serializer
227227
226,requiredenum, https://github.com/emptycoder/RequiredEnum,Enum
228228
227,UtilityVerse.Copy, https://github.com/purkayasta/TheUtilityVerse,Clone
229-
228,mvvmgen, https://github.com/thomasclaudiushuber/mvvmgen,Serializer
229+
228,mvvmgen, https://github.com/thomasclaudiushuber/mvvmgen,MVVM
230230
229,Facet, https://github.com/Tim-Maes/Facet/,Mapper
231231
230,Unflat, https://github.com/pstlnce/unflat,Database
232232
231,kli.Localize, https://github.com/kl1mm/localize,FilesToCode

v2/RSCGExamplesData/GeneratorDataRec.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1374,7 +1374,7 @@
13741374
},
13751375
{
13761376
"ID":"mvvmgen",
1377-
"Category": 16,
1377+
"Category": 3,
13781378
"dtStart": "2025-08-16T00:00:00",
13791379
"show": true
13801380
},
Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
<h1>MVVM</h1>
22

3-
Number RSCG: 2
3+
Number RSCG: 3
44

55
1 [CommunityToolkit.Mvvm](/docs/CommunityToolkit.Mvvm)
66

7-
2 [PropertyChangedSourceGenerator](/docs/PropertyChangedSourceGenerator)
7+
2 [mvvmgen](/docs/mvvmgen)
8+
9+
3 [PropertyChangedSourceGenerator](/docs/PropertyChangedSourceGenerator)
810

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,22 @@
11
<h1>Serializer</h1>
22

3-
Number RSCG: 10
3+
Number RSCG: 9
44

55
1 [GenPack](/docs/GenPack)
66

77
2 [jsonConverterSourceGenerator](/docs/jsonConverterSourceGenerator)
88

99
3 [JsonPolymorphicGenerator](/docs/JsonPolymorphicGenerator)
1010

11-
4 [mvvmgen](/docs/mvvmgen)
11+
4 [Nino](/docs/Nino)
1212

13-
5 [Nino](/docs/Nino)
13+
5 [ProtobufSourceGenerator](/docs/ProtobufSourceGenerator)
1414

15-
6 [ProtobufSourceGenerator](/docs/ProtobufSourceGenerator)
15+
6 [Schema](/docs/Schema)
1616

17-
7 [Schema](/docs/Schema)
17+
7 [StackXML](/docs/StackXML)
1818

19-
8 [StackXML](/docs/StackXML)
19+
8 [System.Text.Json](/docs/System.Text.Json)
2020

21-
9 [System.Text.Json](/docs/System.Text.Json)
22-
23-
10 [VYaml](/docs/VYaml)
21+
9 [VYaml](/docs/VYaml)
2422

v2/rscg_examples_site/docs/Categories/_PrimitiveMVVM.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
1 [CommunityToolkit.Mvvm](/docs/CommunityToolkit.Mvvm)
44

5-
2 [PropertyChangedSourceGenerator](/docs/PropertyChangedSourceGenerator)
5+
2 [mvvmgen](/docs/mvvmgen)
6+
7+
3 [PropertyChangedSourceGenerator](/docs/PropertyChangedSourceGenerator)
68

79
### See category
810

v2/rscg_examples_site/docs/Categories/_PrimitiveSerializer.mdx

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,17 @@
66

77
3 [JsonPolymorphicGenerator](/docs/JsonPolymorphicGenerator)
88

9-
4 [mvvmgen](/docs/mvvmgen)
9+
4 [Nino](/docs/Nino)
1010

11-
5 [Nino](/docs/Nino)
11+
5 [ProtobufSourceGenerator](/docs/ProtobufSourceGenerator)
1212

13-
6 [ProtobufSourceGenerator](/docs/ProtobufSourceGenerator)
13+
6 [Schema](/docs/Schema)
1414

15-
7 [Schema](/docs/Schema)
15+
7 [StackXML](/docs/StackXML)
1616

17-
8 [StackXML](/docs/StackXML)
17+
8 [System.Text.Json](/docs/System.Text.Json)
1818

19-
9 [System.Text.Json](/docs/System.Text.Json)
20-
21-
10 [VYaml](/docs/VYaml)
19+
9 [VYaml](/docs/VYaml)
2220

2321
### See category
2422

v2/rscg_examples_site/docs/RSCG-Examples/index.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1181,7 +1181,7 @@ import DocCardList from '@theme/DocCardList';
11811181
## MVVM
11821182
<details>
11831183

1184-
<summary>Expand MVVM =>examples:2</summary>
1184+
<summary>Expand MVVM =>examples:3</summary>
11851185
11861186

11871187

@@ -1192,6 +1192,11 @@ import DocCardList from '@theme/DocCardList';
11921192

11931193
[PropertyChangedSourceGenerator](/docs/PropertyChangedSourceGenerator)
11941194

1195+
1196+
1197+
1198+
[mvvmgen](/docs/mvvmgen)
1199+
11951200
</details>
11961201

11971202

@@ -1254,7 +1259,7 @@ import DocCardList from '@theme/DocCardList';
12541259
## Serializer
12551260
<details>
12561261

1257-
<summary>Expand Serializer =>examples:10</summary>
1262+
<summary>Expand Serializer =>examples:9</summary>
12581263
12591264

12601265

@@ -1298,11 +1303,6 @@ import DocCardList from '@theme/DocCardList';
12981303
12991304

13001305

1301-
[mvvmgen](/docs/mvvmgen)
1302-
1303-
1304-
1305-
13061306
[VYaml](/docs/VYaml)
13071307

13081308
</details>
@@ -1848,6 +1848,8 @@ flowchart LR;
18481848
18491849
MVVM--> PropertyChangedSourceGenerator((PropertyChangedSourceGenerator))
18501850
1851+
MVVM--> mvvmgen((mvvmgen))
1852+
18511853
Optimizer--> StringLiteral((StringLiteral))
18521854
18531855
PrimitiveObsession--> Vogen((Vogen))
@@ -1878,8 +1880,6 @@ flowchart LR;
18781880
18791881
Serializer--> Schema((Schema))
18801882
1881-
Serializer--> mvvmgen((mvvmgen))
1882-
18831883
Serializer--> VYaml((VYaml))
18841884
18851885
SignalR--> TypedSignalR.Client((TypedSignalR.Client))

v2/rscg_examples_site/docs/indexRSCG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This is the list of 234 ( 14 from Microsoft) RSCG with examples
2626
|231| [kli.Localize by Tobias Klimm ](/docs/kli.Localize)|2025-10-01 => 01 October 2025 | [FilesToCode](/docs/Categories/FilesToCode) |
2727
|230| [Unflat by pstlnce ](/docs/Unflat)|2025-08-18 => 18 August 2025 | [Database](/docs/Categories/Database) |
2828
|229| [Facet by Tim Maes ](/docs/Facet)|2025-08-17 => 17 August 2025 | [Mapper](/docs/Categories/Mapper) |
29-
|228| [mvvmgen by Thomas Claudius Huber ](/docs/mvvmgen)|2025-08-16 => 16 August 2025 | [Serializer](/docs/Categories/Serializer) |
29+
|228| [mvvmgen by Thomas Claudius Huber ](/docs/mvvmgen)|2025-08-16 => 16 August 2025 | [MVVM](/docs/Categories/MVVM) |
3030
|227| [UtilityVerse.Copy by pritom purkayasta ](/docs/UtilityVerse.Copy)|2025-08-15 => 15 August 2025 | [Clone](/docs/Categories/Clone) |
3131
|226| [requiredenum by Yaroslav ](/docs/requiredenum)|2025-08-14 => 14 August 2025 | [Enum](/docs/Categories/Enum) |
3232
|225| [Schema by Melty Player ](/docs/Schema)|2025-08-13 => 13 August 2025 | [Serializer](/docs/Categories/Serializer) |

0 commit comments

Comments
 (0)