McMaster.NETCore.Plugins
0.2.1
Prefix Reserved
See the version list below for details.
Install-Package McMaster.NETCore.Plugins -Version 0.2.1
dotnet add package McMaster.NETCore.Plugins --version 0.2.1
<PackageReference Include="McMaster.NETCore.Plugins" Version="0.2.1" />
paket add McMaster.NETCore.Plugins --version 0.2.1
#r "nuget: McMaster.NETCore.Plugins, 0.2.1"
// Install McMaster.NETCore.Plugins as a Cake Addin
#addin nuget:?package=McMaster.NETCore.Plugins&version=0.2.1
// Install McMaster.NETCore.Plugins as a Cake Tool
#tool nuget:?package=McMaster.NETCore.Plugins&version=0.2.1
Provides API for consuming .NET Core and .NET Standard assemblies as plugins to a .NET Core application.
This package should be used by the host application which needs to load plugins.
Projects which create plugins should use McMaster.NETCore.Plugins.Sdk to generate the plugin configuration
files required to load .dll files.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
-
.NETCoreApp 2.0
- Microsoft.Extensions.DependencyModel (>= 2.0.0)
NuGet packages (24)
Showing the top 5 NuGet packages that depend on McMaster.NETCore.Plugins:
Package | Downloads |
---|---|
Microting.eFormApi.BasePn
Package Description |
|
ReportGenerator.Core
ReportGenerator converts coverage reports generated by coverlet, OpenCover, dotCover, Visual Studio, NCover, Cobertura, JaCoCo, Clover, gcov or lcov into human readable reports in various formats. The reports do not only show the coverage quota, but also include the source code and visualize which line has been covered. Use this package if you want to write a custom plugin for ReportGenerator or if you want to call/execute ReportGenerator within your code base. Plugin development: https://github.com/danielpalme/ReportGenerator/wiki/Custom-reports https://github.com/danielpalme/ReportGenerator/wiki/Custom-history-storage |
|
CodeGeneration.Roslyn.Engine
The engine of source code generation; used by CodeGeneration.Roslyn.Tool. Useful for testing custom source generators. API: * CodeGeneration.Roslyn.CompilationGenerator * CodeGeneration.Roslyn.DocumentTransform |
|
McMaster.NETCore.Plugins.Mvc
Provides API for dynamically loading MVC controllers into an ASP.NET Core web application. This package should be used by the host application which needs to load plugins. See https://github.com/natemcmaster/DotNetCorePlugins/blob/main/README.md for more samples and documentation. |
|
FSharp.Analyzers.SDK
SDK for building custom analyzers for FSAC / F# editors |
GitHub repositories (7)
Showing the top 5 popular GitHub repositories that depend on McMaster.NETCore.Plugins:
Repository | Stars |
---|---|
danielpalme/ReportGenerator
ReportGenerator converts coverage reports generated by coverlet, OpenCover, dotCover, Visual Studio, NCover, Cobertura, JaCoCo, Clover, gcov or lcov into human readable reports in various formats.
|
|
Squidex/squidex
Headless CMS and Content Managment Hub
|
|
Artemis-RGB/Artemis
Provides advanced unified lighting across many different brands RGB peripherals
|
|
AArnott/CodeGeneration.Roslyn
Assists in performing Roslyn-based code generation during a build.
|
|
revoframework/Revo
Event Sourcing, CQRS and DDD framework for C#/.NET Core.
|
Version | Downloads | Last updated |
---|---|---|
1.4.0 | 492,409 | 5/27/2021 |
1.4.0-beta.87 | 134 | 5/26/2021 |
1.4.0-beta.41 | 11,483 | 1/31/2021 |
1.3.1 | 383,977 | 8/28/2020 |
1.3.0 | 107,522 | 5/8/2020 |
1.2.0 | 35,488 | 3/10/2020 |
1.1.0 | 15,706 | 1/17/2020 |
1.0.0 | 6,611 | 1/2/2020 |
0.3.2 | 7,595 | 12/16/2019 |
0.3.1 | 20,923 | 10/14/2019 |
0.3.0 | 1,822 | 9/24/2019 |
0.2.4 | 158,743 | 2/1/2019 |
0.2.3 | 682 | 1/30/2019 |
0.2.2 | 1,255 | 1/25/2019 |
0.2.1 | 427,212 | 10/21/2018 |
0.2.0 | 808 | 9/26/2018 |
0.1.1 | 835,818 | 8/22/2018 |
0.1.0 | 735 | 7/24/2018 |
Bug fix:
* Fix a bug in the loader which picks the wrong .dll when OS-specific and non-OS-specific assemblies are
present, such as in the System.Drawing.Common package.
* Ensure that additional probing paths from the application host's runtimeconfig.json files are honored.