Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

C# codegen support aggregate generation #143

Open
wants to merge 54 commits into
base: features/csharp_codegen_support_context_generation
Choose a base branch
from

Conversation

hamzajg
Copy link
Contributor

@hamzajg hamzajg commented May 10, 2022

**Current project generation: **

./
├── Example-designer-model.json
├── Example.sln
├── Io.Vlingo.Example.Demo
│   ├── Infrastructure
│   │   ├── Bootstrap.cs
│   │   └── Persistence
│   │       └── OrderStateAdapter.cs
│   ├── Io.Vlingo.Example.Demo.csproj
│   ├── Model
│   │   └── Order
│   │       ├── IOrder.cs
│   │       ├── OrderCreated.cs
│   │       ├── OrderEntity.cs
│   │       └── OrderState.cs
│   └── vlingo-actors.json
├── Io.Vlingo.Example.Demo.Tests
│   ├── Infrastructure
│   │   └── Persistence
│   │       └── MockDispatcher.cs
│   ├── Io.Vlingo.Example.Demo.Tests.csproj
│   └── Model
│       └── Order
│           └── OrderEntityTest.cs
└── README.md

10 directories, 14 files

TODO :

  • Add Aggregate Protocol generation
  • Add Entity generation
  • Add Unit Test project generation
  • Add Entity Unit Test generation
  • Fix imports
  • Fix unit test runtime exceptions
  • Fix Multi Aggregate imports
  • Fix Value Objects imports
  • Add Entity State generation DateTime support

hamzajg added 4 commits May 2, 2022 19:02
…o features/csharp_codegen_support_aggregate_generation

# Conflicts:
#	src/main/java/io/vlingo/xoom/designer/codegen/csharp/CsharpTemplateStandard.java
#	src/main/java/io/vlingo/xoom/designer/codegen/csharp/Template.java
#	src/main/resources/codegen/c_sharp/Project.ftl
#	src/test/resources/text-expectations/c_sharp/project.text
Signed-off-by: Hamza JGUERIM <[email protected]>
@hamzajg hamzajg changed the base branch from master to features/csharp_codegen_support_context_generation May 10, 2022 04:26
@VaughnVernon VaughnVernon requested review from tjaskula and jakzal May 10, 2022 14:40
hamzajg added 23 commits May 17, 2022 16:55
Signed-off-by: Hamza JGUERIM <[email protected]>
Signed-off-by: Hamza JGUERIM <[email protected]>
Signed-off-by: Hamza JGUERIM <[email protected]>
…egen_support_aggregate_generation

# Conflicts:
#	src/main/java/io/vlingo/xoom/designer/Configuration.java
#	src/main/java/io/vlingo/xoom/designer/codegen/java/TemplateParameter.java
#	src/main/java/io/vlingo/xoom/designer/codegen/java/autodispatch/AutoDispatchMappingTemplateData.java
Signed-off-by: Hamza JGUERIM <[email protected]>
Signed-off-by: Hamza JGUERIM <[email protected]>
Signed-off-by: Hamza JGUERIM <[email protected]>
Signed-off-by: Hamza JGUERIM <[email protected]>
…o features/csharp_codegen_support_aggregate_generation

# Conflicts:
#	src/main/java/io/vlingo/xoom/designer/Configuration.java
Signed-off-by: Hamza JGUERIM <[email protected]>
Signed-off-by: Hamza JGUERIM <[email protected]>
Signed-off-by: Hamza JGUERIM <[email protected]>
Signed-off-by: Hamza JGUERIM <[email protected]>
Signed-off-by: Hamza JGUERIM <[email protected]>
…o features/csharp_codegen_support_aggregate_generation
Signed-off-by: Hamza JGUERIM <[email protected]>
hamzajg added 27 commits August 8, 2022 06:18
Signed-off-by: Hamza JGUERIM <[email protected]>
Signed-off-by: Hamza JGUERIM <[email protected]>
Signed-off-by: Hamza JGUERIM <[email protected]>
Signed-off-by: Hamza JGUERIM <[email protected]>
Signed-off-by: Hamza JGUERIM <[email protected]>
Signed-off-by: Hamza JGUERIM <[email protected]>
Signed-off-by: Hamza JGUERIM <[email protected]>
Signed-off-by: Hamza JGUERIM <[email protected]>
Signed-off-by: Hamza JGUERIM <[email protected]>
Signed-off-by: Hamza JGUERIM <[email protected]>
Signed-off-by: Hamza JGUERIM <[email protected]>
Signed-off-by: Hamza JGUERIM <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant