Skip to content

AssemblyInitializer (Startup) #9

Closed
@isc30

Description

@isc30

We need to have a way to call lazily Startup classes after lazy loading.
I don't have a full idea on how this will work but I would maintain 2 actions:

  • Configure - adds services to IServiceCollection
  • Initialize - after configuring, it initializes the services (if extra steps are required)

Configure should be called on all the dependencies in the same order as they are loaded into memory.
Initialize should be called after ALL assemblies have been configured, not sure about the order.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions