You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Microsoft just released .NET 8.0.
I upgraded my plugin, but I don't think it is supported yet:
09:26:24.7964+01:00 - ERROR - PluginsLoader.DotNetPlugins - The following plugin has errored and can not be loaded: <BrinkProjectLauncher>
EXCEPTION OCCURS: System.IO.FileNotFoundException: Could not load file or assembly 'System.Runtime, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The system cannot find the file specified.
File name: 'System.Runtime, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
at Type[] System.Reflection.RuntimeAssembly.GetExportedTypes()
at Type Flow.Launcher.Core.Plugin.PluginAssemblyLoader.FromAssemblyGetTypeOfInterface(Assembly assembly, Type type) in C:/projects/flow-launcher/Flow.Launcher.Core/Plugin/PluginAssemblyLoader.cs:line 40
at IEnumerable<PluginPair> Flow.Launcher.Core.Plugin.PluginsLoader.DotNetPlugins(List<PluginMetadata> source)+() => { } in C:/projects/flow-launcher/Flow.Launcher.Core/Plugin/PluginsLoader.cs:line 59
No rush of course, just thought I'd let you know.
Thank you!
The text was updated successfully, but these errors were encountered:
Hi there, thanks for the heads up, that error does look like from .Net support. We probably won't be looking at upgrading to .Net 8 this year, so would be best if your plugin could drop to 7 until we start the upgrade next year.
Microsoft just released .NET 8.0.
I upgraded my plugin, but I don't think it is supported yet:
No rush of course, just thought I'd let you know.
Thank you!
The text was updated successfully, but these errors were encountered: