mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Fix generator for inherited interfaces.
This commit is contained in:
@@ -349,6 +349,9 @@ public class PluginRegisterGenerator : ISourceGenerator
|
||||
if(plugin.BaseList?.Types.Any(t => ((t as SimpleBaseTypeSyntax)?.Type as IdentifierNameSyntax)?.Identifier.
|
||||
ValueText == "IByteAddressableImage") == true)
|
||||
ByteAddressableImagePlugins.Add(plugin);
|
||||
|
||||
MediaImagePlugins.AddRange(WritableImagePlugins);
|
||||
FileSystems.AddRange(ReadOnlyFileSystems);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user