Update PluginsCore.cs

This commit is contained in:
Archi
2024-03-09 22:34:16 +01:00
parent c746317fd0
commit 8fa277d48b

View File

@@ -659,6 +659,7 @@ public static class PluginsCore {
}
}
[UnconditionalSuppressMessage("AssemblyLoadTrimming", "IL3000", Justification = "We don't care about trimmed assemblies, as we need it to work only with the known (used) ones")]
internal static async Task<bool> UpdatePlugins(Version asfVersion, bool stable) {
if (ActivePlugins.Count == 0) {
return false;