Skip to content

Commit

Permalink
memoey pack
Browse files Browse the repository at this point in the history
  • Loading branch information
ignatandrei committed Aug 1, 2023
1 parent 152bc29 commit 8a78cff
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 18 deletions.
15 changes: 6 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)***

Expand Down Expand Up @@ -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



Expand Down
3 changes: 1 addition & 2 deletions v2/Generator/MultiGeneratorV2.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 5 additions & 7 deletions v2/rscg_examples_site/docs/NoExamples.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 8a78cff

Please sign in to comment.