IDesignTimeServices Interface

Definition

Enables configuring design-time services. Tools will automatically discover implementations of this interface that are in the startup assembly.

public interface IDesignTimeServices
type IDesignTimeServices = interface
Public Interface IDesignTimeServices

Remarks

See Implementation of database providers and extensions for more information and examples.

Methods

ConfigureDesignTimeServices(IServiceCollection)

Configures design-time services. Use this method to override the default design-time services with your own implementations.

Applies to