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

实现IoC服务的自动配置 #61

Closed
tcz717 opened this issue Jun 3, 2019 · 0 comments
Closed

实现IoC服务的自动配置 #61

tcz717 opened this issue Jun 3, 2019 · 0 comments
Assignees
Labels

Comments

@tcz717
Copy link
Owner

tcz717 commented Jun 3, 2019

Example:

[AutoService(ServiceLifetime.Singleton)]
class ServiceImpl : IServiceA
{
   ...
}

IHost host = new HostBuilder().AutoConfigureService()
@tcz717 tcz717 added the feature label Jun 3, 2019
@tcz717 tcz717 self-assigned this Jun 6, 2019
tcz717 added a commit that referenced this issue Jun 10, 2019
tcz717 added a commit that referenced this issue Jun 11, 2019
* Implement Attack method

* Add #61 AutoService
@tcz717 tcz717 closed this as completed Jun 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant