Skip to content

Commit

Permalink
added mediator
Browse files Browse the repository at this point in the history
  • Loading branch information
ignatandrei committed Sep 22, 2024
1 parent e1e050d commit 0e46aec
Show file tree
Hide file tree
Showing 29 changed files with 103 additions and 292 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2878,7 +2878,7 @@ Source: [https://github.com/Sholtee/ProxyGen](https://github.com/Sholtee/ProxyGe

</details>

### 35. [DeeDee](https://ignatandrei.github.io/RSCG_Examples/v2/docs/DeeDee) , in the [EnhancementProject](https://ignatandrei.github.io/RSCG_Examples/v2/docs/rscg-examples#enhancementproject) category
### 35. [DeeDee](https://ignatandrei.github.io/RSCG_Examples/v2/docs/DeeDee) , in the [Mediator](https://ignatandrei.github.io/RSCG_Examples/v2/docs/rscg-examples#mediator) category

Generated on : 2023-08-05 => 05 August 2023

Expand Down Expand Up @@ -2944,7 +2944,7 @@ Source: [https://github.com/krasin-ga/matryoshki/](https://github.com/krasin-ga/

</details>

### 32. [Mediator](https://ignatandrei.github.io/RSCG_Examples/v2/docs/Mediator) , in the [EnhancementProject](https://ignatandrei.github.io/RSCG_Examples/v2/docs/rscg-examples#enhancementproject) category
### 32. [Mediator](https://ignatandrei.github.io/RSCG_Examples/v2/docs/Mediator) , in the [Mediator](https://ignatandrei.github.io/RSCG_Examples/v2/docs/rscg-examples#mediator) category

Generated on : 2023-08-02 => 02 August 2023

Expand Down
33 changes: 33 additions & 0 deletions v2/GeneratorData/Category.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
namespace GeneratorData;

public enum Category
{
None = 0,
EnhancementProject,
Constructor,
MVVM,
Builder,
EnhancementClass,
Mapper,
DependencyInjection,
FilesToCode,
CodeToString,
FunctionalProgramming,
PrimitiveObsession,
Templating,
Tests,
Database,
API,
Serializer,
Optimizer,
Disposer,
Enum,
Interface,
Blazor,
Hangfire,
AOP,
Bitwise,
Actor,
Mediator=26
}

29 changes: 0 additions & 29 deletions v2/GeneratorData/GeneratorDataRec.cs
Original file line number Diff line number Diff line change
Expand Up @@ -172,33 +172,4 @@ public static Dictionary<string , GeneratorDataRec> Data()

}
}
public enum Category
{
None = 0,
EnhancementProject,
Constructor,
MVVM,
Builder,
EnhancementClass,
Mapper,
DependencyInjection,
FilesToCode,
CodeToString,
FunctionalProgramming,
PrimitiveObsession,
Templating,
Tests,
Database,
API,
Serializer,
Optimizer,
Disposer,
Enum,
Interface,
Blazor,
Hangfire,
AOP,
Bitwise,
Actor,
}

4 changes: 2 additions & 2 deletions v2/RSCGExamplesData/GeneratorDataRec.json
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@
},
{
"ID": "Mediator",
"Category": 1,
"Category": 26,
"dtStart": "2023-08-02T00:00:00",
"show": true
},
Expand All @@ -205,7 +205,7 @@
},
{
"ID": "DeeDee",
"Category": 1,
"Category": 26,
"dtStart": "2023-08-05T00:00:00",
"show": true
},
Expand Down
30 changes: 13 additions & 17 deletions v2/rscg_examples_site/docs/Categories/EnhancementProject.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<h1>EnhancementProject</h1>

Number RSCG: 19
Number RSCG: 17

1 [AutoInvoke.Generator](/docs/AutoInvoke.Generator)

Expand All @@ -12,31 +12,27 @@ Number RSCG: 19

5 [CommandLine](/docs/CommandLine)

6 [DeeDee](/docs/DeeDee)
6 [LinqGen.Generator](/docs/LinqGen.Generator)

7 [LinqGen.Generator](/docs/LinqGen.Generator)
7 [Pekspro.BuildInformationGenerator](/docs/Pekspro.BuildInformationGenerator)

8 [Mediator](/docs/Mediator)
8 [PlantUmlClassDiagramGenerator](/docs/PlantUmlClassDiagramGenerator)

9 [Pekspro.BuildInformationGenerator](/docs/Pekspro.BuildInformationGenerator)
9 [RSCG_AMS](/docs/RSCG_AMS)

10 [PlantUmlClassDiagramGenerator](/docs/PlantUmlClassDiagramGenerator)
10 [RSCG_ExportDiagram](/docs/RSCG_ExportDiagram)

11 [RSCG_AMS](/docs/RSCG_AMS)
11 [RSCG_FunctionsWithDI](/docs/RSCG_FunctionsWithDI)

12 [RSCG_ExportDiagram](/docs/RSCG_ExportDiagram)
12 [RSCG_NameGenerator](/docs/RSCG_NameGenerator)

13 [RSCG_FunctionsWithDI](/docs/RSCG_FunctionsWithDI)
13 [RSCG_TimeBombComment](/docs/RSCG_TimeBombComment)

14 [RSCG_NameGenerator](/docs/RSCG_NameGenerator)
14 [RSCG_Wait](/docs/RSCG_Wait)

15 [RSCG_TimeBombComment](/docs/RSCG_TimeBombComment)
15 [ThisAssembly](/docs/ThisAssembly)

16 [RSCG_Wait](/docs/RSCG_Wait)
16 [ThisAssembly.Constants](/docs/ThisAssembly.Constants)

17 [ThisAssembly](/docs/ThisAssembly)

18 [ThisAssembly.Constants](/docs/ThisAssembly.Constants)

19 [ThisAssembly.Metadata](/docs/ThisAssembly.Metadata)
17 [ThisAssembly.Metadata](/docs/ThisAssembly.Metadata)

8 changes: 8 additions & 0 deletions v2/rscg_examples_site/docs/Categories/Mediator.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<h1>Mediator</h1>

Number RSCG: 2

1 [DeeDee](/docs/DeeDee)

2 [Mediator](/docs/Mediator)

Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ partial class RemoteCollection {

https://ignatandrei.github.io/RSCG_Examples/v2/docs/AutoInvoke.Generator

### In the same category (EnhancementProject) - 18 other generators
### In the same category (EnhancementProject) - 16 other generators


#### [AutoSpectre](/docs/AutoSpectre)
Expand All @@ -375,15 +375,9 @@ https://ignatandrei.github.io/RSCG_Examples/v2/docs/AutoInvoke.Generator
#### [CommandLine](/docs/CommandLine)


#### [DeeDee](/docs/DeeDee)


#### [LinqGen.Generator](/docs/LinqGen.Generator)


#### [Mediator](/docs/Mediator)


#### [Pekspro.BuildInformationGenerator](/docs/Pekspro.BuildInformationGenerator)


Expand Down
8 changes: 1 addition & 7 deletions v2/rscg_examples_site/docs/RSCG-Examples/AutoSpectre.md
Original file line number Diff line number Diff line change
Expand Up @@ -992,7 +992,7 @@ namespace ReadData

https://ignatandrei.github.io/RSCG_Examples/v2/docs/AutoSpectre
### In the same category (EnhancementProject) - 18 other generators
### In the same category (EnhancementProject) - 16 other generators


#### [AutoInvoke.Generator](/docs/AutoInvoke.Generator)
Expand All @@ -1007,15 +1007,9 @@ https://ignatandrei.github.io/RSCG_Examples/v2/docs/AutoSpectre
#### [CommandLine](/docs/CommandLine)


#### [DeeDee](/docs/DeeDee)


#### [LinqGen.Generator](/docs/LinqGen.Generator)


#### [Mediator](/docs/Mediator)


#### [Pekspro.BuildInformationGenerator](/docs/Pekspro.BuildInformationGenerator)


Expand Down
8 changes: 1 addition & 7 deletions v2/rscg_examples_site/docs/RSCG-Examples/BuildInfo.md
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ internal static class BuildInformation

https://ignatandrei.github.io/RSCG_Examples/v2/docs/BuildInfo

### In the same category (EnhancementProject) - 18 other generators
### In the same category (EnhancementProject) - 16 other generators


#### [AutoInvoke.Generator](/docs/AutoInvoke.Generator)
Expand All @@ -316,15 +316,9 @@ https://ignatandrei.github.io/RSCG_Examples/v2/docs/BuildInfo
#### [CommandLine](/docs/CommandLine)


#### [DeeDee](/docs/DeeDee)


#### [LinqGen.Generator](/docs/LinqGen.Generator)


#### [Mediator](/docs/Mediator)


#### [Pekspro.BuildInformationGenerator](/docs/Pekspro.BuildInformationGenerator)


Expand Down
8 changes: 1 addition & 7 deletions v2/rscg_examples_site/docs/RSCG-Examples/Com.md
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ namespace test

https://ignatandrei.github.io/RSCG_Examples/v2/docs/Com

### In the same category (EnhancementProject) - 18 other generators
### In the same category (EnhancementProject) - 16 other generators


#### [AutoInvoke.Generator](/docs/AutoInvoke.Generator)
Expand All @@ -441,15 +441,9 @@ https://ignatandrei.github.io/RSCG_Examples/v2/docs/Com
#### [CommandLine](/docs/CommandLine)


#### [DeeDee](/docs/DeeDee)


#### [LinqGen.Generator](/docs/LinqGen.Generator)


#### [Mediator](/docs/Mediator)


#### [Pekspro.BuildInformationGenerator](/docs/Pekspro.BuildInformationGenerator)


Expand Down
8 changes: 1 addition & 7 deletions v2/rscg_examples_site/docs/RSCG-Examples/CommandLine.md
Original file line number Diff line number Diff line change
Expand Up @@ -1492,7 +1492,7 @@ namespace GeneratedCode

https://ignatandrei.github.io/RSCG_Examples/v2/docs/CommandLine
### In the same category (EnhancementProject) - 18 other generators
### In the same category (EnhancementProject) - 16 other generators


#### [AutoInvoke.Generator](/docs/AutoInvoke.Generator)
Expand All @@ -1507,15 +1507,9 @@ https://ignatandrei.github.io/RSCG_Examples/v2/docs/CommandLine
#### [Com](/docs/Com)


#### [DeeDee](/docs/DeeDee)


#### [LinqGen.Generator](/docs/LinqGen.Generator)


#### [Mediator](/docs/Mediator)


#### [Pekspro.BuildInformationGenerator](/docs/Pekspro.BuildInformationGenerator)


Expand Down
53 changes: 1 addition & 52 deletions v2/rscg_examples_site/docs/RSCG-Examples/DeeDee.md
Original file line number Diff line number Diff line change
Expand Up @@ -406,59 +406,8 @@ namespace DeeDeeDemo.DeeDee.Generated.Models

https://ignatandrei.github.io/RSCG_Examples/v2/docs/DeeDee

### In the same category (EnhancementProject) - 18 other generators


#### [AutoInvoke.Generator](/docs/AutoInvoke.Generator)


#### [AutoSpectre](/docs/AutoSpectre)


#### [BuildInfo](/docs/BuildInfo)


#### [Com](/docs/Com)


#### [CommandLine](/docs/CommandLine)


#### [LinqGen.Generator](/docs/LinqGen.Generator)
### In the same category (Mediator) - 1 other generators


#### [Mediator](/docs/Mediator)


#### [Pekspro.BuildInformationGenerator](/docs/Pekspro.BuildInformationGenerator)


#### [PlantUmlClassDiagramGenerator](/docs/PlantUmlClassDiagramGenerator)


#### [RSCG_AMS](/docs/RSCG_AMS)


#### [RSCG_ExportDiagram](/docs/RSCG_ExportDiagram)


#### [RSCG_FunctionsWithDI](/docs/RSCG_FunctionsWithDI)


#### [RSCG_NameGenerator](/docs/RSCG_NameGenerator)


#### [RSCG_TimeBombComment](/docs/RSCG_TimeBombComment)


#### [RSCG_Wait](/docs/RSCG_Wait)


#### [ThisAssembly](/docs/ThisAssembly)


#### [ThisAssembly.Constants](/docs/ThisAssembly.Constants)


#### [ThisAssembly.Metadata](/docs/ThisAssembly.Metadata)

Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ namespace Cathei.LinqGen

https://ignatandrei.github.io/RSCG_Examples/v2/docs/LinqGen.Generator

### In the same category (EnhancementProject) - 18 other generators
### In the same category (EnhancementProject) - 16 other generators


#### [AutoInvoke.Generator](/docs/AutoInvoke.Generator)
Expand All @@ -503,12 +503,6 @@ https://ignatandrei.github.io/RSCG_Examples/v2/docs/LinqGen.Generator
#### [CommandLine](/docs/CommandLine)


#### [DeeDee](/docs/DeeDee)


#### [Mediator](/docs/Mediator)


#### [Pekspro.BuildInformationGenerator](/docs/Pekspro.BuildInformationGenerator)


Expand Down
Loading

0 comments on commit 0e46aec

Please sign in to comment.