Skip to content

AssemblyInitializer (Startup) #9

Closed
@isc30

Description

@isc30
Owner

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.

Activity

added this to the v2 milestone on Apr 15, 2020
isc30

isc30 commented on May 10, 2020

@isc30
OwnerAuthor

Keeping it simple to fix the needs of most people.
In the end, this is just a library, not a framework.

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    Relationships

    None yet

      Development

      Participants

      @isc30

      Issue actions

        AssemblyInitializer (Startup) · Issue #9 · isc30/blazor-lazy-loading