aboutsummaryrefslogtreecommitdiff
path: root/tests/Jellyfin.Server.Implementations.Tests/Plugins/PluginManagerTests.cs
AgeCommit message (Expand)Author
2023-10-08Reduce string literal length by using verbatim stringStepan Goremykin
2023-10-08Use async overloadStepan Goremykin
2023-04-16Add explicit mapping instead of reflection to manifest reconciliation.AmbulantRex
2023-04-09Reconcile pre-packaged meta.json against manifest on installAmbulantRex
2023-03-30Add DLL whitelist support for pluginsAmbulantRex
2021-02-08Add regression test for PluginManager.SaveManifestBond_009