mirror of
https://github.com/aaru-dps/Aaru.CommonTypes.git
synced 2025-12-16 19:24:30 +00:00
[Plugin system] Move filesystems to dependency injection.
This commit is contained in:
@@ -53,9 +53,11 @@ public interface IPluginRegister
|
||||
/// <param name="services">Service collection</param>
|
||||
void RegisterChecksumPlugins(IServiceCollection services);
|
||||
|
||||
/// <summary>Gets all filesystem plugins</summary>
|
||||
/// <returns>List of filesystem plugins</returns>
|
||||
List<Type> GetAllFilesystemPlugins();
|
||||
/// <summary>
|
||||
/// Registers all filesystem plugins in the provided service collection
|
||||
/// </summary>
|
||||
/// <param name="services">Service collection</param>
|
||||
void RegisterFilesystemPlugins(IServiceCollection services);
|
||||
|
||||
/// <summary>
|
||||
/// Registers all filter plugins in the provided service collection
|
||||
|
||||
Reference in New Issue
Block a user