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

Add implementation scaffolding to C# service emitter #5601

Open
7 tasks
markcowl opened this issue Jan 14, 2025 · 0 comments
Open
7 tasks

Add implementation scaffolding to C# service emitter #5601

markcowl opened this issue Jan 14, 2025 · 0 comments

Comments

@markcowl
Copy link
Contributor

This includes the following changes:

  • Make controllers concrete, partial classes
  • Add constructor to use ASP.Net dependency injection to find business logic implementation
  • Make the BL implementation property virtual

This also includes the following new collateral

  • Library files for type initialization and serialization in MFD scenarios
  • Business logic implementation
  • Registration class for adding business logic and dependent services to the DI registry
  • Startup class to call the registration

est: 5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant