Looplex.OpenForExtension.Loader 1.1.1

dotnet add package Looplex.OpenForExtension.Loader --version 1.1.1                
NuGet\Install-Package Looplex.OpenForExtension.Loader -Version 1.1.1                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Looplex.OpenForExtension.Loader" Version="1.1.1" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Looplex.OpenForExtension.Loader --version 1.1.1                
#r "nuget: Looplex.OpenForExtension.Loader, 1.1.1"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Looplex.OpenForExtension.Loader as a Cake Addin
#addin nuget:?package=Looplex.OpenForExtension.Loader&version=1.1.1

// Install Looplex.OpenForExtension.Loader as a Cake Tool
#tool nuget:?package=Looplex.OpenForExtension.Loader&version=1.1.1                

Looplex.OpenForExtension.Loader

Description

Looplex.OpenForExtension.Loader provides a default loader for dynamically loading assemblies that contain plugins (implementing IPlugin from Looplex.OpenForExtension.Abstractions). This enables flexible and modular extension of your application.

Table of Contents

Installation

To install Looplex.OpenForExtension.Loader, use the following command:

dotnet add package Looplex.OpenForExtension.Loader

Usage

(new PluginLoader())
    .LoadPlugins("path to assemblies", ["Foo.Bar", "Foo2.Bar2"])
    .ToList()

The second argument is a list composed of "{className}.{methodName}". Only plugins instances that are subscribed to an element of this list will be loaded.

For more detailed examples, refer to the samples project on the repository page .

License

This project is licensed under the Looplex Limited Public License. Feel free to edit and distribute this template as you like.

See LICENSE.md for more information.

Contact

If you have any questions or feedback, feel free to reach out:

• Email: guilherme.camara@outlook.com.br
• Email: guilherme.camara@looplex.com.br
• Email: dev@looplex.com.br
Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.1 38 7/20/2024
1.1.0 30 7/20/2024
1.0.11 29 7/20/2024
1.0.10 32 7/19/2024
1.0.9 29 7/19/2024
1.0.8 88 7/8/2024
1.0.7 85 7/5/2024
1.0.6 66 7/5/2024
1.0.5 76 6/28/2024
1.0.4 75 6/27/2024
1.0.2 79 6/27/2024
1.0.1 134 1/15/2024