Yucked/Grimoire

[FEATURE] Plugin System & Repository

Yucked opened this issue · 0 comments

Yucked commented

Dll based plugin system to load/unload dll files on the fly. Plugin system will be used for adding additional manga sources.

Read up on https://learn.microsoft.com/en-us/dotnet/api/system.runtime.loader.assemblyloadcontext?view=net-5.0

  • Will require a base/common project to inherit types from
  • A new repository with approved dll files
  • Additionally, assembly verification?