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

Better ways to register services in Startup.cs #226

Closed
rayrfan opened this issue Sep 28, 2018 · 0 comments
Closed

Better ways to register services in Startup.cs #226

rayrfan opened this issue Sep 28, 2018 · 0 comments
Assignees
Labels
Research research an idea

Comments

@rayrfan
Copy link
Owner

rayrfan commented Sep 28, 2018

Objective

Currently all services, repos etc. are registered in the Startup.cs in the Fan.Web project. I want to a cleaner way to scan interfaces from each DLL and register their implementations automatically.

Proposed solution

Since I'm using the built-in ASP.NET Core DI system, I want to try Scrutor which enhances on the existing system and see how it works out.

Reading

@rayrfan rayrfan added the Research research an idea label Sep 28, 2018
@rayrfan rayrfan modified the milestones: M03, v2.0-a2, Backlog Sep 28, 2018
@rayrfan rayrfan self-assigned this Oct 11, 2018
@rayrfan rayrfan modified the milestones: Backlog, v2.0-a3 Oct 11, 2018
@rayrfan rayrfan added the In Progress someone is working on it label Oct 27, 2018
@rayrfan rayrfan changed the title Better ways to register services Better ways to register services in Startup.cs Oct 27, 2018
@rayrfan rayrfan removed In Progress someone is working on it labels Oct 30, 2018
@rayrfan rayrfan closed this as completed Oct 30, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Research research an idea
Projects
None yet
Development

No branches or pull requests

1 participant