diff --git a/README.md b/README.md index 527a6f447..36f3cc409 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# RSCG - 34 Examples of Roslyn Source Code Generators / 6 created by Microsoft / 26 in queue +# RSCG - 34 Examples of Roslyn Source Code Generators / 6 created by Microsoft / 25 in queue If you want to go to documentation , please click ***[List V2](https://ignatandrei.github.io/RSCG_Examples/v2/docs/List-of-RSCG)*** @@ -674,22 +674,19 @@ You can find also the 6 from Roslyn Source Code Generators that Microsoft wrote 20) StrongInject https://github.com/YairHalberstadt/stronginject/ -21) MemoryPack https://github.com/Cysharp/MemoryPack +21) DependencyPropertyGenerator https://github.com/HavenDV/DependencyPropertyGenerator -22) DependencyPropertyGenerator https://github.com/HavenDV/DependencyPropertyGenerator +22) Intellenum https://github.com/SteveDunn/Intellenum -23) Intellenum https://github.com/SteveDunn/Intellenum +23) Tinyhand https://github.com/archi-Doc/Tinyhand -24) Tinyhand https://github.com/archi-Doc/Tinyhand +24) Architect.DomainModeling https://github.com/TheArchitectDev/Architect.DomainModeling -25) Architect.DomainModeling https://github.com/TheArchitectDev/Architect.DomainModeling - - -26) Maui.BindableProperty.Generator https://github.com/rrmanzano/maui-bindableproperty-generator +25) Maui.BindableProperty.Generator https://github.com/rrmanzano/maui-bindableproperty-generator diff --git a/v2/Generator/MultiGeneratorV2.cs b/v2/Generator/MultiGeneratorV2.cs index b2002f59b..8cee10fe9 100644 --- a/v2/Generator/MultiGeneratorV2.cs +++ b/v2/Generator/MultiGeneratorV2.cs @@ -27,8 +27,7 @@ public class MultiGeneratorV2 ,"ApiClientGenerator https://github.com/surgicalcoder/ApiClientGenerator", "TypealizR https://github.com/earloc/TypealizR", "DeeDee https://github.com/joh-pot/DeeDee", -"StrongInject https://github.com/YairHalberstadt/stronginject/", -"MemoryPack https://github.com/Cysharp/MemoryPack", +"StrongInject https://github.com/YairHalberstadt/stronginject/",//too complicated "DependencyPropertyGenerator https://github.com/HavenDV/DependencyPropertyGenerator",//example with MAUI "Intellenum https://github.com/SteveDunn/Intellenum",//not understand how to use "Tinyhand https://github.com/archi-Doc/Tinyhand",//tried, need documentation diff --git a/v2/rscg_examples_site/docs/NoExamples.md b/v2/rscg_examples_site/docs/NoExamples.md index 6b1d11391..01238bd02 100644 --- a/v2/rscg_examples_site/docs/NoExamples.md +++ b/v2/rscg_examples_site/docs/NoExamples.md @@ -46,15 +46,13 @@ title: RSCG Without Examples 20)StrongInject https://github.com/YairHalberstadt/stronginject/ -21)MemoryPack https://github.com/Cysharp/MemoryPack +21)DependencyPropertyGenerator https://github.com/HavenDV/DependencyPropertyGenerator -22)DependencyPropertyGenerator https://github.com/HavenDV/DependencyPropertyGenerator +22)Intellenum https://github.com/SteveDunn/Intellenum -23)Intellenum https://github.com/SteveDunn/Intellenum +23)Tinyhand https://github.com/archi-Doc/Tinyhand -24)Tinyhand https://github.com/archi-Doc/Tinyhand +24)Architect.DomainModeling https://github.com/TheArchitectDev/Architect.DomainModeling -25)Architect.DomainModeling https://github.com/TheArchitectDev/Architect.DomainModeling - -26)Maui.BindableProperty.Generator https://github.com/rrmanzano/maui-bindableproperty-generator +25)Maui.BindableProperty.Generator https://github.com/rrmanzano/maui-bindableproperty-generator