Flow.Launcher/Flow.Launcher.Core
pc223 e74d7ce102 Fix AmbiguousMatchException when plugins call Flow API (JsonRPC)
Why: `GetMethod(String)` raise AmbiguousMatchException when method have overloads (e.g. `ShowMsg`)

Solution: `Use GetMethod(String, Type[])`

https://stackoverflow.com/questions/1969411/avoiding-an-ambiguous-match-exception
2021-06-21 15:26:06 +07:00
..
Configuration update method name typo 2020-09-22 08:57:21 +10:00
Plugin Fix AmbiguousMatchException when plugins call Flow API (JsonRPC) 2021-06-21 15:26:06 +07:00
Resource Add Margin When Enabling Box Shadows 2021-06-12 22:38:40 +08:00
Flow.Launcher.Core.csproj update Droplex 2021-06-18 22:48:30 +10:00
FodyWeavers.xml rename all project file name 2020-04-21 21:27:02 +10:00
README.md rename all project file name 2020-04-21 21:27:02 +10:00
Updater.cs change exception handling in Updater and WebSearch suggestion source 2021-02-24 15:55:03 +08:00

What does Flow.Launcher.Core do?

  • Handle Query
  • Define Flow.Launcher exceptions
  • Manage Plugins (including system plugin and user plugin)
  • Manage Themes
  • Manage i18n
  • Manage Update and version