Flow.Launcher/Flow.Launcher.Plugin
Ioannis G 032a203224
add F# as an allowed plugin language
* rename PluginsLoader.CSharpPlugins to the more generic DotNetPlugins
* add AllowedLanguage.IsDotNet which checks for either C# or F#
2020-04-30 11:40:26 +03:00
..
Features rename all project file name 2020-04-21 21:27:02 +10:00
Interfaces rename all project file name 2020-04-21 21:27:02 +10:00
Properties rename all project file name 2020-04-21 21:27:02 +10:00
SharedCommands Update from method name change method 2020-04-29 19:02:57 +10:00
ActionContext.cs rename all project file name 2020-04-21 21:27:02 +10:00
AllowedLanguage.cs add F# as an allowed plugin language 2020-04-30 11:40:26 +03:00
BaseModel.cs rename all project file name 2020-04-21 21:27:02 +10:00
EventHandler.cs Fix rename errors 2020-04-21 22:16:10 +10:00
Feature.cs Update description strings 2020-04-22 20:26:09 +10:00
Flow.Launcher.Plugin.csproj rename all project file name 2020-04-21 21:27:02 +10:00
FodyWeavers.xml rename all project file name 2020-04-21 21:27:02 +10:00
IPlugin.cs rename all project file name 2020-04-21 21:27:02 +10:00
IPublicAPI.cs fix typo in IPublicAPI 2020-04-30 09:54:13 +03:00
ISettingProvider.cs rename all project file name 2020-04-21 21:27:02 +10:00
PluginInitContext.cs rename all project file name 2020-04-21 21:27:02 +10:00
PluginMetadata.cs rename all project file name 2020-04-21 21:27:02 +10:00
PluginPair.cs rename all project file name 2020-04-21 21:27:02 +10:00
Query.cs 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
Result.cs Rename further code and text 2020-04-21 22:54:41 +10:00

What does Flow.Launcher.Plugin do?

  • Defines base objects and interfaces for plugins
  • Plugin authors making C# plugins should reference this DLL via nuget
  • Contains base commands used by all plugins