Represents a PackagingTools plugin that can register additional services.
public interface IPlugin
kind:method, kind:property, kind:ctor. Press Esc to clear.ConfigureServices(IServiceCollection)Allows the plugin to register services in the hosting container.InitialiseAsync(IServiceProvider, CancellationToken)Called after service registration to perform any asynchronous initialisation.