Skip to content

IPostBuildServiceCollectionPlugin

NexusLabs.Needlr

NexusLabs.Needlr

IPostBuildServiceCollectionPlugin Interface

Defines a plugin that executes after the service provider has been built. Implement this interface to perform configuration that requires access to the fully built service provider.

public interface IPostBuildServiceCollectionPlugin

Methods

IPostBuildServiceCollectionPlugin.Configure(PostBuildServiceCollectionPluginOptions) Method

Allows execution of additional configuration after the main service collection has been built.

void Configure(NexusLabs.Needlr.PostBuildServiceCollectionPluginOptions options);

Parameters

options PostBuildServiceCollectionPluginOptions